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

Update cap_ffmpeg_impl.hpp #4020

Closed
wants to merge 1 commit into from
Closed

Update cap_ffmpeg_impl.hpp #4020

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented May 16, 2015

Fixes desynchronization issues with some videos where both the frame number returned through getProperty(CV_FFMPEG_CAP_PROP_POS_FRAMES) and the timestamp returned with CV_FFMPEG_CAP_PROP_POS_MSEC do not match the expected values that you experience in a media player (e.g. VLC) and also differed from seek()

Fixes desynchronization issues with some videos where both the frame number returned through `getProperty(CV_FFMPEG_CAP_PROP_POS_FRAMES)` and the timestamp returned with `CV_FFMPEG_CAP_PROP_POS_MSEC` do not match the expected values that you experience in a media player (e.g. VLC) and also differed from `seek()`
@ghost ghost closed this May 16, 2015
This pull request was closed.
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

Successfully merging this pull request may close these issues.

None yet

1 participant