diff --git a/ffmpeg.c b/ffmpeg.c index 554cde6c87c76f7a712ba019bfdcc92537fd78d0..62a548761cfe302b01b435ea292025325a6ea2bd 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -833,6 +833,9 @@ static void do_video_out(AVFormatContext *s, && input_files[ist->file_index]->input_ts_offset == 0) { format_video_sync = VSYNC_VSCFR; } + if (format_video_sync == VSYNC_CFR && copy_ts) { + format_video_sync = VSYNC_VSCFR; + } } switch (format_video_sync) {