vf_fspp bframes option

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17135 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-12-07 20:09:25 +00:00
parent cb6f72fd1a
commit ecf7adc3c0
1 changed files with 5 additions and 1 deletions

View File

@ -4922,7 +4922,7 @@ Force quantization parameter (default: 0, use QP from video).
.RE
.
.TP
.B fspp[=quality[:qp[:strength]]]
.B fspp[=quality[:qp[:strength[:bframes]]]]
faster version of the simple postprocessing filter
.RSs
.IPs <quality>
@ -4933,6 +4933,10 @@ Force quantization parameter (default: 0, use QP from video).
Filter strength, lower values mean more details but also more artifacts,
while higher values make the image smoother but also blurrier (default:
0 \- PSNR optimal).
.IPs <bframes>
0: do not use QP from B-frames (default)
.br
1: use QP from B-frames too (may cause flicker)
.RE
.
.TP