FFmpeg: Difference between revisions

169 bytes added ,  14 May 2020
Line 45: Line 45:
ffmpeg -i input_filename -vf  "crop=w:h:x:y" output_filename
ffmpeg -i input_filename -vf  "crop=w:h:x:y" output_filename
</syntaxhighlight>
</syntaxhighlight>
* Here <code>x</code> and <code>y</code> are the top left corners of your crop. <code>w</code> and <code>h</code> are the height and width of the final image or video.


===Get a list of encoders/decoders===
===Get a list of encoders/decoders===