diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 36c24c4a17..31c7136098 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -29,6 +29,10 @@ videocodec mpeg12 format 0x10000002 ; MPEG-2 fourcc "DVR " fourcc hdv2 + fourcc mpg1 + fourcc PIM1 ; Pinnacle hardware-MPEG-1 + fourcc VCR2 + fourcc mpg2 driver libmpeg2 ; dll "libmpeg2" out YV12,I420,IYUV @@ -66,6 +70,8 @@ videocodec ffmpeg12 fourcc mpg1,mpg2 fourcc PIM1 ; Pinnacle hardware-MPEG-1 fourcc VCR2 + fourcc "DVR " + fourcc hdv2 driver ffmpeg dll "mpegvideo" out YV12,I420,IYUV @@ -80,6 +86,7 @@ videocodec ffmpeg12mc fourcc "DVR " fourcc hdv2 fourcc PIM1 ; Pinnacle hardware-MPEG-1 + fourcc VCR2 driver ffmpeg dll "mpegvideo_xvmc" out IDCT_MPEG2 |