summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf30
1 files changed, 16 insertions, 14 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 1b7dd58d22..1c51043940 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1520,24 +1520,11 @@ videocodec indeo3xa
; DV: qdv is more stable... libdv is slow, mcdv is unstable
-videocodec qdv
- info "Sony Digital Video (DV)"
- status working
- fourcc dvsl,dvsd,dvhd ; ????
- fourcc DVSD dvsd ; pal .avi
- fourcc "dvcp" dvsd ; pal .mov
- fourcc "dvc " dvsd ; ntsc .mov
- driver dshow
- dll "qdv.dll"
- guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
- out YUY2
- out UYVY
- out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
-
videocodec ffdv
info "FFmpeg DV"
status working
fourcc CDVC,cdvc
+ fourcc CDVH,cdvh ; Canopus DVCPRO HD
fourcc DVSD,dvsd ; PAL
fourcc DVCS,dvcs ; NTSC ?
fourcc "dvcp" ; PAL DV in .mov
@@ -1554,6 +1541,20 @@ videocodec ffdv
dll dvvideo
out 411P,422P,YV12
+videocodec qdv
+ info "Sony Digital Video (DV)"
+ status working
+ fourcc dvsl,dvsd,dvhd ; ????
+ fourcc DVSD dvsd ; pal .avi
+ fourcc "dvcp" dvsd ; pal .mov
+ fourcc "dvc " dvsd ; ntsc .mov
+ driver dshow
+ dll "qdv.dll"
+ guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
+ out YUY2
+ out UYVY
+ out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
+
videocodec libdv
info "Raw DV (libdv)"
status working
@@ -3036,6 +3037,7 @@ audiocodec ffqclp
info "FFmpeg QCLP audio"
status buggy
format 0x706C6351 ; "Qclp"
+ format 0x70637173 ; "sqcp"
driver ffmpeg
dll "qcelp"