FFmpeg: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:




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

Revision as of 03:05, 29 March 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 FFmmpeg 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. ffmpeg is a transcoding application library.


See also

External Links