From 3f371fda9a199c1fe6f3dbcb664631ef4c4b79c3 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 30 Aug 2003 22:57:54 +0000 Subject: ffmpeg1/2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10728 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index bf66f7c03e..114ec27d52 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -31,6 +31,26 @@ videocodec mpeg12 ; 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 -- cgit v1.2.3