还是加上movflags
This commit is contained in:
parent
c1e119f049
commit
198eba1d59
@ -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"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user