INFO:spleeter:Loading audio b'Users/ricky/Downloads/yao.mp3' from 0.0 to 600.0
WARNING:spleeter:ffprobe error (see stderr output for detail)
Try to install ffmpeg, solved the problem for me
I solved this error by changing my command line from
spleeter separate -i audio_example.mp3 -o audio_output -p spleeter:5stems
to
spleeter separate -i spleeter/audio_example.mp3 -p spleeter:5stems -o output
Impossible to activate conda env with powershell. Finally working with Git bash but I've got the same error :
INFO:spleeter:Loading audio b'spleeter/audio_example.mp3' from 0.0 to 600.0
WARNING:spleeter:ffprobe error (see stderr output for detail)
(spleeter-cpu)
OS infos
conda/4.7.12 requests/2.22.0 CPython/3.7.4 Windows/10 Windows/10.0.18362
How to read errors, is there a log file ?
I'm getting this as well.
Trying the command line posted earlier gave me the same error, and I've confirmed ffmpeg version 4.2 is installed. I'll see about updating it.
EDIT: audio data loaded successfully after changing input file path to full path
Please respect issue template. Any issue which does not match provided template will be closed automatically. The error here is matching one of following :
ffmpeg is not installed.ffmpeg(We will though take your comment into account in order to provide improved log for ffmpeg interaction in the next release)
Same issues - reinstalling ffmpeg did not help, and I could not also find a way to see the logs.
Help me Obywan ;)
I managed to resolve this issue by installing ffmpeg using Homebrew.
INFO:spleeter:Downloading model archive https://github.com/deezer/spleeter/releases/download/v1.4.0/2stems.tar.gz
resolved
Hi @muheydari
What should I do next with this downloaded file?
Most helpful comment
(We will though take your comment into account in order to provide improved log for
ffmpeginteraction in the next release)