mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 03:45:23 +00:00
vf_fspp bframes option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17135 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cb6f72fd1a
commit
ecf7adc3c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user