add faststart
This commit is contained in:
parent
34b111c343
commit
d966d27dca
1 changed files with 2 additions and 0 deletions
|
|
@ -623,6 +623,7 @@ def render_all(options):
|
||||||
"-i", fragment_prefix / "front.mp4",
|
"-i", fragment_prefix / "front.mp4",
|
||||||
"-i", fragment_prefix / audio_front,
|
"-i", fragment_prefix / audio_front,
|
||||||
copy, "copy",
|
copy, "copy",
|
||||||
|
'-movflags', '+faststart',
|
||||||
fragment_prefix / "front-mixed.mp4",
|
fragment_prefix / "front-mixed.mp4",
|
||||||
])
|
])
|
||||||
cmds.append([
|
cmds.append([
|
||||||
|
|
@ -631,6 +632,7 @@ def render_all(options):
|
||||||
"-i", fragment_prefix / "back.mp4",
|
"-i", fragment_prefix / "back.mp4",
|
||||||
"-i", fragment_prefix / audio_back,
|
"-i", fragment_prefix / audio_back,
|
||||||
"-c:v", "copy",
|
"-c:v", "copy",
|
||||||
|
'-movflags', '+faststart',
|
||||||
fragment_prefix / "back-audio.mp4",
|
fragment_prefix / "back-audio.mp4",
|
||||||
])
|
])
|
||||||
for cmd in cmds:
|
for cmd in cmds:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue