summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.conf
blob: b8043d32b6fd5c58ef7a425bd030d82e8509f971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
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