1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Optimize transcoding profile building

This commit is contained in:
Chocobozzz 2024-03-19 09:53:59 +01:00
parent 4e98d843da
commit c09e27d77a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 48 additions and 26 deletions

View file

@ -73,7 +73,7 @@ export class FFmpegCommandWrapper {
// ---------------------------------------------------------------------------
debugLog (msg: string, meta: any) {
debugLog (msg: string, meta: any = {}) {
this.logger.debug(msg, { ...meta, ...this.lTags })
}
@ -199,6 +199,7 @@ export class FFmpegCommandWrapper {
'canCopyVideo',
'resolution',
'inputBitrate',
'inputProbe',
'fps',
'inputRatio',
'streamNum'