FFmpeg: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (→‎See also: update redirect)
Line 119: Line 119:
* [http://en.wikipedia.org/wiki/FFmpeg Wikipedia FFmpeg article]
* [http://en.wikipedia.org/wiki/FFmpeg Wikipedia FFmpeg article]


 
[[Category:FFmpeg]]
[[Category:Multimedia Projects]]
[[Category:Multimedia Projects]]
[[Category: Multimedia Programs]]
[[Category: Multimedia Programs]]

Revision as of 00:04, 15 November 2007

FFmpeg is the project that hosts the libavcodec codec library, a decoder/encoder codec-suit that forms the basis of most free and open source software multimedia programs. The FFmpeg project aims to support all popular and less known codec formats and it is closer to that goal than any other (commercial or open source) program or library

FFmpeg also contains libavformat, a library for multimedia container formats and libpostproc for postprocessing. ffplay is a simple media player that uses libavcodec and libavformat.

See also

Other projects and applications that use FFmpeg

External Links