> SVP allows real-time interpolation for 4K 10-bit HDR files, but needs Avisynth Filter for this

"Avisynth Filter" is a confusing naming cause there're _two_ different filters there, one for Avisynth and one for Vapoursynth
both supporting 10-bit and hdr

> It is said that the performance of Optical Flow is also improved by about 2.5 times

it only makes difference for interpolating 4k@60 to a higher rates

> will AviSynthPlus-RIFE work with 4K 10-bit HDR...?

exactly the same as it work in vapoursynth-rife

>  would you be able to implement this new AviSynthPlus-RIFE into SVP

yeah, will do... but there's no noticeable difference with a "Vapoursynth filter" - load times and performance are exactly the same
plus it requires an unreleased AVS+ build, crashes with the latest official release

Just built vapoursynth-rife-ncnn-vulkan on Apple M1, and it only makes 50 fps out of 704*528@30 source video with v4 model.
Not exactly the performance I expected...
But at least it works, which is good news smile

да даже 4*4 иногда странно выглядит, еще мельче кмк особого смысла нет
плюс дальше обработка идет через CPU (пусть потом и заворачивается обратно на GPU), т.ч. в текущей архитектуре SVP вектора 1*1 просто положат проц, а на 4к так и 2*2

да и еще хз откуда они там берутся эти 2*2 и 1*1
в SDK для 2ххх они тоже были, но тупо считались интерполяцией из 4*4 в самом SDK
может в 3ххх это такая же интерполяция, но "спрятанная" в драйвер, мы ж не знаем big_smile
а если так, то смысла в этом никакого нет, SVP и так делает интерполяцию векторов до 1*1, но на самом последнем этапе

> Собственное удвоение кадров. Очень жду имплементации.

в минимальном виде это будет просто передвижение точек по тем же векторам, ну плюс какой-то интерфейс чтоб это где-то использовать, с ffmpeg например
но если выложат какой полезный алгоритм маскирования артефактов - тогда хорошо big_smile

куртка - читер big_smile

ну дай т.н. б-г
и всего-то от 1000 евро big_smile (от 1500 в наших широтах)

а я вообще думал что dlss это суперсэмплинг, ну и fps растет за счет того что рендер идет в маленьком разрешении
при чем тут optical flow? или тут теперь дополнительно к суперсэмплингу еще и fps прямо увеличивают интерполяцией?

709

(1 replies, posted in Using SVP)

https://www.svp-team.com/wiki/Manual:SVPcode

710

(5 replies, posted in Using SVP)

hmmm
then we need more details to reproduce this on 1.4.4
video player, renderer?
avsf log could also be helpful

711

(5 replies, posted in Using SVP)

can't reproduce
does it happens with the previous version too? (replace avsf\avisynth_filter_64.ax only)

712

(37 replies, posted in Using SVP)

> even though I give the login details and cookie data

only cookies are needed, w/o login/pass

713

(37 replies, posted in Using SVP)

omeg007

try this

714

(5 replies, posted in Using SVP)

which version?
latest Github release (https://github.com/CrendKing/avisynth_filter) is broken and gives exactly this error

715

(37 replies, posted in Using SVP)

we'll update Mac package ASAP

716

(37 replies, posted in Using SVP)

omeg007

on macOS: right click SVP 4 Mac -> show package contents -> Contents -> Resources -> extensions -> tube -> youtube_dl -> extractor

though I'm not sure it'll work that way cause Mac's version is too outdated now hmm

717

(4 replies, posted in Using SVP)

> What can I do to fix it?

nothing other than reinstalling

последняя версия изданная на bd я имею в виду
где ремастер с новыми эффектами

> Не изобретает ли он велосипеда?

учитывая что последняя версия наверняка сделана со "студийного мастера", по-моему он занимается чем-то более другим
ну, лишь бы водку не пил big_smile

720

(8 replies, posted in Using SVP)

conclusion: don't follow random guides big_smile

721

(8 replies, posted in Using SVP)

[E]: Script: override.js:26 - SyntaxError: Expected token `,'

there're errors in %APPDATA%\SVP4\override.js
remove it and restart SVP (or edit and fix errors if you added something there)

722

(8 replies, posted in Using SVP)

looks strange
what's in the SVP's events log?
does normal playback works, especially via mpv?

723

(37 replies, posted in Using SVP)

this may fix 'byId' error w/o authentication: https://raw.githubusercontent.com/yt-dl … chyroll.py

724

(37 replies, posted in Using SVP)

regarding subtitles - this fix works for me
edit SVP 4\extensions\tube\youtube_dl\utils.py, find the line starting with _USER_AGENT_TPL
remove this part - "AppleWebKit/537.36 (KHTML, like Gecko)"
the code should be like this:

    _USER_AGENT_TPL = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/%s Safari/537.36'

restart SVP

for some odd reason the "AppleWebKit/537.36" part of the user agent string prevents ffmpeg from downloading subs from vrv server hmm

725

(37 replies, posted in Using SVP)

https://github.com/yt-dlp/yt-dlp/issues/4692

the error comes from _redirect_from_beta() call only if there's no "etp_rt" cookie set