From c294fa82b858da8b56cfc640e93669d0fd64aad5 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Tue, 12 Nov 2019 00:41:41 -0800 Subject: [PATCH] smart cut: Fix output format --- common/common/segments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common/segments.py b/common/common/segments.py index 6f952eb..f5f0008 100644 --- a/common/common/segments.py +++ b/common/common/segments.py @@ -493,6 +493,7 @@ def smart_cut_segments(segments, start, end): '-protocol_whitelist', 'file,pipe', # need to explicitly allow pipe '-c', 'copy', # don't re-encode the actual video '-fflags', '+genpts', # this does something to do with timestamps? + '-f', 'mpegts', # output as MPEGTS '-', ] concat_proc = subprocess.Popen(args,