mirror of https://github.com/mpv-player/mpv
manpage: fix vf_noise parameter name
This commit is contained in:
parent
ec539dad2b
commit
548aa81196
|
@ -429,7 +429,7 @@ Available filters are:
|
||||||
``'--vf=lavfi=yadif:o="threads=2,thread_type=slice"'``
|
``'--vf=lavfi=yadif:o="threads=2,thread_type=slice"'``
|
||||||
forces a specific threading configuration.
|
forces a specific threading configuration.
|
||||||
|
|
||||||
``noise[=<strength>[:average][:pattern][:temporal][:uniform][:hq]``
|
``noise[=<strength>[:averaged][:pattern][:temporal][:uniform][:hq]``
|
||||||
Adds noise.
|
Adds noise.
|
||||||
|
|
||||||
``strength``
|
``strength``
|
||||||
|
@ -438,7 +438,7 @@ Available filters are:
|
||||||
(using ``--vf=lavfi=[noise=...]``), or tell the libavfilter developers
|
(using ``--vf=lavfi=[noise=...]``), or tell the libavfilter developers
|
||||||
to stop being stupid.
|
to stop being stupid.
|
||||||
|
|
||||||
``average``
|
``averaged``
|
||||||
averaged temporal noise (smoother, but a lot slower)
|
averaged temporal noise (smoother, but a lot slower)
|
||||||
|
|
||||||
``pattern``
|
``pattern``
|
||||||
|
|
Loading…
Reference in New Issue