mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
Clarify -vo vdpau:pullup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30503 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bc802c1e3e
commit
eacccfafc8
@ -3528,7 +3528,9 @@ Makes temporal deinterlacers operate both on luma and chroma (default).
|
||||
Use nochroma\-deint to solely use luma and speed up advanced deinterlacing.
|
||||
Useful with slow video memory.
|
||||
.IPs pullup
|
||||
Try to apply inverse telecine, needs motion adaptive temporal deinterlacing.
|
||||
Try to skip deinterlacing for progressive frames, useful for watching
|
||||
telecined content, needs fast video hardware for high resolutions.
|
||||
Only works with motion adaptive temporal deinterlacing.
|
||||
.IPs colorspace
|
||||
Select the color space for YUV to RGB conversion.
|
||||
In general BT.601 should be used for standard definition (SD) content and
|
||||
|
@ -1203,7 +1203,8 @@ static const char help_msg[] =
|
||||
" Operate on luma and chroma when using temporal deinterlacing (default)\n"
|
||||
" Use nochroma-deint to speed up temporal deinterlacing\n"
|
||||
" pullup\n"
|
||||
" Try to apply inverse-telecine (needs temporal deinterlacing)\n"
|
||||
" Try to skip deinterlacing for progressive frames
|
||||
" (only works with temporal deinterlacing, useful for telecined content)\n"
|
||||
" denoise\n"
|
||||
" Apply denoising, argument is strength from 0.0 to 1.0\n"
|
||||
" sharpen\n"
|
||||
|
Loading…
Reference in New Issue
Block a user