Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] ffprobe error #46

Closed
DeakZhou opened this issue Nov 7, 2019 · 10 comments
Closed

[Bug] ffprobe error #46

DeakZhou opened this issue Nov 7, 2019 · 10 comments
Labels
bug Something isn't working invalid This doesn't seem right RTMP Read The Manual Please

Comments

@DeakZhou
Copy link

DeakZhou commented Nov 7, 2019

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)

@DeakZhou DeakZhou added bug Something isn't working invalid This doesn't seem right labels Nov 7, 2019
@estima92
Copy link

estima92 commented Nov 7, 2019

Try to install ffmpeg, solved the problem for me

@dserero
Copy link

dserero commented Nov 7, 2019

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

@MWDavidH
Copy link

MWDavidH commented Nov 7, 2019

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 ?

@Faylixe Faylixe added the RTMP Read The Manual Please label Nov 7, 2019
@HandsomeDevilv112
Copy link

HandsomeDevilv112 commented Nov 7, 2019

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

@Faylixe
Copy link
Collaborator

Faylixe commented Nov 7, 2019

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

@Faylixe Faylixe closed this as completed Nov 7, 2019
@Faylixe
Copy link
Collaborator

Faylixe commented Nov 7, 2019

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

@SINCd
Copy link

SINCd commented Nov 7, 2019

Same issues - reinstalling ffmpeg did not help, and I could not also find a way to see the logs.

Help me Obywan ;)

@adamxbayes
Copy link

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

@muheydari
Copy link

INFO:spleeter:Downloading model archive https://github.com/deezer/spleeter/releases/download/v1.4.0/2stems.tar.gz

resolved

@vkharatmal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right RTMP Read The Manual Please
Projects
None yet
Development

No branches or pull requests

10 participants