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

ffprobe issue #80

Open
will46616 opened this issue Mar 26, 2024 · 2 comments
Open

ffprobe issue #80

will46616 opened this issue Mar 26, 2024 · 2 comments

Comments

@will46616
Copy link

python test.py
Traceback (most recent call last):
File "/home3/will/BandSplitRNN-Pytorch-main/src/tt/test.py", line 158, in
mus = musdb.DB(root='/home3/will/musdb18',subsets='train')
File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/musdb/init.py", line 118, in init
self.tracks = self.load_mus_tracks(subsets=subsets, split=split)
File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/musdb/init.py", line 265, in load_mus_tracks
track = MultiTrack(
File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/musdb/audio_classes.py", line 133, in init
super(MultiTrack, self).init(path=path, *args, **kwargs)
File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/musdb/audio_classes.py", line 52, in init
self.info = stempeg.Info(self.path)
File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/stempeg/read.py", line 328, in init
self.info = ffmpeg.probe(filename)
File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/ffmpeg/_probe.py", line 23, in probe
raise Error('ffprobe', out, err)
ffmpeg._run.Error: ffprobe error (see stderr output for detail)

Hi, I have already installed ffmpeg and musdb, but it seems to have error while setting up musdb.

@faroit
Copy link
Member

faroit commented Mar 30, 2024

How did you install ffmpeg? Check the path using which ffprobe

@will46616
Copy link
Author

I've checked my ffmpeg. I think my ffmpeg version is too new, the library of virtual environment needs libopenh264.so.5 to read the files. It's all good now, but I'm not sure if there are any other problems with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants