summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf20
1 files changed, 20 insertions, 0 deletions
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