facebookresearch / demucs

Code for the paper Hybrid Spectrogram and Waveform Source Separation
MIT License
7.94k stars 991 forks source link

Keep getting errors #558

Open ysy-888 opened 9 months ago

ysy-888 commented 9 months ago

❓ Questions

(Please ask your question here.) I keep getting these errors. I've already installed FFmpeg. Running M1 macOS 12.7

Could not load file /Volumes/VIDEOS/! MUSIC/Charli XCX/XCX World (Expanded Edition)/1-01 Come To My Party.mp3. Maybe it is not a supported file format? When trying to load using ffmpeg, got the following error: FFmpeg is not installed. When trying to load using torchaudio, got the following error: Couldn't find appropriate backend to handle uri /Volumes/VIDEOS/! MUSIC/Charli XCX/XCX World (Expanded Edition)/1-01 Come To My Party.mp3 and format None.

CarlGao4 commented 9 months ago

How did you ran demucs? Are you sure that ffmpeg is in PATH?

ysy-888 commented 8 months ago

Never mind, ffmpeg wasn't installed correctly. I went to https://www.ffmpeg.org/ and downloaded the executable and installed it instead of using Anaconda.