comparison DOCS/codecs.conf @ 267:3c27519164d6

example codecs config file
author arpi_esp
date Sun, 01 Apr 2001 16:31:35 +0000
parents
children 0fcd79bb4c47
comparison
equal deleted inserted replaced
266:336b1559a447 267:3c27519164d6
1 ; Example codecs config file.
2 ; It is not functional yet! until we finish config loader,
3 ; mplayer will use codecs.c!!!
4
5 videocodec mpeg4
6 name "Microsoft MPEG-4 v1/v2"
7 comment "No postprocessing"
8 fourcc MPG4,mpg4
9 fourcc MP42,mp42
10 driver vfw
11 dll "mpg4c32.dll"
12 out YUY2 noflip,yuvhack
13 out RGB32,RGB24,RGB15
14
15 videocodec divx
16 name "DivX ;-) (MS MPEG-4 v3)"
17 comment "DivX rulez ;-)"
18 fourcc MP43,mp43 div3 ; fourcc mapping to div3
19 fourcc DIV5,div5 div3
20 fourcc DIV6,div6 div4
21 fourcc DIV3,div3,DIV4,div3
22 driver vfw
23 dll "divxc32.dll"
24 out YUY2 noflip,yuvhack
25 out RGB32,RGB24,RGB15
26
27 videocodec divxds
28 name "DivX ;-) (MS MPEG-4 v3)"
29 comment "DivX rulez ;-)"
30 fourcc MP43,mp43 div3 ; fourcc mapping to div3
31 fourcc DIV5,div5 div3
32 fourcc DIV6,div6 div4
33 fourcc DIV3,div3,DIV4,div3
34 driver dshow
35 dll "divx_c32.ax"
36 guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
37 out YUY2 noflip
38 out RGB32,RGB24,RGB16,RGB15 noflip
39
40 videocodec odivx
41 name "OpenDivX (MPEG-4 v2)"
42 fourcc DIVX,divx
43 fourcc DIV1,div1 divx
44 driver odivx
45 out YV12 noflip
46
47 videocodec indeo5
48 name "Intel Indeo 5"
49 fourcc IV50,iv50
50 driver vfw
51 dll "ir50_32.dll"
52 out YUY2 noflip
53 out RGB32,RGB24,RGB15 noflip
54
55 videocodec indeo4
56 name "Intel Indeo 4.1"
57 comment "upside-down"
58 fourcc IV41,iv41
59 driver vfw
60 dll "ir41_32.dll"
61 out RGB24,RGB15 flip
62
63 videocodec indeo3
64 name "Intel Indeo 3.1/3.2"
65 comment "upside-down"
66 fourcc IV31,iv31
67 fourcc IV32,iv32
68 driver vfw
69 dll "ir32_32.dll"
70 out RGB24,RGB15 flip
71
72 videocodec cvid
73 name "Cinepak Video"
74 fourcc cvid
75 driver vfw
76 dll "msvidc32.dll"
77 out YUY2 noflip
78 out RGB24,RGB15 noflip
79
80 videocodec cram
81 name "CRAM"
82 fourcc cram,CRAM
83 driver vfw
84 dll "msvidc32.dll"
85 out RGB24,RGB15 noflip
86
87 videocodec vcr2
88 name "ATI VCR-2"
89 fourcc VCR2
90 driver vfw
91 dll "ativcr2.dll"
92 out YUY2 noflip
93 out RGB32,RGB24,RGB15 noflip
94
95 videocodec i263
96 name "I263"
97 comment "not tested"
98 fourcc I263,i263
99 driver vfw
100 dll "i263_32.drv"
101 out RGB32,RGB24,RGB15 noflip
102
103 videocodec mjpeg
104 name "Motion JPEG"
105 fourcc MJPG
106 driver vfw
107 dll "mcmjpg32.dll"
108 ; dll "m3jpeg32.dll"
109 out YUY2 noflip
110 out RGB32,RGB24,RGB15 noflip
111
112 videocodec wmv1
113 name "Windows Media Video 7"
114 fourcc WMV1
115 driver dshow
116 dll "wmvds32.ax"
117 guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
118 out YUY2 noflip
119 out RGB32,RGB24,RGB16,RGB15 noflip
120
121 audiocodec divx
122 name "DivX audio (WMA)"
123 format 0x160
124 format 0x161
125 driver acm
126 dll "divxa32.acm"
127
128 audiocodec msadpcm
129 name "MS ADPCM"
130 format 0x2
131 driver acm
132 dll "msadp32.acm"
133
134 audiocodec mp3acm
135 name "MPEG layer-3"
136 comment "Optimized to Intel MMX/SSE"
137 format 0x55
138 driver acm
139 dll "l3codeca.acm"
140 flags seekable
141
142 audiocodec mp3
143 name "MPEG layer-2,3"
144 comment "Optimized to AMD 3Dnow!"
145 format 0x50
146 format 0x55
147 driver mp3lib
148 flags seekable
149
150 audiocodec imaadpcm
151 name "IMA ADPCM"
152 format 0x11
153 driver acm
154 dll "imaadp32.acm"
155
156 audiocodec msgsmacm
157 name "MS GSM"
158 format 0x31
159 format 0x32
160 driver acm
161 dll "msgsm32.acm"
162
163 audiocodec msgsm
164 name "MS GSM"
165 format 0x31
166 format 0x32
167 driver msgsm
168
169 audiocodec voxware
170 name "VoxWare"
171 format 0x75
172 driver dshow
173 dll "voxmsdec.ax"
174 guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d
175