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