diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-07-31 13:47:47 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:14:46 +0200 |
commit | 7d7f3345e7b871cf63daae6dac9a4c46d233360f (patch) | |
tree | 094e48e26d5a2338862a4540414440d82afd8952 /etc | |
parent | 4bf28980f97fccafac77dca55a588636afaf6a5c (diff) | |
download | mpv-7d7f3345e7b871cf63daae6dac9a4c46d233360f.tar.bz2 mpv-7d7f3345e7b871cf63daae6dac9a4c46d233360f.tar.xz |
codecs.conf: add binary expression codec for fourcc MTS2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31872 b3059339-0415-0410-9bf9-f77b7e298cf2
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 6a7e08a8ea..03c72f3653 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1265,6 +1265,16 @@ videocodec wms10dmod guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0xde out BGR32,BGR24,BGR16 +videocodec eescreen + info "expression encoder" + comment "requires xp or newer and msvcr100.dll" + status working + fourcc MTS2 + driver dmo + dll "Microsoft.Expression.Encoder.EEScreen.Codec.dll" + guid 0x9a6e798c, 0x00ba, 0x478c, 0x8d, 0x64, 0x88, 0xf2, 0xe5, 0xb2, 0x5c, 0x1a + out BGR32,BGR24,BGR16 ;,BGR15 + videocodec gotomeeting info "GoToMeeting codec" status working |