Jump to content

MediaCoder: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
You know, you REALLY shouldn't just copy websites and plonk them on Wikipedia, even with permission... At the very least, I've removed some of the bias and wikified it a bit. For now, at least...
No edit summary
Line 11: Line 11:


'''MediaCoder''' is a [[Free software|free]] [[audio]]/[[video]] batch [[transcode]]r for [[Microsoft Windows|Windows]] developed by Stanley Huang and licensed under the [[GNU General Public License]], which uses various [[open source]] audio and video [[codec]]s and tools to transcode different audio/video formats and has many extra features. Common uses for the program include compression, file type conversion and extraction of audio from video files. Many formats are supported, including [[MP3]], [[Vorbis]], [[Advanced Audio Coding|AAC]], [[Windows Media Audio]], [[RealAudio]], [[WAV]], [[XviD]], [[DivX]] 4/5, [[MPEG]], [[AVI]], [[CD]], and [[DVD]].
'''MediaCoder''' is a [[Free software|free]] [[audio]]/[[video]] batch [[transcode]]r for [[Microsoft Windows|Windows]] developed by Stanley Huang and licensed under the [[GNU General Public License]], which uses various [[open source]] audio and video [[codec]]s and tools to transcode different audio/video formats and has many extra features. Common uses for the program include compression, file type conversion and extraction of audio from video files. Many formats are supported, including [[MP3]], [[Vorbis]], [[Advanced Audio Coding|AAC]], [[Windows Media Audio]], [[RealAudio]], [[WAV]], [[XviD]], [[DivX]] 4/5, [[MPEG]], [[AVI]], [[CD]], and [[DVD]].

== Difference from other front-ends for decoder/encoder ==
MediaCoder is a front-end / [[GUI]] for a bunch of audio/video command line utilities (including audio decoders/encoders, video decoders/encoders, multiplexers. However, it's more than just generating command lines, launching those CLI and waiting them to terminate. MediaCoder joins decoders output with encoders input with pipes, instead of using temporary files. Some GPLed utilities are patched to gain extra interfaces.


== External links ==
== External links ==

Revision as of 05:08, 12 September 2006

MediaCoder
Stable release
0.5.0-r1 / July 23, 2006
Operating systemWindows
LicenseGPL
Websitehttp://mediacoder.sourceforge.net/

MediaCoder is a free audio/video batch transcoder for Windows developed by Stanley Huang and licensed under the GNU General Public License, which uses various open source audio and video codecs and tools to transcode different audio/video formats and has many extra features. Common uses for the program include compression, file type conversion and extraction of audio from video files. Many formats are supported, including MP3, Vorbis, AAC, Windows Media Audio, RealAudio, WAV, XviD, DivX 4/5, MPEG, AVI, CD, and DVD.

Difference from other front-ends for decoder/encoder

MediaCoder is a front-end / GUI for a bunch of audio/video command line utilities (including audio decoders/encoders, video decoders/encoders, multiplexers. However, it's more than just generating command lines, launching those CLI and waiting them to terminate. MediaCoder joins decoders output with encoders input with pipes, instead of using temporary files. Some GPLed utilities are patched to gain extra interfaces.