[MPlayer-dev-eng] support Chinese AVS playback

Stefan Gehrer stefan.gehrer at gmx.de
Sat Jul 29 11:05:57 CEST 2006


Hi,

with this simple patch (sorry for it being inline, I post via gmane)

===================================================================
--- etc/codecs.conf     (revision 19221)
+++ etc/codecs.conf     (working copy)
@@ -1572,6 +1572,13 @@
   driver ffmpeg
   dll "smackvid"

+videocodec cavs
+  info "Chinese AVS Video"
+  status working
+  fourcc CAVS
+  out I420
+  driver ffmpeg
+  dll "cavs"

 ; quicktime codecs:





playback of AVS files should be possible with

mplayer -demuxer lavf foo.avs

There should be a sample file in MPlayer's sample repository (which I can't find
at the moment) and a few more here: http://avs.org.cn/fruits in the left column.

Regards
Stefan Gehrer




More information about the MPlayer-dev-eng mailing list