diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-09 19:05:23 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-09 19:05:23 +0000 |
commit | 789ba2f070a3c10375238e5093c2d3aa82807a36 (patch) | |
tree | 097220dba41c4925730047bf2d1ce1068d0558d7 /etc | |
parent | 08a64d106db14f32ed531a394030cf7e662cd78e (diff) |
Support for Warcraft 3 videos and for FFmpeg SVQ1 codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6683 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index c28363fdd3..333651bb08 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -76,13 +76,6 @@ videocodec qtrle out BGR32,BGR24 videocodec qtrpza - info "Quicktime Apple Video" - status working - fourcc rpza,azpr - driver qtrpza - out BGR32,BGR24,BGR15 - -videocodec qtsmc info "Apple Graphics (SMC) codec" status working format 0x20636d73 ; "smc " @@ -206,6 +199,14 @@ videocodec cyuvxa ; time to decide what to do with the mpeg4/divx variants... ; ff* is fastest... +videocodec ffsvq1 + info "FFmpeg Sorenson Video v1" + status working + fourcc SVQ1 + driver ffmpeg + dll svq1 + out YVU9 + videocodec ffdivx info "FFmpeg DivX ;-) (MS MPEG-4 v3)" status working @@ -253,7 +254,7 @@ videocodec ffodivx fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 fourcc M4S2,m4s2 fourcc xvid,XVID,XviD - fourcc DX50 + fourcc DX50,BLZ0 DX50 fourcc mp4v format 0x4 driver ffmpeg @@ -272,7 +273,7 @@ videocodec odivx fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! fourcc AP41 DIV3 ; AngelPotion stuff fourcc xvid,XVID,XviD - fourcc DX50 + fourcc DX50,BLZ0 DX50 format 0x4 driver odivx dll "libdivxdecore.0" @@ -288,7 +289,7 @@ videocodec divx4 fourcc MP43,mp43,DIV3,div3,DIV4,div4 DIV3 ; for DivX4Linux only! fourcc AP41 DIV3 ; AngelPotion stuff fourcc xvid,XVID,XviD - fourcc DX50 + fourcc DX50,BLZ0 DX50 format 0x4 driver divx4 dll "libdivxdecore.0" |