FFmpeg

From Game Making Tools Wiki
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!

  • FFmpeg Explorer - Browser-based GUI with a node-based interface for changing parameters.

Example Commands

See: Guide:FFmpeg

See Also