Table of Contents

How to set the bitrate with ffmpeg

About

The bitrate with ffmpeg is a parameter that sets the quality of your video.

You can set the bitrate:

ffmpeg -i input_video.mp4 -b:v 10M output_video.mp4