Quoting Antoni Bizoń (2024-09-13 15:20:16) > Hello, > I recently upgraded FFmpeg to version 6.1 in my web application and > encountered a change while running my app's tests. After the upgrade, > ffprobe reported an r_frame_rate of 60/1 instead of the expected 30/1 > for two videos in my test suite.
r_frame_rate does not mean what you probably think it means, and is actually NOT guaranteed to be a frame rate of anything. See if avg_frame_rate doesn't work better. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
