Reduce file size by limiting bitrate

compression

// shell

$ ffmpeg -i input.mp4 -b:v 1M -maxrate 1M -bufsize 2M -c:a aac output.mp4