Difference between revisions of "FFmpeg"

From MythTV Official Wiki
Jump to: navigation, search
m (Changed links)
m
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''FFmpeg''' is a collection of free software that can record, convert and stream digital audio and video. It includes libavcodec (a leading audio/video codec library), and libavformat (a leading audio/video container mux and demux library). FFmpeg is developed under Linux, but it can be compiled under most operating systems, including Windows.
+
{{stub}}
====Also See====
 
* [[wikipedia:FFmpeg]]
 
  
* [http://ffmpeg.mplayerhq.hu/ Offical Site]
+
'''FFmpeg''' is a collection of free software that can record, convert and stream digital audio and video. It includes libavcodec (a leading audio/video codec library), and libavformat (a leading audio/video container mux and demux library). FFmpeg is developed under Linux, but it can be compiled under most operating systems, including Windows.
{{stub}}
+
 
 +
Mythtv uses FFmpeg libraries Libavcodec, libavformat, and libavutil for its AV processing & displaying code, for example the [[internal player]].
 +
 
 +
== 2011 Split ==
 +
Due to political reasons that first surfaced in the beginning of 2011, the FFmpeg project has now split into two independent forks: FFmpeg and Libav. As of 0.25, MythTV's internal copy of FFmpeg is from before the split.
 +
 
 +
== Also See ==
 +
* [[Wikipedia:FFmpeg|FFmpeg at Wikipedia]]
 +
* [http://ffmpeg.mplayerhq.hu/ FFmpeg Official Site]
 +
* [http://libav.org/ Libav Official Site]
  
 
[[Category:Software]]
 
[[Category:Software]]
 +
[[Category:Glossary]]

Revision as of 06:21, 18 April 2011


FFmpeg is a collection of free software that can record, convert and stream digital audio and video. It includes libavcodec (a leading audio/video codec library), and libavformat (a leading audio/video container mux and demux library). FFmpeg is developed under Linux, but it can be compiled under most operating systems, including Windows.

Mythtv uses FFmpeg libraries Libavcodec, libavformat, and libavutil for its AV processing & displaying code, for example the internal player.

2011 Split

Due to political reasons that first surfaced in the beginning of 2011, the FFmpeg project has now split into two independent forks: FFmpeg and Libav. As of 0.25, MythTV's internal copy of FFmpeg is from before the split.

Also See