还是加上movflags

This commit is contained in:
Jerry Yan 2022-05-26 13:02:37 +08:00
parent c1e119f049
commit 198eba1d59

View File

@ -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"
)