FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg.
Got a cool idea to share with the community? Send your contribution here!

Transcode Canon EOS 5D Mark II footage

No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -i MVI_9648.MOV -c:v libx265 -preset slow -crf 26 -pix_fmt yuv420p -x265-params range=full -color_primaries bt709 -color_trc bt709 -colorspace smpte170m -vf scale=in_range=full:out_range=full -c:a libopus -b:a 32k output.mp4

All Examples