comparison DOCS/man/en/mplayer.1 @ 14670:a29a8447bef0

pp filter documentation
author diego
date Sun, 06 Feb 2005 18:27:12 +0000
parents c6fc3da43b27
children fa20f0e5435c
comparison
equal deleted inserted replaced
14669:1fe80c733d6a 14670:a29a8447bef0
3958 .TP 3958 .TP
3959 .B pp[=filter1[:option1[:option2...]]/\:[-]filter2...] (also see \-pphelp) 3959 .B pp[=filter1[:option1[:option2...]]/\:[-]filter2...] (also see \-pphelp)
3960 Enables the specified chain of postprocessing subfilters. 3960 Enables the specified chain of postprocessing subfilters.
3961 Subfilters must be separated by '/' and can be disabled by 3961 Subfilters must be separated by '/' and can be disabled by
3962 prepending a '\-'. 3962 prepending a '\-'.
3963 A subfilter's scope can be determined by appending a ':' followed 3963 Each subfilter and some options have a short and a long name that can be
3964 by 'a', 'c' or 'y' (default: c): 3964 used interchangeably, i.e.\& dr/dering are the same.
3965 .PD 0 3965 All subfilters share common options to determine their scope:
3966 .RSs 3966 .PD 0
3967 .IPs a 3967 .RSs
3968 .IPs a/autoq
3968 Automatically switch the subfilter off if the CPU is too slow. 3969 Automatically switch the subfilter off if the CPU is too slow.
3969 .IPs c 3970 .IPs c/chrom
3970 Do chrominance filtering, too. 3971 Do chrominance filtering, too (default).
3971 .IPs y 3972 .IPs y/nochrom
3972 Do luminance filtering only (no chrominance). 3973 Do luminance filtering only (no chrominance).
3973 .RE 3974 .RE
3974 .PD 1 3975 .PD 1
3975 .sp 1 3976 .sp 1
3976 .RS 3977 .RS
3977 .br 3978 .br
3978 .I NOTE: 3979 .I NOTE:
3979 \-pphelp shows a list of available subfilters. 3980 \-pphelp shows a list of available subfilters.
3981 .sp 1
3982 Available subfilters are
3983 .RE
3984 .RSs
3985 .IPs hb/hdeblock[:difference[:flatness]]
3986 horizontal deblocking filter
3987 .RSss
3988 <difference>: Difference factor where higher values mean
3989 more deblocking (default: 32).
3990 .br
3991 <flatness>: Flatness threshold where lower values mean
3992 more deblocking (default: 39).
3993 .REss
3994 .IPs vb/vdeblock[:difference[:flatness]]
3995 vertical deblocking filter
3996 .RSss
3997 <difference>: Difference factor where higher values mean
3998 more deblocking (default: 32).
3999 .br
4000 <flatness>: Flatness threshold where lower values mean
4001 more deblocking (default: 39).
4002 .REss
4003 .IPs ha/hadeblock[:difference[:flatness]]
4004 accurate horizontal deblocking filter
4005 .RSss
4006 <difference>: Difference factor where higher values mean
4007 more deblocking (default: 32).
4008 .br
4009 <flatness>: Flatness threshold where lower values mean
4010 more deblocking (default: 39).
4011 .REss
4012 .IPs va/vadeblock[:difference[:flatness]]
4013 accurate vertical deblocking filter
4014 .RSss
4015 <difference>: Difference factor where higher values mean
4016 more deblocking (default: 32).
4017 .br
4018 <flatness>: Flatness threshold where lower values mean
4019 more deblocking (default: 39).
4020 .REss
4021 .sp 1
4022 The horizontal and vertical deblocking filters share the
4023 difference and flatness values so you cannot set
4024 different horizontal and vertical thresholds.
4025 .sp 1
4026 .IPs h1/x1hdeblock
4027 experimental horizontal deblocking filter
4028 .IPs v1/x1vdeblock
4029 experimental vertical deblocking filter
4030 .IPs dr/dering
4031 deringing filter
4032 .IPs tn/tmpnoise[:threshold1[:threshold2[:threshold3]]]
4033 temporal noise reducer
4034 .RSss
4035 threshold1: larger -> stronger filtering
4036 .br
4037 threshold2: larger -> stronger filtering
4038 .br
4039 threshold3: larger -> stronger filtering
4040 .REss
4041 .IPs al/autolevels[:f/fullyrange]
4042 automatic brightness / contrast correction
4043 .RSss
4044 f/fullyrange: Stretch luminance to (0\-255).
4045 .REss
4046 .IPs lb/linblenddeint
4047 Linear blend deinterlacing filter that deinterlaces the given block
4048 by filtering all lines with a (1 2 1) filter.
4049 .IPs li/linipoldeint
4050 Linear interpolating deinterlacing filter that deinterlaces the given block
4051 by linearly interpolating every second line.
4052 .IPs ci/cubicipoldeint
4053 Cubic interpolating deinterlacing filter deinterlaces the given block
4054 by cubically interpolating every second line.
4055 .IPs md/mediandeint
4056 Median deinterlacing filter that deinterlaces the given block
4057 by applying a median filter to every second line.
4058 .IPs fd/ffmpegdeint
4059 FFmpeg deinterlacing filter that deinterlaces the given block
4060 by filtering every second line with a (-1 4 2 4 -1) filter.
4061 .IPs l5/lowpass5
4062 Vertically applied FIR lowpass deinterlacing filter that deinterlaces
4063 the given block by filtering all lines with a (-1 2 6 2 -1) filter.
4064 .IPs fq/forceQuant[:quantizer]
4065 Overrides the quantizer table from the input with the constant
4066 quantizer you specify.
4067 .RSss
4068 <quantizer>: quantizer to use
4069 .REss
4070 .IPs de/default
4071 default pp filter combination (hb:a,vb:a,dr:a)
4072 .IPs fa/fast
4073 fast pp filter combination (h1:a,v1:a,dr:a)
4074 .RE
4075 .RS
3980 .sp 1 4076 .sp 1
3981 .I EXAMPLE: 4077 .I EXAMPLE:
3982 .RE 4078 .RE
3983 .PD 0 4079 .PD 0
3984 .RSs 4080 .RSs
3985 .IPs "\-vf pp=hb/vb/dr/al" 4081 .IPs "\-vf pp=hb/vb/dr/al"
3986 horizontal and vertical deblocking, deringing and automatic 4082 horizontal and vertical deblocking, deringing and automatic
3987 brightness/\:contrast 4083 brightness/\:contrast
3988 .IPs "\-vf pp=hb/vb/dr/al/lb"
3989 horizontal and vertical deblocking, deringing, automatic
3990 brightness/\:contrast and linear blend deinterlacer
3991 .IPs "\-vf pp=de/-al" 4084 .IPs "\-vf pp=de/-al"
3992 default filters without brightness/\:contrast correction 4085 default filters without brightness/\:contrast correction
3993 .IPs "\-vf pp=de/tn:1:2:3" 4086 .IPs "\-vf pp=default/tmpnoise:1:2:3"
3994 Enable default filters & temporal denoiser. 4087 Enable default filters & temporal denoiser.
3995 .IPs "\-vf pp=hb:y/vb:a" 4088 .IPs "\-vf pp=hb:y/vb:a"
3996 Horizontal deblocking on luminance only, and switch vertical deblocking 4089 Horizontal deblocking on luminance only, and switch vertical deblocking
3997 on or off automatically depending on available CPU time. 4090 on or off automatically depending on available CPU time.
3998 .RE 4091 .RE