Preserve one encoded frame per input frame

This commit is contained in:
Victor Kuznetsov
2026-07-31 15:31:00 -07:00
parent 7e63856a90
commit 7c922e5133
3 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -378,8 +378,7 @@ def raw_video_command(
"-map_chapters",
"-1",
]
if timestamped_input:
command.extend(["-fps_mode", "passthrough"])
command.extend(["-fps_mode", "passthrough"])
if copy_input_timestamps:
command.extend(["-avoid_negative_ts", "disabled"])
if output.suffix.lower() in {".mp4", ".mov", ".m4v"} and profile.time_base is not None: