diff --git a/etc/codecs.conf b/etc/codecs.conf index a05bb63a99..0e2dff7492 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -729,6 +729,17 @@ videocodec qdv out UYVY out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample +videocodec ffdv + info "Raw DV decoder using libavcodec" + status crashing + fourcc DVSD,dvsd ; PAL + fourcc DVCS,dvcs ; NTSC ? + fourcc "dvcp" ; PAL DV in .mov + fourcc "dvc " ; NTSC DV in .mov + driver ffmpeg + dll dvvideo + out 411P,422P,YV12 + videocodec libdv info "Raw DV decoder using libdv" status working