Posts

Showing posts with the label image.createimage

How to create an image using images with FFMPEG?

Image
Clash Royale CLAN TAG #URR8PPP How to create an image using images with FFMPEG? How to create an image using images with FFMPEG? Something like below? -f lavfi -i color=c=white:s=1080x1920 -loop 1 -i 1.png -loop 1 -i 2.png -filter_complex [0:v][1:v]overlay=shortest=1:x=0:y=0[v1];[v1][2:v]overlay=shortest=1:x=10:y=10 -vframes 1 -q:v 5 By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.