comparison etc/codecs.conf @ 28918:0fc1194ec544

Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
author reimar
date Sun, 15 Mar 2009 09:25:50 +0000
parents a44907b211f2
children 76136efd46fa
comparison
equal deleted inserted replaced
28917:b9eb28b3f74a 28918:0fc1194ec544
1518 dll "vid_iv32.xa" 1518 dll "vid_iv32.xa"
1519 out YVU9 1519 out YVU9
1520 1520
1521 ; DV: qdv is more stable... libdv is slow, mcdv is unstable 1521 ; DV: qdv is more stable... libdv is slow, mcdv is unstable
1522 1522
1523 videocodec qdv
1524 info "Sony Digital Video (DV)"
1525 status working
1526 fourcc dvsl,dvsd,dvhd ; ????
1527 fourcc DVSD dvsd ; pal .avi
1528 fourcc "dvcp" dvsd ; pal .mov
1529 fourcc "dvc " dvsd ; ntsc .mov
1530 driver dshow
1531 dll "qdv.dll"
1532 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
1533 out YUY2
1534 out UYVY
1535 out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
1536
1537 videocodec ffdv 1523 videocodec ffdv
1538 info "FFmpeg DV" 1524 info "FFmpeg DV"
1539 status working 1525 status working
1540 fourcc CDVC,cdvc 1526 fourcc CDVC,cdvc
1541 fourcc DVSD,dvsd ; PAL 1527 fourcc DVSD,dvsd ; PAL
1551 fourcc dvh5,dvh6,dvh3 1537 fourcc dvh5,dvh6,dvh3
1552 fourcc dvhd,dvsl,dv25 1538 fourcc dvhd,dvsl,dv25
1553 driver ffmpeg 1539 driver ffmpeg
1554 dll dvvideo 1540 dll dvvideo
1555 out 411P,422P,YV12 1541 out 411P,422P,YV12
1542
1543 videocodec qdv
1544 info "Sony Digital Video (DV)"
1545 status working
1546 fourcc dvsl,dvsd,dvhd ; ????
1547 fourcc DVSD dvsd ; pal .avi
1548 fourcc "dvcp" dvsd ; pal .mov
1549 fourcc "dvc " dvsd ; ntsc .mov
1550 driver dshow
1551 dll "qdv.dll"
1552 guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
1553 out YUY2
1554 out UYVY
1555 out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
1556 1556
1557 videocodec libdv 1557 videocodec libdv
1558 info "Raw DV (libdv)" 1558 info "Raw DV (libdv)"
1559 status working 1559 status working
1560 fourcc DVSD,dvsd ; PAL 1560 fourcc DVSD,dvsd ; PAL