# HG changeset patch # User reimar # Date 1237109150 0 # Node ID 0fc1194ec544dd33c71ae298bb09440e972fc299 # Parent b9eb28b3f74a981a67911746f38a6347e7ee11f2 Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples. diff -r b9eb28b3f74a -r 0fc1194ec544 etc/codecs.conf --- a/etc/codecs.conf Sun Mar 15 09:17:42 2009 +0000 +++ b/etc/codecs.conf Sun Mar 15 09:25:50 2009 +0000 @@ -1520,20 +1520,6 @@ ; 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 @@ -1554,6 +1540,20 @@ 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