--pre_clip [...] -j -I -X -B -Z -Y -r -z -l -k -K -G -C [...] --post_clip
Although clipping is the original purpose, it is now also possible to add borders instead of clipping them by using negative values.
All options get the same parameters top[,left[,bottom[,right]]]. If not all parameters are specified, they will be assumed to be symmetric to the others.
-j 80 is expanded to -j 80,0,80,0 (top,left,bottom,right)
Final image size: 720x416 pixel.
-j 80,8 is expanded to -j 80,8,80,8
Final image size: 704x416 pixel.
-j 80,8,10 is expanded to -j 80,8,10,8
Final image size: 704x486 pixel.