FFMpeg

From XPUB & Lens-Based wiki
Revision as of 21:32, 23 September 2010 by Migratebot (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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