1. SVP вообще ничего не делает со звуком. Совсем. Физически не может что-то сделать, даже если бы захотел.
2. Звуком заведует видеоплеер. А затем - аудиодрайвер. К которым SVP никакого отношения не имеет.
3. "Неужели только у меня одного такая проблема?" - очевидно, да...

---
когда-то 10 лет назад, с сонарами этими были какие-то проблемы, которые решались отключением 32-бит Float в LAV Audio Decoder.

github version doesn't pass DV metadata
no idea if this could be connected with vrr

there will be a huge update soon

https://www.svp-team.com/forum/viewtopic.php?id=7536

>  Я правильно понимаю, что пользоваться x86 плеером теперь не выйдет

32-битным не выйдет, 64-битным выйдет

ну, tensorrt так умеет, вопрос в скрипте vsmlrt
видимо, никому не надо...

ну, 4800H - 4к тянет

8

(2 replies, posted in Using SVP)

nope. why?

9

(4 replies, posted in Using SVP)

app. settings - add. options - allow output in 10 bit color depth

> А на той же видюхе и драйверах qsvEnc нормально работает?

самое смешное что таки да, работает

11

(4 replies, posted in Using SVP)

ensure you have 10-bit playback turned off
ensure NVIDIA Optical Flow is on

anyway 4k playback is also memory bandwidth-intensive, even if you have spare GPU and CPU power left

уже почти прикручено, только почему-то не работает так как надо...
фиг знает почему, следствие зашло в тупик

show the log when playing a 60fps video

updated

та не... рабочий момент
https://github.com/yt-dlp/yt-dlp/issues/14456

you can send a bug report from the app right after the problem occurs

>  It seems the script in the bat file is incompatible, so I installed the filter manually using this command

any idea what exactly is incompatible in the bat file? it's pretty straightforward, why it doesn't work on your system?
%windir%\System32 isn't in the PATH?

ради редких фильмов, где формат прыгает, во всех остальных, нормальных, ждать обрезки по 30 сек?
звучит не убедительно

там есть другая логика - если начинает часто меняться, то автообрезка на какое-то время отключается

> However, the AviSynth filter doesn't appear

run SVP 4/avsf/register.bat manually (as admin)

quick guide:
1. install SVP with default options
2. follow PotPlayer's guide
3. that's it

DO NOT:
- do not use ffdshow
- do not use KMPlayer
- do not install anything if you're unsure, everything needed is already installed by SVP!

рекомендация - MPC VR
но кто хочет, тот может и madVR

> видно, что svp4-maintenance.exe отправляется запросы на cdn.svp-team.com:80 (104.248.73.95), но входящих данных ни каких нет

оттуда для российских IP переадресация на cdn-ru.svp-team.com (78.108.80.36)
только если у вас там наглухо Cloudflare заблочили, а не как раньше что первые 10 КБ назад передавались, а только потом рубилось

можно вручную адрес добавить:
Settings -> Repositories -> User defined repositories, Add, ввести адрес "http://cdn-ru.svp-team.com/repo/full"

вы это как именно определили?
вроде всё работает

ok, let's try this

put vapoursynth_filter_64.ax into SVP 4\avsf
put generate.js and durfix.py into SVP 4\script
restart SVP

should fix both your issues

> The hanging issue persisted (tested in PotPlayer)

I've tested in MPC-HC with FRC up to 60 fps. Maybe PotPlayer needs more...
---
works for me now

> How can I confirm that I have the fixed files?

only SVP 4\avsf\vapoursynth_filter_64.ax changed, nothing more

regarding audio desync - yep, this is basically a Vapoursynth issue with 23.976 sources
this isn't connected with RIFE or codec in use, it's only about incorrect frame durations after SelectEvery() function

dunno how we could fix this right now...
posted an issue on Github, let's see