187
|
1
|
|
2 Status of codecs support:
|
|
3 =========================
|
|
4
|
|
5 If you have sample files for untested codecs, or want a new codec to be
|
|
6 added, contact us! (for new codecs we need the DLL/AX file and a sample AVI)
|
|
7
|
|
8 Video codecs:
|
|
9 ~~~~~~~~~~~~~
|
|
10 Built-in native codecs:
|
|
11
|
|
12 - MPEG 1/2 (no fourcc)
|
|
13 libmpeg2: works, YUV (YV12) supported, with optional postprocessing!!!
|
|
14 - OpenDivX (DIV1,DIVX)
|
|
15 decore: works, YUV (YV12) supported, postprocessing supported
|
|
16
|
|
17 Fully functional Win32 VfW/DShow codecs:
|
|
18
|
|
19 - M$ MPEG4 v1, v2 (MPG4,MP42):
|
|
20 mpg4c32.dll: works, YUV supported.
|
|
21 - M$ MPEG4 v3 / DivX ;-) (MP43,DIV3,DIV4,DIV5,DIV6)
|
|
22 divxc32.dll: works, YUV supported.
|
|
23 divx_c32.ax: works, YUV and postprocessing supported.
|
|
24 - Indeo Video 5.0: (IV50)
|
188
|
25 ir50_32.dll (VfW): works, YUV supported.
|
|
26 ir50_32.dll (DShow): not tested
|
|
27 - Cinepak Video: (CVID)
|
187
|
28 iccvid.dll: works, YUV supported.
|
|
29 - Microsoft Video v1.0 (CRAM)
|
|
30 msvidc32.dll: works, no YUV
|
188
|
31 - ATI VCR-2: (VCR2)
|
187
|
32 ativcr2.dll: works, YUV supported
|
|
33 - Motion JPEG (MJPG)
|
|
34 m3jpeg32.dll: can't load (segfault)
|
|
35 mcmjpg32.dll: works, YUV supported
|
188
|
36 - Windows Media Video 7 (WMV1)
|
187
|
37 wmvds32.ax: works, YUV supported
|
|
38
|
|
39 Problems:
|
|
40
|
|
41 - Indeo Video 4.1: (IV41)
|
|
42 ir41_32.dll: works, no YUV, image upside-down
|
|
43 - Indeo Video 3.2: (IV32)
|
|
44 ir32_32.dll: works, no YUV, image upside-down
|
|
45 - ASUS ASV1: (ASV1)
|
|
46 asusasvd.dll: ??? not tested
|
|
47 - ASUS ASV2: (ASV2)
|
|
48 asusasv2.dll: loads, image upside-down and very pixelized (no YUY2, but YVYU)
|
188
|
49 - ATI VCR1: (VCR1)
|
|
50 ativcr1.dll: can't load (16-bit DLL)
|
200
|
51 - I263: (I263)
|
|
52 i263_32.drv: segfault
|
188
|
53
|
|
54 Not tested:
|
|
55
|
|
56 - Motion Wavelets: (MVW1)
|
|
57 icmw_32.dll: not tested (no sample file)
|
|
58 - Indeo Video 3.1: (IV31)
|
|
59 ir32_32.dll: not tested (no sample file)
|
|
60 - AngelPotion MPEG-4: (AP41,AP42)
|
|
61 APmpg4v1.dll: not tested
|
|
62 - Windows Media Video 8 (WMV2)
|
|
63 wmv8ds32.ax: not tested (no sample file)
|
|
64 - DV - Sony Digital Video (dvsd)
|
|
65 qdv.dll: not tested
|
|
66
|
187
|
67
|
|
68 Audio codecs:
|
|
69 ~~~~~~~~~~~~~
|
|
70 Built-in native codecs:
|
|
71
|
|
72 - Uncompressed PCM (0)
|
|
73 - MPEG layer 2 and 3: (0x50, 0x55)
|
194
|
74 mp3lib, based on mpg123 (sometimes segfaults, then use ACM, see below)
|
187
|
75 - AC3: (0x2000)
|
|
76 libac3
|
|
77 - aLaw audio: (6)
|
|
78 aLaw codec from xanim sources
|
|
79 - MS-GSM: (0x31,0x32)
|
|
80 xa_gsm from avifile sources
|
|
81
|
|
82 Fully functional Win32 ACM/DShow codecs:
|
|
83
|
188
|
84 - Windows Media Audio / DivX audio (0x160, 0x161)
|
187
|
85 divxa32.acm: works
|
|
86 - MS ADPCM (0x2)
|
|
87 msadp32.acm: works
|
|
88 - MPEG layer 3: (0x55)
|
194
|
89 l3codeca.acm: works (or you can use the built-in 3dnow-optimized codec)
|
187
|
90
|
|
91 Problems:
|
|
92
|
|
93 - IMA ADPCM (0x11)
|
|
94 imaadp32.acm: segfault
|
|
95 - MS-GSM: (0x31,0x32)
|
|
96 msgsm32.acm: segfault (use built-in codec)
|
188
|
97 - VoxWare Metasound: (0x75)
|
187
|
98 voxmsdec.ax: segfault
|
|
99
|
188
|
100 Not tested:
|
187
|
101
|
188
|
102 - ACELP.net: (0x130)
|
|
103 acelpdec.ax: not tested (no sample file)
|
|
104 - IMC: (0x401)
|
|
105 imc32.acm: not tested (no sample file)
|