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") |
|||
Line 1: | Line 1: | ||
+ | =Linux Installation- | ||
+ | * http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm | ||
=Creating Time Lapses= | =Creating Time Lapses= | ||
ffmpeg -r 30 -i img_%04d.jpg -sameq -s hd720 -vcodec libx264 -vpre hq -crf 25 ./output_30fps.mp4 | ffmpeg -r 30 -i img_%04d.jpg -sameq -s hd720 -vcodec libx264 -vpre hq -crf 25 ./output_30fps.mp4 |
Revision as of 12:46, 17 October 2011
=Linux Installation-
Creating Time Lapses
ffmpeg -r 30 -i img_%04d.jpg -sameq -s hd720 -vcodec libx264 -vpre hq -crf 25 ./output_30fps.mp4