last time I watched BD3D in MPC-BE and the steps from the page above worked

какая-то софтина в черном окне открывается один раз в жизни

так же как mpc-hc

AGluk
> Нельзя ли снять это ограничение?

Снять то можно, но чем еще помочь я так пока не знаю. Не от нас зависит, а от стороннего компонента.
Запустите
$ /Applications/"SVP 4 Mac".app/Contents/Resources/utils/vulkaninfo > vk.log
и vk.log сюда.

AGluk
попробуйте вот это: https://www.svp-team.com/files/svp4-mac.4.6.246.dmg

> You wrote that until 1440p, it is only doing one pass without perf boost. How is the situation for 2160p videos?

from 0 to 1440; from 1440 to 2160
so with default settings you should see this command window only two times (in a lifetime big_smile)

657

(2 replies, posted in Using SVP)

> What am I missing?

MPC-HC x64?

Performance boost: TensorRT only. Increase performance up to ~5% and lower memory usage in exchange for running a 5-10-minutes optimization pass in a command-line window for _every_ new video resolution. Previous runs are cached. For example, you're opening a 1080p video for the first time, you'll wait 5+ mins. Every other 1080p videos will start instantly, but when the frame size changes due to, for example, black bars cut off, you'll wait another 5+ mins.

With "perf boost" off there's only ONE optimization run for all resolutions below 1440p.

onurco

if it actually doing something (check CPU/GPU load) then you just have to wait more...

> Do these settings actually do something when using RIFE?

nope

> what does the screen threshhold % actually do?

check if two adjacent frames are in different scenes or not, i.e. the frames are the same (but slightly moved) or completely different. if yes then there's no interpolation between these frames.

biggy

is it possible you have some older version of svpflow2_vs.dll somewhere, in a Vapoursynth autoload folder?

JamCurt
install https://github.com/AviSynth/AviSynthPlu … 220317.exe

biggy

must be this version:
> Main: module 'plugins64/svpflow2_vs.dll': 4.5.0.246

> I installed everything new today.

and what version do you have?

664

(2 replies, posted in Using SVP)

there're no errors here
just wait for the end of the process

check the log

> Как BREW может добавить профиль?

brew никак, просто после установки начинает работать "Vulkan info", ну и при налчиии Vulkan-девайса должен появиться профиль
но в вашем случае не сработало, потому что OpenCL и Vulkan возвращают разные названия
даже не знаю как это без апдейта обойти hmm

a quick fix for possible crash with non-integer FRC rate (i.e. x2.5) in MPC-HC (via Vapoursynth Filter)
replace the file in SVP 4\rife

668

(2 replies, posted in Using SVP)

try again now

> So I can downscale 4k video to 1440p

set frc.frame.resize to "-25601440"
https://www.svp-team.com/wiki/Manual:All_settings

> Any way to run this on 4GB of Vram?

dunno, but you can turn on "performance boost" to save the memory on lower resolutions (<=1080p)

> не заводится с другими плеерами так просто

всё просто, один клик в меню, две галочки в плеере

> Should I be worried?

nope, but thanks, should be fixed now...

aloola
> I have performance boost: disabled, but the CMD command still pop up when I open 480p, 720p video. Is this a bug?

no idea. unless you edited something, "opt" must be fixed value equal to "max", regardless of the video size
like this: rife_v4.6.onnx.min64x64_opt2560x1440_max2560x1440_fp16_trt-8502_cudnn_I-fp16_O-fp16_NVIDIA-GeForce-RTX-2060_3dcbe72f

could you show the full script generated by SVP in your case?

Можно обновить SVP, там много вкусного big_smile
На моем ноуте с 2060 теперь 1080 x2 можно смотреть.

SVP updated, added TensorRT (no need for doing anything manually), fixed (??) possible audio desync after RIFE transcoding (both Vulkan and TRT versions)

Either select the checkbox at install time, or install an additional package called "TensorRT" via SVP menu -> Utilities -> Additional programs and features.

----
It uses "dynamic shapes" by default, i.e. only ONE optimization pass for all resolutions below 2560*1440. And if/when you open a 4K video then it'll do another pass for resolutions from 1440p to 4K.
BUT! this can be a little bit slower than optimization for a specific resolution, like 5% in my case. This is why there's a "performance boost" profile option - it forces its own opt. pass for each resolution.

another finding: model 4.6 needs more than 8G of device memory for 4K res, so if you're on a 8G card and want 4K then choose model 4.4.

----
Also installation scripts fixed so the Vapoursynth Filter must be registered automatically.