[FFmpeg-user] Regarding video compression

Shailesh kumar Dangi shaileshkumar.dangi at maventus.com
Thu Oct 21 14:50:44 EEST 2021


Hi Team,

I wanted to reduce the bitrate of video is below 5Mbps and the audio
bitrate is below 128Kbps. So, I am using the below command and getting
output.
Can you please guide me to understand the converted bitrate?.

"ffmpeg -y -noautorotate -i new.MOV -b:v 4.5M -map_metadata 0:s:0 -c:v
libx264 -preset superfast -tune film -ac 2 -c:a aac -b:a 128k -maxrate 4M
-bufsize 3M -strict -2 -f mp4 final1.mp4 2<&1"

Please find the attachment for the console.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg1
Type: application/octet-stream
Size: 6652 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20211021/72e7cb62/attachment.obj>


More information about the ffmpeg-user mailing list