comparison etc/codecs.conf @ 10727:8e85b87339fe

ffmpeg1/2
author arpi
date Sat, 30 Aug 2003 22:57:54 +0000
parents f06b8ea6f850
children 338d91776700
comparison
equal deleted inserted replaced
10726:bae3e8c81ada 10727:8e85b87339fe
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 driver libmpeg2 30 driver libmpeg2
31 ; dll "libmpeg2" 31 ; dll "libmpeg2"
32 out YV12,I420,IYUV
33
34 videocodec ffmpeg1
35 info "FFmpeg MPEG 1"
36 status working
37 format 0x10000001 ; mpeg 1
38 fourcc mpg1
39 fourcc PIM1 ; Pinnacle hardware-mpeg1
40 fourcc VCR2
41 driver ffmpeg
42 dll "mpeg1video"
43 out YV12,I420,IYUV
44
45 videocodec ffmpeg2
46 info "FFmpeg MPEG 2"
47 status working
48 format 0x10000002 ; mpeg 2
49 fourcc mpg2
50 driver ffmpeg
51 dll "mpeg2video"
32 out YV12,I420,IYUV 52 out YV12,I420,IYUV
33 53
34 videocodec ffmpeg12 54 videocodec ffmpeg12
35 info "FFmpeg MPEG 1/2" 55 info "FFmpeg MPEG 1/2"
36 status working 56 status working