You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @aminebdj
sorry for the late response.
Could you please check whether these videos you mentioned truly exist? You may refer to the download_exceptions.txt that will be automatically generated in the opendv root of the codebase. opencv-python will return 0 if the video does not exist.
I am also working on a script to check whether the downloading is truly successful or not. I'll keep you updated.
hi @aminebdj
A possible cause for the issue is that the metadata of these mp4 files are fragmented. You may refer to error reading header in FFMPEG and OPENCV for solutions. I am currently working on a update based on the solution above.
hi @aminebdj
We just updated a version to get the frame rate from ffmpeg when cv2 is not working.
For details, you can refer to implementation details.
NOTE: You are recommended to use ffmpeg<=3.4.9, otherwise fragmented metadata may not be handled successfully.
Dear authors,
Thanks a lot for your work,
I am facing some issues while extracting some videos that are downloaded. I am getting the following error.
There are the videos saved in the exception file
All videos seem to have the .mp4 format, did you face this issue while extracting as well?
Many thanks
The text was updated successfully, but these errors were encountered: