FFmpeg: Difference between revisions
From Game Making Tools Wiki
(Added categories, wikipedia link, and infobox) |
m (Fixed 'Catgory' typo) |
||
| Line 7: | Line 7: | ||
| exports_to = | | exports_to = | ||
}} | }} | ||
'''FFmpeg''' is an [[:Category:Open-Source|open-source]], [[: | '''FFmpeg''' is an [[:Category:Open-Source|open-source]], [[:Category:CLI|command-line]] tool for working with video. Common usage case is converting between video formats with a command like: | ||
<pre>ffmpeg -i input.mp4 output.avi</pre> | <pre>ffmpeg -i input.mp4 output.avi</pre> | ||
Revision as of 11:10, 28 July 2017
| FFmpeg | |
|---|---|
| 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!
