[FFmpeg-user] Regarding video compression

Michael Koch astroelectronic at t-online.de
Tue Oct 5 09:15:32 EEST 2021


Am 05.10.2021 um 08:03 schrieb Shailesh kumar Dangi via ffmpeg-user:
> Thanks, Micheal
>
> Here is the command, I am using to reduce the bitrate.
>
> ffmpeg -y -i original.MOV -b:v 4.5M -map_metadata 0:s:0 -c:v libx264
> -preset superfast -tune film -ac 2 -c:a aac -maxrate 4M -bufsize 3M -strict
> -2 -vf scale=iw:ih -f mp4 output1.mp4

Please show also the complete console output.
I think -vf scale=iw:ih can be omitted. It's useless because it means 
"leave the width and height as it is".

Michael



More information about the ffmpeg-user mailing list