From 198eba1d593b58561efc19e4f7efc03c9e77b231 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 26 May 2022 13:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E6=98=AF=E5=8A=A0=E4=B8=8Amovflags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/video.py b/workflow/video.py index ad5d70d..4f97bb4 100644 --- a/workflow/video.py +++ b/workflow/video.py @@ -229,5 +229,5 @@ def _common_ffmpeg_params(): return ( "-preset:v", "fast", "-profile:v", "high", "-level", "4.1", "-qmin", "10", "-qmax", "48", "-crf", "26", - "-fflags", "+genpts", "-shortest" + "-fflags", "+genpts", "-shortest", "-movflags", "faststart" )