Test bitrate

This commit is contained in:
vexorian 2021-09-22 21:57:00 -04:00
parent 6af399a689
commit 5677a97df3

View File

@ -482,7 +482,6 @@ class FFMPEG extends events.EventEmitter {
if ( transcodeVideo && (this.audioOnly !== true) ) {
// add the video encoder flags
ffmpegArgs.push(
`-b:v`, `${this.opts.videoBitrate}k`,
`-maxrate:v`, `${this.opts.videoBitrate}k`,
`-bufsize:v`, `${this.opts.videoBufSize}k`
);