Add faststart argument to FFmpeg cmdline
This commit is contained in:
parent
eba7b085b8
commit
32d7a788e0
|
@ -78,6 +78,7 @@ public class FfmpegMuxer {
|
|||
"-i", mp4AudioTrack.getCanonicalPath(),
|
||||
"-c:v", "copy",
|
||||
"-c:a", "copy",
|
||||
"-movflags", "faststart",
|
||||
output.getCanonicalPath()
|
||||
);
|
||||
// @formatter:on
|
||||
|
|
Loading…
Reference in New Issue