-
Notifications
You must be signed in to change notification settings - Fork 26
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 #17
Comments
I only installed ffmpeg-python because I saw other people had the same issue, and they solved it by only installing that package. However, my case didn't work out. |
I think you should install ffmpeg https://www.ffmpeg.org/download.html |
Could you let me know if you resolved this issue? I have the same issue |
Rebuilding a new conda environment actually helps. I used pip3 to install ffmpeg-python ONLY and it works now. Thanks for the help here. |
@lucasxu777 It looks like ffmpeg failed when reading the video metadata. Could you please run |
I fixed the issue. If I run the inference code in the .../VideoLLaMA3/ path but not .../VideoLLaMA3/inference/, there is no the issue. |
Me too. |
Thanks for the amazing work here. I wonder if I can get some help on the ffprobe issue that are shown in image 1 here. I tried everything pip/pip3 uninstall ffmpeg ffmpeg-python and reinstalled ffmpeg-python ONLY with both pip and pip3, and also conda install as well, but they all returned the same error as shown in the image.
The text was updated successfully, but these errors were encountered: