./dev |
Original theme by orderedlist (CC-BY-SA)
Where applicable, all content is licensed under a CC-BY-SA.
|
-qscale
sets the compression level (?) (higher is more compression). crop
is width, height, start x, start y.
ffmpeg -i inp.mp4 -qscale 10 -filter:v "crop=in_w:in_h-63:0:63" out.mp4