mirror of
https://github.com/mpv-player/mpv
synced 2025-02-14 19:07:14 +00:00
HuffYUV fixed, DIV2 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@743 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
179b2884c7
commit
a124989983
@ -20,6 +20,7 @@ videocodec mpeg4
|
||||
; comment "No postprocessing"
|
||||
fourcc MPG4,mpg4
|
||||
fourcc MP42,mp42
|
||||
fourcc DIV2 mp42
|
||||
driver vfw
|
||||
dll "mpg4c32.dll"
|
||||
out YUY2 yuvhack
|
||||
@ -29,6 +30,7 @@ videocodec divxds
|
||||
info "DivX ;-) (MS MPEG-4 v3)"
|
||||
comment "with postprocessing"
|
||||
status working
|
||||
; fourcc DIV2 div4
|
||||
fourcc MP43,mp43 div3 ; fourcc mapping to div3
|
||||
fourcc DIV5,div5 div3
|
||||
fourcc DIV6,div6 div4
|
||||
@ -220,14 +222,14 @@ videocodec morgands
|
||||
|
||||
videocodec huffyuv
|
||||
info "HuffYUV"
|
||||
status crashing
|
||||
comment "ICDecompressGetFormat failed: Error -2"
|
||||
status buggy
|
||||
comment "YUY2 _or_ 24/32bpp only (depending on file encoding)"
|
||||
fourcc HFYU
|
||||
driver vfw
|
||||
dll "huffyuv.dll"
|
||||
; out YUY2
|
||||
; out UYVY
|
||||
out BGR32,BGR24,BGR15
|
||||
out YUY2 flip
|
||||
; out UYVY flip
|
||||
out BGR32,BGR24 flip
|
||||
|
||||
videocodec mszh
|
||||
info "AVImszh"
|
||||
|
Loading…
Reference in New Issue
Block a user