> What am I missing?
MPC-HC x64?
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
> 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?
there're no errors here
just wait for the end of the process
check the log
> Как BREW может добавить профиль?
brew никак, просто после установки начинает работать "Vulkan info", ну и при налчиии Vulkan-девайса должен появиться профиль
но в вашем случае не сработало, потому что OpenCL и Vulkan возвращают разные названия
даже не знаю как это без апдейта обойти
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
> 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, там много вкусного
На моем ноуте с 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.
DV just can't show "washed out" colors. It can do either good or totally wrong colors.
The _only_ option for now for the proper DV colors with SVP is SVP's provided mpv build.
And I personally can't see any color difference between RIFE and non-RIFE interpolation here.
If colors are washed out then it's HDR10, not DV.
Not sure what happens for the "hybrid" releases when there're both HDR10 and DV in the same video file
> Качество кодирование при помощи RIFE зависит от видеокарты?
вроде нет
> я правильно понимаю что SVP для векторов использует далеко не только несколько соседних кадров
для каждого отдельного кадра использует только два соседних, но этих кадров одновременно считается _много_, по "количеству потоков"
"workspace" is deprecated, should be set to "None"
there is no point in using VapourSynth instead of AviSynth <=> there is no point in using Avisynth instead of Vapoursynth
Avisynth is easier to install and use cause it doesn't need all these "environment variables", this's why it's the default engine
however if you already have Vapoursynth stuff up and ready then just use it
> and if the Tensort TRT option did anything for the other profiles. Besides that, if there was any point in using VapourSynth instead of AviSynth,for the other profiles.
no and no
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.