sudo apt install g++ make autoconf automake libtool pkg-config nasm git meson dh-autoreconf sudo apt install libzimg-dev sudo apt install cython3 cd git clone https://github.com/vapoursynth/vapoursynth.git cd vapoursynth ./autogen.sh ./configure make -j4 sudo make install cd .. sudo ldconfig sudoln -s /usr/local/lib/python3.12/site-packages/vapoursynth.so /usr/lib/python3.12/lib-dynload/vapoursynth.so vspipe
1
gnome-text-editor ~/.config/mpv/mpv.conf
添加内容
1 2 3 4 5 6 7
[svp] input-ipc-server=/tmp/mpvsocket # Receives input from SVP hr-seek-framedrop=no# Fixes audio desync watch-later-options-remove=vf # Do not remember SVP's video filters
# Can fix stuttering in some cases, in other cases probably causes it. Try it if you experience stuttering. #opengl-early-flush=yes