mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
02e1fd3ace
@ -52,6 +52,10 @@ export class VideoConverterWorker {
|
||||
})
|
||||
.on('error', (e: any) => {
|
||||
reject('[FFmpeg] ' + e.toString() + ' executed: ' + executedCmd);
|
||||
})
|
||||
.on('stderr', function (line: string) {
|
||||
// Although this is under `stderr` event, all of ffmpeg output come here.
|
||||
Logger.debug('[FFmpeg] ' + line);
|
||||
});
|
||||
|
||||
// set custom input options
|
||||
|
Loading…
Reference in New Issue
Block a user