[FFmpeg-trac] #10840(undetermined:new): FFprobe 6.1 wrong frame rate for gif
FFmpeg
trac at avcodec.org
Thu Feb 1 11:21:42 EET 2024
#10840: FFprobe 6.1 wrong frame rate for gif
-------------------------------------+-------------------------------------
Reporter: lidar | Type: defect
Status: new | Priority: important
Component: | Version: 6.1
undetermined |
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
-------------------------------------+-------------------------------------
Running ffprobe 6.1 returns wrong frame rate for the attached gif.
Does not reproduce with ffprobe 6.0.
How to reproduce:
{{{
ffprobe -show_streams sample.gif
}}}
Results for 6.0:
{{{
r_frame_rate=10/1
avg_frame_rate=10/1
duration_ts=340
duration=3.4000000
}}}
Results for 6.1:
{{{
r_frame_rate=100/1
avg_frame_rate=100/1
duration_ts=34
duration=0.3400000
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10840>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list