FFmpeg

From Game Making Tools Wiki
Revision as of 05:10, 2 March 2022 by Rjt (talk | contribs) (Added Audio category, fixed some typos)
Release date:
Made by: Open-source
Runs on: Linux
Mac OS
Windows
Exports to:


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

ffmpeg -i input.mp4 output.avi

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

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

Example Commands

See: Guide:FFmpeg

See Also