You've already forked my-video-workflow
还是加上movflags
This commit is contained in:
@ -229,5 +229,5 @@ def _common_ffmpeg_params():
|
|||||||
return (
|
return (
|
||||||
"-preset:v", "fast", "-profile:v", "high", "-level", "4.1",
|
"-preset:v", "fast", "-profile:v", "high", "-level", "4.1",
|
||||||
"-qmin", "10", "-qmax", "48", "-crf", "26",
|
"-qmin", "10", "-qmax", "48", "-crf", "26",
|
||||||
"-fflags", "+genpts", "-shortest"
|
"-fflags", "+genpts", "-shortest", "-movflags", "faststart"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user