1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-15 11:31:02 +00:00

DOCS/man/vf.rst : replace the outdated syntax

`get_core()` had been deprecated for several years and totally
removed since vapoursynth R55 API4.
This commit is contained in:
hooke007 2022-09-26 23:36:25 +01:00 committed by Leo Izen
parent 1c8fdf6992
commit 1c05a30e95

View File

@ -465,7 +465,7 @@ Available mpv-only filters are:
::
import vapoursynth as vs
core = vs.get_core()
from vapoursynth import core
core.std.AddBorders(video_in, 10, 10, 20, 20).set_output()
.. warning::