diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-01-20 17:20:16 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-01-20 17:20:16 +0000 |
commit | 05a6ce54c9af9fca243a647baa22834be0c74dd1 (patch) | |
tree | cfc7c833c4903d24e98575c060f08b02b4384c5e /etc | |
parent | 9a9cf3ce7afa4bfc260436d689767538d3cb6a33 (diff) | |
download | mpv-05a6ce54c9af9fca243a647baa22834be0c74dd1.tar.bz2 mpv-05a6ce54c9af9fca243a647baa22834be0c74dd1.tar.xz |
add EPHV to ffodivx,xvid
add T263 to ffh263
add MFZ0 binary codec Moyea Flash to Video Converter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28346 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 0a1371148a..ae5e201ade 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -826,6 +826,7 @@ videocodec ffodivx fourcc FFDS fourcc DCOD,MVXM,EM4A,PM4V fourcc M4T3,DMK2,DIGI,INMC + fourcc EPHV driver ffmpeg dll mpeg4 ;opendivx out YV12,I420,IYUV @@ -876,6 +877,7 @@ videocodec xvid fourcc FFDS fourcc DCOD,MVXM,EM4A,PM4V fourcc M4T3,DMK2,DIGI,INMC + fourcc EPHV format 0x10000004 ; mpeg 4 es driver xvid out YV12 @@ -1319,6 +1321,7 @@ videocodec ffh263 fourcc H263,U263,h263,X263,M263 fourcc viv1 h263 fourcc s263,S263 + fourcc T263 fourcc D263 ; DEC H263 fourcc L263 ; Lead H263 fourcc ILVR ; ITU H263+ @@ -1726,6 +1729,15 @@ videocodec midivid3 dll "MV3.dll" out BGR24,BGR16 +videocodec moyea + info "Moyea Flash to Video Converter" + comment "requires zlib1.dll" ; c7d4d685a0af2a09cbc21cb474358595 + status working + fourcc MFZ0 + driver vfw + dll "MyFlashZip0.ax" + out BGR24 flip + videocodec nsvideo info "Power VideoWorks video" status working |