Clarify -vo vdpau:pullup

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30503 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2010-02-04 16:56:28 +00:00
parent bc802c1e3e
commit eacccfafc8
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"