FFmpeg

From Game Making Tools Wiki
Revision as of 10:53, 28 July 2017 by Rjt (talk | contribs) (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FFmpeg is an open-source, command-line tool for working with video. Common usage case is converting between video formats with a command like:

ffmpeg -i input.mp4 output.avi

But it iso also useful for video editing; cutting and glueing together different videos.

There are also GUI front-ends availible, if you prefer!

Example Commands

See Also