Ffmpeg

From KeegansWiki
Revision as of 06:38, 6 December 2011 by Keegan (talk | contribs)
Jump to navigation Jump to search

Linux Installation

Creating Time Lapses

    ffmpeg -r 30 -i img_%04d.jpg -sameq -s hd720 -vcodec libx264 -vpre hq -crf 25 ./output_30fps.mp4