1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28953 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-03-15 09:25:50 +00:00
parent 5148ca89d2
commit ab46b43943

View File

@ -1520,20 +1520,6 @@ 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
@ -1554,6 +1540,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