Page 1 of 1

Do not understand codecs

Posted: 23 Jul 2013 20:13
by CineMan
What is a codec? Is vlc player a codec or does it contain codecs? If no what is the difference between vlc player and a codec? Thanks

Re: Do not understand codecs

Posted: 24 Jul 2013 00:28
by kdean
Codec is short for compressor / decompressor.

VLC is an applications that has built-in support for various codecs and containers.

A container is a file format, such as mkv, mp4, avi, mov, etc.

Containers can contain various codec streams or tracks for both video and audio to playback. Some codec tracks can be stored in multiple different compatible containers. Containers just vary in the file format structure that the codec tracks are stored in.

Re: Do not understand codecs

Posted: 24 Jul 2013 00:34
by CineMan
Codec is short for compressor / decompressor.

VLC is an applications that has built-in support for various codecs and containers.

A container is a file format, such as mkv, mp4, avi, mov, etc.

Containers can contain various codec streams or tracks for both video and audio to playback. Some codec tracks can be stored in multiple different compatible containers. Containers just vary in the file format structure that the codec tracks are stored in.
Many thanks