FFmpeg: Difference between revisions

From Game Making Tools Wiki
(Added Audio category, fixed some typos)
(FFmpeg Explorer)
 
Line 13: Line 13:


There are also GUI front-ends available, if you prefer!
There are also GUI front-ends available, if you prefer!
* [https://ffmpeg.lav.io/ FFmpeg Explorer] - Browser-based GUI with a node-based interface for changing parameters.


==Example Commands==
==Example Commands==

Latest revision as of 10:50, 27 August 2023

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