-
Notifications
You must be signed in to change notification settings - Fork 1.2k
something in demucs previous version about ffmpeg error #242
Comments
the error is happening during the ffprobe command. can you check that |
The command "ffprobe '/mnt/hgfs/share/musdb18_small/train/Actions - One Minute Smile.stem.mp4' "shows I don't know if it is working properly. |
it worked properly :) can you provide the full output from the demucs command ? |
when I run the command:python3 -m demucs -b 4 --musdb /root/music_data/musdb18 I removed the code from PC to server.So there will be different paths。But I have confirmed the configuration and ffprobe. |
okay so the error happens in |
Hello Sir,Thanks for your help.I have solved the problem. |
sounds good, I will close this issue then ! |
❓ Questions
(Please ask your question here.)
My demucs version is demucs-V2
My ffmpeg version is 4.4.1.
When I try to run python3 -m demucs -b 4 --musdb MUSDB_PATH ,there is such a error: ffmpeg._run.Error: ffprobe error (see stderr output for detail). I try to add 'command += ['-encoder_codec','mp4v']' in demucs/audio.py read function(which line is 113 ). This method refers to the following links: YuvalNirkin/fsgan#70.
However I still have the above problems.
Now the command is ['ffmpeg', '-y', '-loglevel', 'panic', '-i', '/mnt/hgfs/share/musdb18_small/train/Actions - One Minute Smile.stem.mp4', '-map', '0:0', '-threads', '1', '-f', 'f32le', '--encoder_codec', 'mp4v', '-ar', '44100', '/tmp/tmpzig0j62l'].
How can I solve this problem?
Thanks a lot.
The text was updated successfully, but these errors were encountered: