Avconv

Aus Wiki
Wechseln zu: Navigation, Suche

Create Video from PNG Files

avconv -r 10 -i data/%04d.png -s:v 1024x768 -c:v libx264 -profile:v high -crf 23 -r 30 test.mp4 & mplayer test.mp4