Difference between revisions of "FFmpeg"

From MythTV Official Wiki
Jump to: navigation, search
m (Changed links)
m
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.  
+
'''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. [http://en.wikipedia.org/wiki/FFmpeg]
 
====Also See====
 
====Also See====
* [[wikipedia:FFmpeg]]
+
* [[Wikipedia:FFmpeg]]
  
 
* [http://ffmpeg.mplayerhq.hu/ Offical Site]
 
* [http://ffmpeg.mplayerhq.hu/ Offical Site]

Revision as of 23:14, 12 March 2007

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. [1]

Also See