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. After investigating, I traced the issue to the following commit: e930b834a928546f9cbc937f6633709053448232<https://github.com/FFmpeg/FFmpeg/commit/e930b834a928546f9cbc937f6633709053448232#diff-115616f8a2b59cab3aac4e7f4c8c31e69e94e7fcfa339b9f65b0bf34308aa80fL2874>. It seems that the newer version no longer reduces the frame rate as it did previously. Could you clarify if this behavior is more accurate, or if the frame rate reduction should still be expected? Thank you for your help! Best regards, Antoni BIzoń _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".