From ab46b4394301685c9fd498623b9a7933f564e105 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 15 Mar 2009 09:25:50 +0000 Subject: 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 --- etc/codecs.conf | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 1b7dd58d22..f62be322d4 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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 -- cgit v1.2.3