Spleeter: [Bug] ffprobe error

Created on 7 Nov 2019  路  10Comments  路  Source: deezer/spleeter

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)

RTMP bug invalid

Most helpful comment

(We will though take your comment into account in order to provide improved log for ffmpeg interaction in the next release)

All 10 comments

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.
  • The path to your audio file is not valid.
  • Your audio file cannot be read by 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.

  1. _brew install ffmpeg_
  2. cd in to my spleeter folder and ran the command _spleeter separate -i test.mp3 -o audio_output_

Hi @muheydari
What should I do next with this downloaded file?

Was this page helpful?
0 / 5 - 0 ratings