-
Creating video with custom frame size
Hi,
I’m trying to generate a 3000×500 movie with FFMpeg but I get the following error: Incorrect size.
I’m using the following arguments: -f image2 -i FILE0%d.PNG -r 25 -s wxh OUTPUT.FLVMy question is: how can I generate a FLV movie with a custom frame size (e.g. 3000×500)?
Thanks in advance,
Caio