ffprobe Error
See original GitHub issueDescription
I downloaded homebrew and ffmpeg to run the code. Works fine with the audio_example given, but when I try to use another song from my library I get an ffprobe error. Also I’m putting this song in the same directory as the audio_example.mp3.
Step to reproduce
- Installed using
git clone https://github.com/Deezer/spleeter conda env create -f spleeter/conda/spleeter-cpu.yaml conda activate spleeter-cpu
- Run as
spleeter separate -i spleeter/Home.mp3 -p spleeter:2stems -o output
- Got
INFO:spleeter:Loading audio b'spleeter/Home.mp3' from 0.0 to 600.0 WARNING:spleeter:ffprobe error (see stderr output for detail)
error
Output
The code works fine with the original audio given. This would be the output.
INFO:spleeter:Audio data loaded successfully
INFO:spleeter:File output/audio_example/vocals.wav written
INFO:spleeter:File output/audio_example/accompaniment.wav written
Environment
OS | MacOS |
Installation type | Conda |
RAM available | 4 GB |
Hardware spec | CPU |
Additional context
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:28
Top Results From Across the Web
Error: ffprobe exited with code 1 - Stack Overflow
I'm trying to use fluent-ffmpeg in firebase functions to take screenshot of uploaded video but keep on getting this error: Error:
Read more >Ffprobe Error - General/Windows - Emby Community
When I scan my library remotely, I get this error: 2022-05-23 12:05:37.357 Info MediaProbeManager: ... Exception: Error running ffprobe for ...
Read more >ffprobe Documentation - FFmpeg
The error information is printed within a section with name "ERROR ". -show_format. Show information about the container format of the input multimedia...
Read more >ffprobe.exe -- system error. Program can't start because
Hello. Receiving the above error constantly after upgrading to Windows 10 from Windows 7 Ultimate N. Error goes away when booting in SAFE ......
Read more >Postprocessing ffprobe error? : r/StacherIO - Reddit
... working fine for me before, but it's been giving me a "ERROR: Postprocessing: WARNING: uable to obtain file audio codec with ffprobe"…...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
ok guys… so I don’t know if this will help anyone or not - but I was researching, installing all sorts of shit (i’m a newbie here) over and over and kept replicating the same problem that we are all having.
I installed via pip, homebrew, and everyway I could follow or find but with no results.
I did the same with ffmpeg using above methods (homebrew etc) still same result.
Then I noticed another folder called spleeter INSIDE the spleeter folder that had been created by the installs. When I shifted my file into that folder ie. ‘/User/###/spleeter/spleeter’ - it worked without a hitch. no more this ffprobe or 0-6.00 errors and the rest. It just worked. Now, maybe this is the way it was meant to work all along, but with respect to the creators/devs, the manual didn’t mention this? (put the file in spleeter/spleeter) or perhaps it did… but with the complicated installs and jumping around webpages… i could have missed it. The odd thing, is that the audio example is still in the top folder… so IDK -wtf is going on. lol. The guide is not easy for newbie people who’ve never used command lines, things like pip or homebrew and terminal concepts. But I did get it working and my troubles were rewarded, but still don’t know if it was luck or a solution…?. hopefully, it may help or steer others and get it working for them. I included a screenshot in hopes it may help… but I’ve done about 10 rips at 2 track and 5 track and its bloody worth the effort. Thank you so much to the developers for this! but… can we make some sort of graphical interface or an easier streamlined process would be amazing!!
Much respect and honour to the devs/users, and i’m crossing fingers this just may work for someone. Cheers.
Hi
Got the same issue with docker as well