Opened 3 months ago

#10840 new defect

FFprobe 6.1 wrong frame rate for gif

Reported by: lidar Owned by:
Priority: important Component: undetermined
Version: 6.1 Keywords:
Cc: lidar Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: yes

Description

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

Attachments (1)

sample.gif (112.4 KB ) - added by lidar 3 months ago.

Download all attachments as: .zip

Change History (1)

by lidar, 3 months ago

Attachment: sample.gif added
Note: See TracTickets for help on using tickets.