disable some redundant logging

pull/1464/head
Mikael Finstad 3 years ago
parent 1d3028526f
commit ebb284c308
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -1092,8 +1092,5 @@ export async function cutEncodeSmartPart({ filePath, cutFrom, cutTo, outPath, ou
'-f', outFormat, '-y', outPath,
];
const ffmpegCommandLine = getFfCommandLine('ffmpeg', ffmpegArgs);
console.log(ffmpegCommandLine);
await runFfmpeg(ffmpegArgs);
}

@ -309,7 +309,7 @@ function useFfmpegOperations({ filePath, enableTransferTimestamps }) {
const ffmpegCommandLine = getFfCommandLine('ffmpeg', ffmpegArgs);
console.log(ffmpegCommandLine);
// console.log(ffmpegCommandLine);
appendFfmpegCommandLog(ffmpegCommandLine);
const process = runFfmpeg(ffmpegArgs);

Loading…
Cancel
Save