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:
parent
1c8fdf6992
commit
1c05a30e95
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user