diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 6ed12d055b..a28ffb6406 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -214,6 +214,16 @@ videocodec mpegpes ; ============== OTHER STUFF ======================= +videocodec vp3 + info "On2 OpenSource VP3-Codec" + status working + comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" + fourcc VP31,vp31 + driver vfwex + dll "vp31vfw.dll" + out YUY2 + out BGR32,BGR24,BGR15 + videocodec indeo5ds info "Intel Indeo 5" status working |