From b243cea0b02ca6c9e66122cd78fdfea169d34edf Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Fri, 3 Feb 2023 12:57:22 -0500 Subject: [PATCH] copy all streams when using -c copy --- make_cuts.imba | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make_cuts.imba b/make_cuts.imba index b758ff2..fe18a43 100644 --- a/make_cuts.imba +++ b/make_cuts.imba @@ -94,7 +94,7 @@ def main "-pix_fmt", "yuv420p" ] - if action == "ENCODE" + if action is "ENCODE" args.push( "-crf", "16" "-preset", "superfast" @@ -102,6 +102,7 @@ def main else args.push( "-c", "copy" + "-map", "0" "-avoid_negative_ts", "make_zero" )