clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.01k stars 272 forks source link

ValueError: Conversion failed #164

Closed KajiMaCN closed 1 year ago

KajiMaCN commented 1 year ago

The path is correct. Why doesn't it convert?

(voxceleb) mzh@3-112:/data/mzh/voxceleb_trainer$ python ./dataprep.py --save_path data --convert Converting files from AAC to WAV 0%| | 0/1092009 [00:00<?, ?it/s] Traceback (most recent call last): File "./dataprep.py", line 205, in convert(args) File "./dataprep.py", line 146, in convert raise ValueError('Conversion failed %s.'%fname) ValueError: Conversion failed data/voxceleb2/id00012/21Uxsk56VDQ/00001.m4a.

vasken commented 1 year ago

Make sure you have ffmpeg installed