comparison etc/codecs.conf @ 15572:5d738acd664c

support DVR format
author reimar
date Thu, 26 May 2005 11:23:15 +0000
parents ca66260288e2
children 3cc7c23f6f32
comparison
equal deleted inserted replaced
15571:ab43da229a76 15572:5d738acd664c
25 info "MPEG-1 or 2 (libmpeg2)" 25 info "MPEG-1 or 2 (libmpeg2)"
26 comment "with postprocessing" 26 comment "with postprocessing"
27 status working 27 status working
28 format 0x10000001 ; MPEG-1 28 format 0x10000001 ; MPEG-1
29 format 0x10000002 ; MPEG-2 29 format 0x10000002 ; MPEG-2
30 fourcc "DVR "
30 driver libmpeg2 31 driver libmpeg2
31 ; dll "libmpeg2" 32 ; dll "libmpeg2"
32 out YV12,I420,IYUV 33 out YV12,I420,IYUV
33 out 422P 34 out 422P
34 35
46 videocodec ffmpeg2 47 videocodec ffmpeg2
47 info "FFmpeg MPEG-2" 48 info "FFmpeg MPEG-2"
48 status working 49 status working
49 format 0x10000002 ; MPEG-2 50 format 0x10000002 ; MPEG-2
50 fourcc mpg2 51 fourcc mpg2
52 fourcc "DVR "
51 driver ffmpeg 53 driver ffmpeg
52 dll "mpeg2video" 54 dll "mpeg2video"
53 out YV12,I420,IYUV 55 out YV12,I420,IYUV
54 out 422P,444P 56 out 422P,444P
55 57
71 info "FFmpeg MPEG-1/2 (XvMC)" 73 info "FFmpeg MPEG-1/2 (XvMC)"
72 status buggy 74 status buggy
73 format 0x10000001 ; MPEG-1 75 format 0x10000001 ; MPEG-1
74 format 0x10000002 ; MPEG-2 76 format 0x10000002 ; MPEG-2
75 fourcc mpg1,mpg2 77 fourcc mpg1,mpg2
78 fourcc "DVR "
76 fourcc PIM1 ; Pinnacle hardware-MPEG-1 79 fourcc PIM1 ; Pinnacle hardware-MPEG-1
77 driver ffmpeg 80 driver ffmpeg
78 dll "mpegvideo_xvmc" 81 dll "mpegvideo_xvmc"
79 out IDCT_MPEG2 82 out IDCT_MPEG2
80 out MOCO_MPEG2 83 out MOCO_MPEG2