FFMpeg: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with " = Converting pictures to a video = <source lang="text"> ffmpeg -y -r 3 -b 1800 -sameq -i frames/%06d.png foo.mp4 </source> = Combining video + sound into a single movi...")
(No difference)

Revision as of 21:32, 23 September 2010


Converting pictures to a video

ffmpeg -y -r 3 -b 1800 -sameq -i frames/%06d.png foo.mp4


Combining video + sound into a single movie

ffmpeg -i audio.wav -i video.mpeg final.mpeg