whoops forgot the faststart

This commit is contained in:
Brooke Vibber 2023-01-15 10:44:06 -08:00
parent 868f2d9d4f
commit 3a648ae07b
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ function convert( $src, $dest, $options ) {
'-pass', '2',
'-g', $keyframeInt,
], $audio, [
'-movflags', '+faststart',
'-y', $dest
] )
);