forked from j62/ctbrec
1
0
Fork 0

Remove redundant log message

This commit is contained in:
0xboobface 2019-12-28 19:50:58 +01:00
parent d820d611f1
commit 678a6e5513
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ public class FfmpegMuxer {
File dir = mp4VideoTrack.getParentFile();
File mergeLog = new File(dir, "merge.log");
try (FileOutputStream muxLogStream = new FileOutputStream(mergeLog)) {
LOG.debug("Merging:\n{}\n{}\n{}", mp4VideoTrack, mp4AudioTrack, output);
// @formatter:off
String[] cmdline = OS.getFFmpegCommand(
"-i", mp4VideoTrack.getCanonicalPath(),