comparison etc/codecs.conf @ 6926:9f325578fac9

native libdv added, fourccs fixed/commented for qdv & mcdv
author arpi
date Mon, 05 Aug 2002 17:22:14 +0000
parents ee5e57b7639c
children 7f5390468d64
comparison
equal deleted inserted replaced
6925:cc46462d0015 6926:9f325578fac9
691 fourcc IV32,iv32 691 fourcc IV32,iv32
692 driver xanim 692 driver xanim
693 dll "vid_iv32.xa" 693 dll "vid_iv32.xa"
694 out YV12,IYUV,I420 694 out YV12,IYUV,I420
695 695
696 ; DV: qdv is more stable... (native libdv support coming soon) 696 ; DV: qdv is more stable... libdv is slow, mcdv is unstable
697 697
698 videocodec qdv 698 videocodec qdv
699 info "Sony Digital Video (DV)" 699 info "Sony Digital Video (DV)"
700 status working 700 status working
701 fourcc DVSD,dvsd,dvcp dvsd 701 fourcc dvsl,dvsd,dvhd ; ????
702 ; fourcc "dvc " dvsd 702 fourcc DVSD dvsd ; pal .avi
703 fourcc "dvcp" dvsd ; pal .mov
704 fourcc "dvc " dvsd ; ntsc .mov
703 driver dshow 705 driver dshow
704 dll "qdv.dll" 706 dll "qdv.dll"
705 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42 707 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
706 out YUY2 708 out YUY2
707 out UYVY 709 out UYVY
708 out BGR32,BGR24,BGR16,BGR15 710 out BGR32,BGR24,BGR16,BGR15
709 711
712 videocodec libdv
713 info "Raw DV decoder using libdv"
714 status working
715 fourcc DVSD,dvsd ; PAL
716 fourcc DVCS,dvcs ; NTSC ?
717 fourcc "dvcp" ; PAL DV in .mov
718 fourcc "dvc " ; NTSC DV in .mov
719 driver libdv
720 out YUY2
721
722 ; note: it crashes with pond.dv :(
710 videocodec mcdv 723 videocodec mcdv
711 info "MainConcept DV Codec" 724 info "MainConcept DV Codec"
712 status working 725 status working
713 fourcc DVSD,dvsd,dvcp dvsd # dvcp stands for PAL DV in mov 726 fourcc DVSD,dvsd ; PAL
714 fourcc "dvc " dvsd 727 fourcc DVCS,dvcs ; NTSC ?
728 fourcc CDVC,cdvc ; ???
729 fourcc "dvcp" dvsd ; PAL DV in .mov
730 fourcc "dvc " dvcs ; NTSC DV in .mov
715 driver vfw 731 driver vfw
716 dll "mcdvd_32.dll" 732 dll "mcdvd_32.dll"
717 out YUY2 733 out YUY2
718 out UYVY 734 out UYVY
719 out BGR32,BGR24,BGR15 735 out BGR32,BGR24,BGR15
1138 status working 1154 status working
1139 comment "RoQA is an internal MPlayer FOURCC" 1155 comment "RoQA is an internal MPlayer FOURCC"
1140 fourcc RoQA 1156 fourcc RoQA
1141 driver roqaudio 1157 driver roqaudio
1142 1158
1159 audiocodec libdv
1160 info "raw DV audio decoder"
1161 status working
1162 comment "raw DV audio decoder"
1163 fourcc RADV
1164 driver libdv
1165
1143 audiocodec faad 1166 audiocodec faad
1144 info "AAC MPEG2/MPEG4 Audio" 1167 info "AAC MPEG2/MPEG4 Audio"
1145 status working 1168 status working
1146 comment "Under developemnt by Atmos" 1169 comment "Under developemnt by Atmos"
1147 fourcc mp4a,MP4A 1170 fourcc mp4a,MP4A