Custom FFMPEG bitrate ignored
Posted: Fri Aug 24, 2018 12:51 am
I've attempted to use the custom FFMPEG processor to transcode to a lower bitrate and retain the audio of the original file (in case there were multiple audio tracks.) I've been able to do the latter but the transcoding of the video has been an issue.
Using the custom FFMPEG processor I've selected the video codec as libx264 and the video bitrate as 5Mb. The options I'm using are:
-vf scale=1280:-1 -ac 2 -c:a copy (scale to 1280xX retaining aspect ratio and copying the audio)
However, the resultant file video is always around 1.1Mb bitrate, but in the proper aspect ratio. I even changed the bitrate to 25Mb (in the interface) and still had the same result.
Using the custom FFMPEG processor I've selected the video codec as libx264 and the video bitrate as 5Mb. The options I'm using are:
-vf scale=1280:-1 -ac 2 -c:a copy (scale to 1280xX retaining aspect ratio and copying the audio)
However, the resultant file video is always around 1.1Mb bitrate, but in the proper aspect ratio. I even changed the bitrate to 25Mb (in the interface) and still had the same result.