Difference between revisions of "Codec"
Jump to navigation
Jump to search
(Delete porno spam links; add example of how to call vlc.) |
|||
Line 4: | Line 4: | ||
layer 1 audio), and mux=mpeg1 (MPEG 1 multiplexing). | layer 1 audio), and mux=mpeg1 (MPEG 1 multiplexing). | ||
− | + | Some examples are in the [[How to/Use a Capture Card|capture card how to]] | |
− | |||
− | |||
− | |||
− | + | ==Video Codecs== | |
− | + | ||
− | + | Use the "name" part in you vcodec=... commands | |
− | |||
− | |||
− | + | {| | |
+ | | '''name''' | ||
+ | | description | ||
+ | |- | ||
+ | | '''mp1v''' | ||
+ | | [[MPEG-1]] Video - recommended for portability | ||
+ | |- | ||
+ | | '''mp2v''' | ||
+ | | [[MPEG-2]] Video - used in DVDs | ||
+ | |- | ||
+ | | '''mp4v''' | ||
+ | | [[MPEG-4]] Video | ||
+ | |- | ||
+ | | | ||
+ | | [[Sorenson Video]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Windows Media Video]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Digital Video]] | ||
+ | |- | ||
+ | | '''MJPG''' | ||
+ | | [[MJPEG]] | ||
+ | |- | ||
+ | | '''H263''' | ||
+ | | [[H263]] | ||
+ | |- | ||
+ | | '''h264''' | ||
+ | | [[H264]] | ||
+ | |- | ||
+ | | '''theo''' | ||
+ | | [[Theora]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Indeo Video]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Real Media Video]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Cinepak]] | ||
+ | |- | ||
+ | | | ||
+ | | [[On2 VP]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Flash Video]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Creative YUV]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Huffman YUV]] | ||
+ | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Audio Codecs== | ==Audio Codecs== | ||
− | + | {| | |
− | + | | '''name''' | |
− | + | | description | |
− | + | |- | |
− | + | | '''mpga''' | |
− | + | | [[MPEG audio]] (recommended for portability) | |
− | + | |- | |
− | + | | '''mp3''' | |
− | + | | [[MP3 audio]] - see also [[How To/Create an MP3]] | |
− | + | |- | |
− | + | | '''mp4a''' | |
− | + | | [[MP4 audio]] | |
− | + | |- | |
− | + | | '''a52''' or '''ac3''' | |
− | + | | [[Dolby Digital]] ([[AC3]] or [[A52]]) | |
− | + | |- | |
− | + | | | |
− | + | | [[DTS]] | |
+ | |- | ||
+ | | '''vorb''' | ||
+ | | [[Vorbis]] | ||
+ | |- | ||
+ | | '''spx''' | ||
+ | | [[ Speex]] | ||
+ | |- | ||
+ | | | ||
+ | | [[AAC (Advanced Audio Coding)]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Windows Media Audio]] | ||
+ | |- | ||
+ | | | ||
+ | | [[DV Audio]] | ||
+ | |- | ||
+ | | '''flac''' or '''fl32''' | ||
+ | | [[FLAC]] | ||
+ | |- | ||
+ | | | ||
+ | | [[LPCM]] | ||
+ | |- | ||
+ | | | ||
+ | | [[ADPCM]] | ||
+ | |- | ||
+ | | | ||
+ | | [[AMR]] | ||
+ | |- | ||
+ | | | ||
+ | | [[QuickTime Audio]] | ||
+ | |- | ||
+ | | | ||
+ | | [[Real Audio]] | ||
+ | |- | ||
+ | | | ||
+ | | [[MACE]] | ||
+ | |- | ||
+ | | | ||
+ | | [[MusePack]] | ||
+ | |} | ||
+ | |||
+ | |||
+ | == Muxers == | ||
+ | |||
+ | {{stub}} | ||
+ | |||
+ | {| | ||
+ | | '''name''' | ||
+ | | description | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | |} |
Revision as of 17:43, 14 January 2006
Codec is short for coder/decoder. For portability to almost all decoders, we recommend using vcodec=mp1v (MPEG 1 video), acodec=mpga (MPEG 1 layer 1 audio), and mux=mpeg1 (MPEG 1 multiplexing).
Some examples are in the capture card how to
Video Codecs
Use the "name" part in you vcodec=... commands
name | description |
mp1v | MPEG-1 Video - recommended for portability |
mp2v | MPEG-2 Video - used in DVDs |
mp4v | MPEG-4 Video |
Sorenson Video | |
Windows Media Video | |
Digital Video | |
MJPG | MJPEG |
H263 | H263 |
h264 | H264 |
theo | Theora |
Indeo Video | |
Real Media Video | |
Cinepak | |
On2 VP | |
Flash Video | |
Creative YUV | |
Huffman YUV |
Audio Codecs
name | description |
mpga | MPEG audio (recommended for portability) |
mp3 | MP3 audio - see also How To/Create an MP3 |
mp4a | MP4 audio |
a52 or ac3 | Dolby Digital (AC3 or A52) |
DTS | |
vorb | Vorbis |
spx | Speex |
AAC (Advanced Audio Coding) | |
Windows Media Audio | |
DV Audio | |
flac or fl32 | FLAC |
LPCM | |
ADPCM | |
AMR | |
QuickTime Audio | |
Real Audio | |
MACE | |
MusePack |
Muxers
name | description |