This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
Watch
1
Star
0
Fork
0
You've already forked ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2025-03-09 05:58:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
master
ffmpeg
/
tests
/
ref
/
fate
/
time_base
2 lines
33 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
fftools/ffmpeg: Fix honor -r output option with streamcopy Fix "ost->st->avg_frame_rate = ost->frame_rate" in streamcopy_init() being reset to input's frame rate a few lines below. Note that in current code, there are some discrepancies amongst the muxers. For example, avienc relies on time_base, so it is not affected by this patch, whereas mxfenc and matroskaenc do use avg_frame_rate, so this patch fixes -r being honored. In the updated fate test, the input is (wrongly) probed as 50fps. With this patch, the correct value (25fps) is successfully forced with -r. Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2024-09-03 08:02:30 +00:00
69ffc45e19ab070bc3e964d7b718fe53
Reference in New Issue
Copy Permalink