Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
600: Fix mov container getting wrong frame rate (#662)
<!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. When a contributor merges the pull request, the title and the description will be used to build the merge commit! ### Pull Request TITLE It should be in the following format: [ 12345: Summary of the changes made ] Where 12345 is the corresponding Github Issue OR [ Summary of the changes made ] If it's solving something trivial, like fixing a typo. --> ### Linked issues <!-- Link the Issue(s) this Pull Request is related to. Each PR should link to at least one issue, in the form: Use one line for each Issue. This allows auto-closing the related issue when the fix is merged. Fixes #12345 Fixes #54345 --> Fixes #600 ### Summarize your change. add fix for mov container files, using avg_frame_rate instead of time_base ### Describe the reason for the change. The ffmpeg update causes this issue. ### Describe what you have tested and on which operating system. Tested on: Windows 10, Centos7, AlmaLinux9 Tested for .mov, .mp4, .mxf (not affected by change) --------- Signed-off-by: Mirco Tornow <[email protected]>
- Loading branch information