I\'m using the following command to convert sequence of images to a video.
ffmpeg -r 1 -i sample%d.png -s 320x240 -aspect 4:3 output.flv
This w
Runtime.getRuntime().exec("ffmpeg -r 1 -i sample%d.png -s 320x240 -aspect 4:3 output.flv");