2,026

(85 replies, posted in Эксплуатация SVP)

не знаю, не знаю... пока что только не доложил 8-битного кодирования в x265, ну и я еще забыл что там нужен патчик для правильной работы Plex Media Player
поэтому пришлось опять самому собрать. но больше никаких отличий от его скриптов - нет.

2,027

(12 replies, posted in Using SVP)

you just copied the SVP-generated script, obviously it is correct

===
gpuid:0

NVOF needs gpu acceleration ON

2,028

(64 replies, posted in Using SVP)

you probably want to post a bug report at NV's forum wink
don't even mention SVP, low fps in FH4 is enough

2,029

(12 replies, posted in Using SVP)

There're actually no parameters at all. Considering the usual script is:

super = SVSuper(input, super_params)
vectors = SVAnalyse(super, analyse_params, src=input)
SVSmoothFps(input, super, vectors, smoothfps_params, mt=threads)

the NVOF one would be like this:

nvof_blk = 16
nvof_src = input.BicubicResize(input.width/nvof_blk*4,input.height/nvof_blk*4,src_width=-(input.width % nvof_blk),src_height=-(input.height % nvof_blk))
SVSmoothFps_NVOF(input, smoothfps_params, nvof_src=nvof_src, mt=threads)

"smoothfps_params" string is exactly the same
you can play with different "nvof_blk" values (4,8,16,32), but the NVOF engine itself always uses 4*4 blocks - that is why we need to prepare resized clip first to emulate other block sizes

2,030

(10 replies, posted in Using SVP)

> is it necessary?

it's necessary for 10-bit rendering

2,031

(10 replies, posted in Using SVP)

ah. do you have gpu acceleration enabled in SVP?

2,032

(10 replies, posted in Using SVP)

are you sure?

here's the transcoder log when converting 10-bit input with a "allow output in 10-bit color depth" on

19:14:38.678: (+) Video --vid=1 (*) (h264 1280x720 23.976fps)
19:14:38.679: Audio --aid=1 (*) (aac 2ch 44100Hz)
19:14:41.220: VO: [lavc] 1280x720 yuv420p10
19:14:41.220: [vo/lavc] Opening encoder: libx265 H.265 / HEVC [libx265]
19:14:41.238: x265 [info]: HEVC encoder version 3.2_RC1+1-g4ef6b67
19:14:41.238: x265 [info]: build info [Windows][GCC 9.2.1][64 bit] 10bit
19:14:41.238: x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
19:14:41.238: x265 [info]: Main 10 profile, Level-5.2 (Main tier)
19:14:41.238: x265 [info]: Thread pool created using 8 threads

note "yuv420p10" and "Main 10 profile"

2,033

(10 replies, posted in Using SVP)

10-to-10 works by default if you have "allow output in 10-bit color depth" turned ON under App.settings -> Add.options

2,034

(10 replies, posted in Using SVP)

are you talking about encoding 8-bit source in a 10-bit mode?

in theory, "profile=main10" must do it
but it doesn't hmm

2,035

(64 replies, posted in Using SVP)

> and FH4 ran poorly again, then so did MPV

obviously it's a graphics drivers issue

don't install the latest NV drivers, try some older version

2,036

(64 replies, posted in Using SVP)

out of ideas hmm

try the different decoders:
hwdec=nvdec-copy (or cuda-copy or d3d11va-copy)

2,037

(64 replies, posted in Using SVP)

you have a strange settings as a target rate, it could be the problem

uncheck the 'force the exact value' in the frc target rate menu and press the "movie x2" button

2,038

(64 replies, posted in Using SVP)

what about GPU load? remove the adaptive-sharpen shader

2,039

(64 replies, posted in Using SVP)

probably scaling is the bottleneck for some reason hmm
> 3840x2160 -> scaled -> 2560x1440

turn it off - Video frame -> Keep normal size

2,040

(64 replies, posted in Using SVP)

you'd better send a report just after the movie playback, it will save a lot of additional questions

2,041

(64 replies, posted in Using SVP)

10-bit vs. 8-bit (app. settings - add. options - allow output in 10 bit) ?

2,042

(11 replies, posted in Using SVP)

Three vapoursynth filters on your screenshot are not looking good hmm
I'd say it failed to remove previous filter before adding new one but it still must work the "old way" despite of the the mpv's warning about 'Option vf-del: -del is deprecated! Use -remove (removes by content instead of by index).'
Are you using git version?

2,043

(18 replies, posted in Using SVP)

SVP supports 10-bit in mpv and vlc
ICC profiles and 3d lut in mpv: https://mpv.io/manual/master/#options-icc-profile

2,044

(8 replies, posted in Using SVP)

then you can lower the scene change threshold via override.js - see smooth.scene.limits.scene value
more info there - https://www.svp-team.com/wiki/Manual:Advanced_SVP

никогда б не догадался
> PotPlayerMini64.exe <url1> <url2> /same

а он там всегда был? big_smile

2,046

(8 replies, posted in Using SVP)

add new video profile, turn off 'automatic options selection', set 'frames interpolation mode' to 'uniform'

и даже в потплеере работает - 408*720

звук на ютюбе есть в mpc-hc, mpc-be, vlc, mpv

в potplayer-е НЕТ параметра командной строки для загрузки внешней звуковой дорожки, поэтому и звука нет

размер то хоть какой? лог давайте

mpv работает
mpc-hc работает hmm

попробуйте отключить osd-сообщения в меню "настройки" SVP - поможет?