-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide better seeking and position display for some videos.
Specifically, there are examples of poorly-encoded avi files that report a video frame rate of 30fps but the video stream is actually 24fps. Because frame intervals are actually encoded as 30fps, every 4th frame has to be repeated. Without an adjustment to framesPlayed, translations between MythPlayer's frame-based seeking/display and ffmpeg's timecode-based seeking drift out of sync. Note: Similar adjustments may be necessary if frames have to be dropped due to a frame rate mismatch. Refs #11415.
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters