From 1c05a30e951f973f8cd8173a30d1fe0df59fd390 Mon Sep 17 00:00:00 2001 From: hooke007 <41094733+hooke007@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:36:25 +0100 Subject: DOCS/man/vf.rst : replace the outdated syntax `get_core()` had been deprecated for several years and totally removed since vapoursynth R55 API4. --- DOCS/man/vf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 10635811df..027ac6f55f 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -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:: -- cgit v1.2.3