take a hint, lint
This commit is contained in:
parent
e060df5367
commit
926b3e56b9
1 changed files with 2 additions and 1 deletions
|
@ -471,7 +471,8 @@ class TranscodeConfig(BaseConfig):
|
||||||
video_bitrate_maximum = Integer('Maximum bits per second allowed for video streams (0 to disable).', 8400000)
|
video_bitrate_maximum = Integer('Maximum bits per second allowed for video streams (0 to disable).', 8400000)
|
||||||
video_scaler = String('FFmpeg scaling parameters for reducing bitrate. '
|
video_scaler = String('FFmpeg scaling parameters for reducing bitrate. '
|
||||||
'Example: -vf "scale=-2:720,fps=24" -maxrate 5M -bufsize 3M',
|
'Example: -vf "scale=-2:720,fps=24" -maxrate 5M -bufsize 3M',
|
||||||
'-vf "scale=if(gte(iw\,ih)\,min(2560\,iw)\,-2):if(lt(iw\,ih)\,min(2560\,ih)\,-2)" -maxrate 8400K -bufsize 5000K')
|
r'-vf "scale=if(gte(iw\,ih)\,min(2560\,iw)\,-2):if(lt(iw\,ih)\,min(2560\,ih)\,-2)" '
|
||||||
|
r'-maxrate 8400K -bufsize 5000K')
|
||||||
audio_encoder = String('FFmpeg codec and parameters for the audio encoding. '
|
audio_encoder = String('FFmpeg codec and parameters for the audio encoding. '
|
||||||
'Example: libopus -b:a 128k',
|
'Example: libopus -b:a 128k',
|
||||||
'aac -b:a 160k')
|
'aac -b:a 160k')
|
||||||
|
|
Loading…
Reference in a new issue