FFmpeg: Difference between revisions
From Game Making Tools Wiki
(Created) |
(Added categories, wikipedia link, and infobox) |
||
| Line 1: | Line 1: | ||
{{ infobox_software | |||
| title = FFmpeg | |||
| image = [[File:FFmpeg_logo.png|220px|left]] | |||
| release_date = | |||
| made_by = [https://ffmpeg.org/download.html#get-sources Open-source] | |||
| runs_on = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]] | |||
| exports_to = | |||
}} | |||
'''FFmpeg''' is an [[:Category:Open-Source|open-source]], [[:Catgory:CLI|command-line]] tool for working with video. Common usage case is converting between video formats with a command like: | '''FFmpeg''' is an [[:Category:Open-Source|open-source]], [[:Catgory:CLI|command-line]] tool for working with video. Common usage case is converting between video formats with a command like: | ||
| Line 12: | Line 20: | ||
==See Also== | ==See Also== | ||
* [https://ffmpeg.org/ ffmpeg.org] | * [https://ffmpeg.org/ ffmpeg.org] | ||
* [[Wikipedia:FFmpeg]] | |||
[[Category:Open-Source]][[Category:CLI]] | |||
[[Category:Video Editor]][[Category:Graphics]] | |||
[[Category:Linux]][[Category:Mac OS]][[Category:Windows]] | |||
Revision as of 11:05, 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!
