mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
ffdv added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7602 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
03ff8c2463
commit
25d99f9d61
@ -729,6 +729,17 @@ videocodec qdv
|
||||
out UYVY
|
||||
out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
|
||||
|
||||
videocodec ffdv
|
||||
info "Raw DV decoder using libavcodec"
|
||||
status crashing
|
||||
fourcc DVSD,dvsd ; PAL
|
||||
fourcc DVCS,dvcs ; NTSC ?
|
||||
fourcc "dvcp" ; PAL DV in .mov
|
||||
fourcc "dvc " ; NTSC DV in .mov
|
||||
driver ffmpeg
|
||||
dll dvvideo
|
||||
out 411P,422P,YV12
|
||||
|
||||
videocodec libdv
|
||||
info "Raw DV decoder using libdv"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user