#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to