diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-15 23:17:25 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-15 23:17:25 +0000 |
commit | fbf8843888ab2fa9a6b2d45fe423d646d0dc944a (patch) | |
tree | bf89111c8c4b71cf77ccfa4a28f347592848298e /etc | |
parent | e5f6f09ea32ecbc31c46d38f96cd53af31963b69 (diff) | |
download | mpv-fbf8843888ab2fa9a6b2d45fe423d646d0dc944a.tar.bz2 mpv-fbf8843888ab2fa9a6b2d45fe423d646d0dc944a.tar.xz |
Add ffmpeg truemotion2 codec, make it default for TM20
Flip dshow truemotion2 picture, it was upside-down
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16777 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 5aad77e67c..dec96d9138 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1440,6 +1440,14 @@ videocodec ffduck dll "truemotion1" out BGR15,BGR16,BGR24 +videocodec fftm20 + info "FFmpeg Duck/On2 TrueMotion 2.0" + status working + fourcc TM20 + driver ffmpeg + dll truemotion2 + out YV12 + ; our BGR15->BGR32 is bad or the DLL? videocodec tm20 info "TrueMotion 2.0" @@ -1449,7 +1457,7 @@ videocodec tm20 driver dshow dll "tm20dec.ax" guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84 - out BGR32,BGR24,BGR16 + out BGR32,BGR24,BGR16 flip videocodec ffsp5x info "SP5x codec - used by Aiptek MegaCam" |