changeset 10727:8e85b87339fe

ffmpeg1/2
author arpi
date Sat, 30 Aug 2003 22:57:54 +0000
parents bae3e8c81ada
children 713a1ff7046e
files etc/codecs.conf
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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