forked from j62/ctbrec
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(),
|
"-i", mp4AudioTrack.getCanonicalPath(),
|
||||||
"-c:v", "copy",
|
"-c:v", "copy",
|
||||||
"-c:a", "copy",
|
"-c:a", "copy",
|
||||||
|
"-movflags", "faststart",
|
||||||
output.getCanonicalPath()
|
output.getCanonicalPath()
|
||||||
);
|
);
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
|
|
Loading…
Reference in New Issue