>
cheatref
tmux
ffmpeg
> ffmpeg
/
compression
/
reduce-file-size-by-limiting-bitrate
Reduce file size by limiting bitrate
compression
// shell
$
ffmpeg -i input.mp4 -b:v 1M -maxrate 1M -bufsize 2M -c:a aac output.mp4
// related commands
> compress-video-with-crf-quality-control
> two-pass-encoding-for-target-file-size
> hardware-accelerated-encoding-with-videotoolbox
> hardware-accelerated-encoding-with-nvenc
> view all compression commands