I have 2 images:
- a PNG which is a log
thumbnail which is JPG
ffmpeg -i thumb-168pa-usrao.jpg -i evercam-logo-white.png -filter_complex 'overlay=x=(main_w-overlay_w):y=(main_h-overlay_h)' test.jpg
how we can reduce the size of watermark? to half of its size?