# HG changeset patch # User arpi_esp # Date 986142695 0 # Node ID 3c27519164d6cd386e5f3147ed468882c9b15038 # Parent 336b1559a4476767dce9228a098936c47fa9a88c example codecs config file diff -r 336b1559a447 -r 3c27519164d6 DOCS/codecs.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DOCS/codecs.conf Sun Apr 01 16:31:35 2001 +0000 @@ -0,0 +1,175 @@ +; Example codecs config file. +; It is not functional yet! until we finish config loader, +; mplayer will use codecs.c!!! + +videocodec mpeg4 + name "Microsoft MPEG-4 v1/v2" + comment "No postprocessing" + fourcc MPG4,mpg4 + fourcc MP42,mp42 + driver vfw + dll "mpg4c32.dll" + out YUY2 noflip,yuvhack + out RGB32,RGB24,RGB15 + +videocodec divx + name "DivX ;-) (MS MPEG-4 v3)" + comment "DivX rulez ;-)" + fourcc MP43,mp43 div3 ; fourcc mapping to div3 + fourcc DIV5,div5 div3 + fourcc DIV6,div6 div4 + fourcc DIV3,div3,DIV4,div3 + driver vfw + dll "divxc32.dll" + out YUY2 noflip,yuvhack + out RGB32,RGB24,RGB15 + +videocodec divxds + name "DivX ;-) (MS MPEG-4 v3)" + comment "DivX rulez ;-)" + fourcc MP43,mp43 div3 ; fourcc mapping to div3 + fourcc DIV5,div5 div3 + fourcc DIV6,div6 div4 + fourcc DIV3,div3,DIV4,div3 + driver dshow + dll "divx_c32.ax" + guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa + out YUY2 noflip + out RGB32,RGB24,RGB16,RGB15 noflip + +videocodec odivx + name "OpenDivX (MPEG-4 v2)" + fourcc DIVX,divx + fourcc DIV1,div1 divx + driver odivx + out YV12 noflip + +videocodec indeo5 + name "Intel Indeo 5" + fourcc IV50,iv50 + driver vfw + dll "ir50_32.dll" + out YUY2 noflip + out RGB32,RGB24,RGB15 noflip + +videocodec indeo4 + name "Intel Indeo 4.1" + comment "upside-down" + fourcc IV41,iv41 + driver vfw + dll "ir41_32.dll" + out RGB24,RGB15 flip + +videocodec indeo3 + name "Intel Indeo 3.1/3.2" + comment "upside-down" + fourcc IV31,iv31 + fourcc IV32,iv32 + driver vfw + dll "ir32_32.dll" + out RGB24,RGB15 flip + +videocodec cvid + name "Cinepak Video" + fourcc cvid + driver vfw + dll "msvidc32.dll" + out YUY2 noflip + out RGB24,RGB15 noflip + +videocodec cram + name "CRAM" + fourcc cram,CRAM + driver vfw + dll "msvidc32.dll" + out RGB24,RGB15 noflip + +videocodec vcr2 + name "ATI VCR-2" + fourcc VCR2 + driver vfw + dll "ativcr2.dll" + out YUY2 noflip + out RGB32,RGB24,RGB15 noflip + +videocodec i263 + name "I263" + comment "not tested" + fourcc I263,i263 + driver vfw + dll "i263_32.drv" + out RGB32,RGB24,RGB15 noflip + +videocodec mjpeg + name "Motion JPEG" + fourcc MJPG + driver vfw + dll "mcmjpg32.dll" +; dll "m3jpeg32.dll" + out YUY2 noflip + out RGB32,RGB24,RGB15 noflip + +videocodec wmv1 + name "Windows Media Video 7" + fourcc WMV1 + driver dshow + dll "wmvds32.ax" + guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae + out YUY2 noflip + out RGB32,RGB24,RGB16,RGB15 noflip + +audiocodec divx + name "DivX audio (WMA)" + format 0x160 + format 0x161 + driver acm + dll "divxa32.acm" + +audiocodec msadpcm + name "MS ADPCM" + format 0x2 + driver acm + dll "msadp32.acm" + +audiocodec mp3acm + name "MPEG layer-3" + comment "Optimized to Intel MMX/SSE" + format 0x55 + driver acm + dll "l3codeca.acm" + flags seekable + +audiocodec mp3 + name "MPEG layer-2,3" + comment "Optimized to AMD 3Dnow!" + format 0x50 + format 0x55 + driver mp3lib + flags seekable + +audiocodec imaadpcm + name "IMA ADPCM" + format 0x11 + driver acm + dll "imaadp32.acm" + +audiocodec msgsmacm + name "MS GSM" + format 0x31 + format 0x32 + driver acm + dll "msgsm32.acm" + +audiocodec msgsm + name "MS GSM" + format 0x31 + format 0x32 + driver msgsm + +audiocodec voxware + name "VoxWare" + format 0x75 + driver dshow + dll "voxmsdec.ax" + guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d +