FFMPEG, Create video from frame with different format -


i want ask can create video using ffmpeg frame different format?

usually, create video ffmpeg use command generate same format like:

pic001.png pic002.png ... 

or:

pic001.jpg pic002.jpg ... 

what if have picture this:

pic001.png pic002.jpg 

thanks.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -