-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] KeyframeSelection node not opening video #2285
Comments
Hi @CounterFlow64, Thank you for reporting the issue! This does not happen on Windows with Meshroom 2023.3.0, so I suspect an issue with the built codecs of OpenCV for the Linux release. I'll check that out. |
@cbentejac I also still have this exact same problem, it was also mentioned here but never solved: Have you made any progress? Log: (unfortunately even "trace" loglevel gives no details)
|
I've looked into this further - it appears that the opencv created in AliceVisionDependencies does not have FFMPEG support installed, which is what is required for reading videos. I suspect it should just need adding ffmpeg libraries to the travis.yml; I'll create an issue there. |
Ah, AlicevisionDependencies looks like it isn't used any more. The docker build scripts look like they ought to work. I can't find the script that makes the downloads for the main website though - can anyone point me in the right direction here? |
Same issue here! Linux, ofc. Glad to see that there's active development. A workaround seems to be to extract the frames with ffmpeg, Delete duplicates with Fdupes so you don't nuke your computer, and then process the folder of frames by providing the folder path to it.
Hardware : [20:37:45.838420][info] Single camera |
This issue has been fixed by alicevision/AliceVision#1784. A new Docker image of the dependencies that includes this fix has been pushed with the following tag: alicevision/alicevision-deps:2024.12.03-ubuntu22.04-cuda12.1.0. |
Describe the bug
The KeyframeSelection node helps me convert videos to frames, while adding in the needed camera metadata. However, it simply says
[13:14:19.136457][fatal] Unable to open the video : /home/linuxworkstation/Programs/Meshroom-2023.3.0-linux/Meshroom-2023.3.0/C1710.mp4
when starting computation.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect it to export the frames inside the video into a specified image folder. On a footnote, maybe it would be better to support video imports directly as a convenience measure? A common use case is drag and drop camera tracking, and that would be very useful.
Desktop
The text was updated successfully, but these errors were encountered: