1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Add FFmpeg prefix on log lines.

This commit is contained in:
Junle Li 2023-01-25 02:53:44 -08:00 committed by GitHub
parent 47768f8202
commit 7cee4135b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ export class VideoConverterWorker {
})
.on('stderr', function (line: string) {
// Although this is under `stderr` event, all of ffmpeg output come here.
Logger.debug(line);
Logger.debug('[FFmpeg] ' + line);
});
// set custom input options