# HG changeset patch # User arpi # Date 1062284274 0 # Node ID 8e85b87339feb65033e763cd91b1f0c0de999dde # Parent bae3e8c81adaa780d5fc4e692ddf6a110ed56ed5 ffmpeg1/2 diff -r bae3e8c81ada -r 8e85b87339fe etc/codecs.conf --- a/etc/codecs.conf Sat Aug 30 22:31:45 2003 +0000 +++ b/etc/codecs.conf Sat Aug 30 22:57:54 2003 +0000 @@ -31,6 +31,26 @@ ; dll "libmpeg2" out YV12,I420,IYUV +videocodec ffmpeg1 + info "FFmpeg MPEG 1" + status working + format 0x10000001 ; mpeg 1 + fourcc mpg1 + fourcc PIM1 ; Pinnacle hardware-mpeg1 + fourcc VCR2 + driver ffmpeg + dll "mpeg1video" + out YV12,I420,IYUV + +videocodec ffmpeg2 + info "FFmpeg MPEG 2" + status working + format 0x10000002 ; mpeg 2 + fourcc mpg2 + driver ffmpeg + dll "mpeg2video" + out YV12,I420,IYUV + videocodec ffmpeg12 info "FFmpeg MPEG 1/2" status working