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 #17

Open
lucasxu777 opened this issue Feb 3, 2025 · 9 comments
Open

ffprobe issue #17

lucasxu777 opened this issue Feb 3, 2025 · 9 comments

Comments

@lucasxu777
Copy link

Image

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.

@lucasxu777
Copy link
Author

Image

This is what i have now

@lucasxu777
Copy link
Author

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.

@robertobalestri
Copy link

I think you should install ffmpeg https://www.ffmpeg.org/download.html

@lucasxu777
Copy link
Author

Thanks for the help here. I have tried that and now the version is 7.1, but it still faied with the same issue. Do you have some alternative ways to load in video?

This is the version I have now:
Image

Issue:

Image

@LiqiangJing
Copy link

Could you let me know if you resolved this issue? I have the same issue

@lucasxu777
Copy link
Author

lucasxu777 commented Feb 6, 2025

Rebuilding a new conda environment actually helps. I used pip3 to install ffmpeg-python ONLY and it works now. Thanks for the help here.

@lkhl
Copy link
Collaborator

lkhl commented Feb 6, 2025

@lucasxu777 It looks like ffmpeg failed when reading the video metadata.

Could you please run
ffprobe /path/to/your/video
in your terminal and share the results?

@LiqiangJing
Copy link

I fixed the issue. If I run the inference code in the .../VideoLLaMA3/ path but not .../VideoLLaMA3/inference/, there is no the issue.

@jhjangjh
Copy link

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.

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

5 participants