-
Notifications
You must be signed in to change notification settings - Fork 0
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
frames being repeated or dropped #10
Comments
Possibly this is due to using ffmpeg in the backend, and this issue? |
OCVWarp works without frame repeats, OCVvid2fulldome doesn't, for the same input video.
while in OCVvid2fulldome, it is
|
As seen with the comments for Maybe we can try setting input fps = desired output fps. |
e45311a does not seem to help. So, the only workaround seems to be to ensure all input videos have the same fps as the output fps? |
Found the bug (or at least one bug) - it is not a problem with opencv's fps handling, but instead my handling of the outputfps double from ini file - no strtod() used! |
When encoding a single video input to output, found duration had reduced from 24 minutes to 22, and also some jerkiness in motion. When tried to reproduce by creating a video of frames with ffmpeg, found ffmpeg was also duplicating frames?!
https://gist.github.com/hn-88/95dbd59767dcdff23eab2f2be5880c2f
The text was updated successfully, but these errors were encountered: