r19781 - trunk/etc/codecs.conf
Author: rtogni Date: Sun Sep 10 01:05:05 2006 New Revision: 19781 Modified: trunk/etc/codecs.conf Log: VP50 and VP62 support via lavc Modified: trunk/etc/codecs.conf ============================================================================== --- trunk/etc/codecs.conf (original) +++ trunk/etc/codecs.conf Sun Sep 10 01:05:05 2006 @@ -1370,6 +1370,14 @@ out YUY2 out BGR32,BGR24 +videocodec ffvp5 + info "FFmpeg VP5 decoder" + status working + fourcc VP50 + driver ffmpeg + dll "vp5" + out YV12 + videocodec vp5 info "On2 VP5 Personal Codec" status working @@ -1379,6 +1387,14 @@ out YUY2 out BGR32,BGR24 +videocodec ffvp6 + info "FFmpeg VP6 decoder" + status working + fourcc VP62 + driver ffmpeg + dll "vp6" + out YV12 + videocodec vp6 info "On2 VP6 Personal Codec" status working
participants (3)
-
Aurelien Jacobs -
rtogni -
Tomáš Janoušek