forked from j62/ctbrec
1
0
Fork 0

Add faststart argument to FFmpeg cmdline

This commit is contained in:
0xboobface 2019-12-07 16:58:11 +01:00
parent eba7b085b8
commit 32d7a788e0
1 changed files with 1 additions and 0 deletions

View File

@ -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