mirror of https://github.com/mpv-player/mpv
DV corrections by Artur Zaprzala <artur.zaprzala@talex.com.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2163 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
78eaed7c86
commit
8c74592e01
|
@ -341,10 +341,10 @@ videocodec tm20
|
||||||
out YUY2
|
out YUY2
|
||||||
out BGR32,BGR24,BGR16,BGR15
|
out BGR32,BGR24,BGR16,BGR15
|
||||||
|
|
||||||
videocodec dv
|
videocodec qdv
|
||||||
info "Sony Digital Video (DV)"
|
info "Sony Digital Video (DV)"
|
||||||
status working
|
status working
|
||||||
fourcc DVSD dvsd
|
fourcc DVSD,dvsd,dvcp dvsd
|
||||||
driver dshow
|
driver dshow
|
||||||
dll "qdv.dll"
|
dll "qdv.dll"
|
||||||
guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
|
guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
|
||||||
|
@ -352,6 +352,16 @@ videocodec dv
|
||||||
out UYVY
|
out UYVY
|
||||||
out BGR32,BGR24,BGR16,BGR15
|
out BGR32,BGR24,BGR16,BGR15
|
||||||
|
|
||||||
|
videocodec mcdv
|
||||||
|
info "MainConcept DV Codec"
|
||||||
|
status working
|
||||||
|
fourcc DVSD,dvsd,dvcp dvsd # dvcp stands for PAL DV in mov
|
||||||
|
driver vfw
|
||||||
|
dll "mcdvd_32.dll"
|
||||||
|
out YUY2
|
||||||
|
out UYVY
|
||||||
|
out BGR32,BGR24,BGR15
|
||||||
|
|
||||||
videocodec morgands
|
videocodec morgands
|
||||||
info "Morgan MJPEG"
|
info "Morgan MJPEG"
|
||||||
status crashing
|
status crashing
|
||||||
|
|
Loading…
Reference in New Issue