comparison DOCS/codecs.conf @ 1390:b3389600cec8

odivx<->divx4 order changed, null video codec added
author arpi
date Thu, 26 Jul 2001 00:29:00 +0000
parents e6264cd1a51f
children 1728d249c783
comparison
equal deleted inserted replaced
1389:883a67f743e5 1390:b3389600cec8
79 fourcc DIV3,div3,DIV4,div4 79 fourcc DIV3,div3,DIV4,div4
80 driver vfw 80 driver vfw
81 dll "divxc32.dll" 81 dll "divxc32.dll"
82 out YUY2 yuvhack 82 out YUY2 yuvhack
83 out BGR32,BGR24,BGR15 83 out BGR32,BGR24,BGR15
84
85
86 videocodec odivx
87 info "OpenDivX (MPEG-4 v2)"
88 comment "with postprocessing"
89 status working
90 fourcc DIVX,divx
91 fourcc DIV1,div1 divx
92 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
93 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only!
94 format 0x4
95 driver odivx
96 dll "opendivx decore"
97 out YV12
84 98
85 videocodec divx4 99 videocodec divx4
86 info "DivX4Linux (MPEG-4 v2,v3)" 100 info "DivX4Linux (MPEG-4 v2,v3)"
87 comment "with postprocessing" 101 comment "with postprocessing"
88 status working 102 status working
96 ; out YV12 ; works, but odivx driver is faster with YV12 (DEC_USER) 110 ; out YV12 ; works, but odivx driver is faster with YV12 (DEC_USER)
97 out I420 111 out I420
98 out YUY2 112 out YUY2
99 out UYVY 113 out UYVY
100 out BGR32,BGR24,BGR16,BGR15 114 out BGR32,BGR24,BGR16,BGR15
101
102 videocodec odivx
103 info "OpenDivX (MPEG-4 v2)"
104 comment "with postprocessing"
105 status working
106 fourcc DIVX,divx
107 fourcc DIV1,div1 divx
108 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
109 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only!
110 format 0x4
111 driver odivx
112 dll "opendivx decore"
113 out YV12
114 115
115 ; =============== FFMPEG MPEG CODECS ========================= 116 ; =============== FFMPEG MPEG CODECS =========================
116 117
117 videocodec ffdivx 118 videocodec ffdivx
118 info "FFmpeg DivX ;-) (MS MPEG-4 v3)" 119 info "FFmpeg DivX ;-) (MS MPEG-4 v3)"
126 out YV12 127 out YV12
127 128
128 videocodec ffodivx 129 videocodec ffodivx
129 info "FFmpeg OpenDivX" 130 info "FFmpeg OpenDivX"
130 status working 131 status working
131 comment "doesn't support >= 4.0alpha48 movies yet" 132 ; comment "doesn't support >= 4.0alpha48 movies yet"
132 fourcc DIVX,divx 133 fourcc DIVX,divx
133 fourcc DIV1,div1 divx 134 fourcc DIV1,div1 divx
134 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 135 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
135 format 0x4 136 format 0x4
136 driver ffmpeg 137 driver ffmpeg
374 driver vfw 375 driver vfw
375 dll "asusasvd.dll" 376 dll "asusasvd.dll"
376 ; out YVYU 377 ; out YVYU
377 out UYVY 378 out UYVY
378 out BGR32,BGR24,BGR15 flip 379 out BGR32,BGR24,BGR15 flip
380
381 videocodec null
382 info "NULL codec (no decoding)"
383 status working
384 comment "for unknown/unsupported codecs or testing"
385 driver null
386 out YV12
387 out I420
388 out YUY2
389 out UYVY
390 out BGR32,BGR24,BGR16,BGR15
379 391
380 ;============================================================================= 392 ;=============================================================================
381 ; AUDIO CODECS 393 ; AUDIO CODECS
382 ;============================================================================= 394 ;=============================================================================
383 395