Difference between revisions of "Ffmpeg"
Jump to navigation
Jump to search
(Created page with "=Creating Time Lapses= ffmpeg -r 30 -i img_%04d.jpg -sameq -s hd720 -vcodec libx264 -vpre hq -crf 25 ./output_30fps.mp4") |
(No difference)
|
Revision as of 09:58, 2 October 2011
Creating Time Lapses
ffmpeg -r 30 -i img_%04d.jpg -sameq -s hd720 -vcodec libx264 -vpre hq -crf 25 ./output_30fps.mp4