Dev Blog

./dev



Original theme by orderedlist (CC-BY-SA)


Where applicable, all content is licensed under a CC-BY-SA.
Creative Commons License

Video Cropping

-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
2015-11-05