FFmpeg: Difference between revisions

From Game Making Tools Wiki
m (Fixed 'Catgory' typo)
m (updating infobox)
Line 1: Line 1:
{{ infobox_software
{{ infobox_software
| title        = FFmpeg
| logo        = [[File:FFmpeg_logo.png|220px|left]]
| image        = [[File:FFmpeg_logo.png|220px|left]]
| release_date =  
| release_date =  
| made_by      = [https://ffmpeg.org/download.html#get-sources Open-source]
| made_by      = [https://ffmpeg.org/download.html#get-sources Open-source]

Revision as of 04:12, 15 April 2018

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. 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