ffmpeg crop complex – 业余语言练习

ffmpeg crop complex

ffmpeg -i IMG_0001.jpg -filter_complex \
"[0:v]crop=1700:2300:0:0,eq=contrast=1.5:brightness=0.2[out];\
[0:v][out]overlay=0:0" output1_0.jpg &&
ffmpeg -i output1_0.jpg -filter_complex \
"[0:v]crop=1700:1150:0:0,eq=contrast=1.5:brightness=0.5[out];\
[0:v][out]overlay=0:0" output1_1.jpg &&
exit


Published
Categorized as ffmpeg

Leave a comment

Your email address will not be published. Required fields are marked *