1,351

(17 replies, posted in Using SVP)

>  I recently got an RTX 3090. It used to work fine a few months ago.

to be clear: 3090 used to work fine a few month ago, right?
then what if rollback to the rev.196 svpflow plugins: https://www.svp-team.com/files/repo/ful … ugins64.7z (overwrite files in SVP 4\plugins64, backup existing rev.202 first)

1,352

(17 replies, posted in Using SVP)

try different "motion vectors grid" values

1,353

(17 replies, posted in Using SVP)

and with Utilities -> Fluency and tearing test enabled - do you see the yellow line?

indeed, there must be a bug in AVSF when working w/o the Avisynth script

1,355

(3 replies, posted in Using SVP)

are we talking about NVENC encoder?

1,356

(17 replies, posted in Using SVP)

then check log for errors

1,357

(9 replies, posted in Using SVP)

Xterminator
>  on heavy typesetting scenes

it'd be great if you could provide a sample

> is there any way to manually solve my issue ?

you can take twitch.py from there - https://raw.githubusercontent.com/ytdl- … /twitch.py - and copy it to SVP 4\extensions\tube\youtube_dl\extractor\

1,359

(5 replies, posted in Using SVP)

try reinstalling GPU drivers with the "clean installation" enabled

1,360

(9 replies, posted in Using SVP)

> needs so much fewer resources than the ffdshow raw filter?

mmm... not sure this is really happening big_smile memory consumption may differ somehow, not the performance

берем ссылку выше, в первой видеодорожке (4К) обычный HDR10
если в madVR стоит
1. "tone map HDR using pixel shaders" --> экран НЕ переключается в HDR, видим нормальные цвета после tone mapping-а
2. "passthrough HDR to display" --> экран переключается в HDR, нормальные цвета получаются только в полноэкранном режиме, в окне  - не работает, будут "блеклые цвета"

1,362

(3 replies, posted in Using SVP)

> you wouldnt know a way to auto-profile different plex libraries?

you mean - use different SVP profiles for different Plex libraries?
dunno, if the library name or id is somehow encoded in the video stream URL then you can use the "file name / URL" profile condition

1,363

(8 replies, posted in Using SVP)

ep.1 is a 24 fps video encoded as 30 fps (with some frames duplicated), ep.6 is just a true 24 fps

ну надо уже к конкретным примерам переходить
вот например - https://rutracker.org/forum/viewtopic.php?t=5994376

MPEG-H HEVC Video       65838 kbps          2160p / 23.976 fps / 16:9 / Main 10 @ Level 5.1 @ High / 10 bits / HDR10 / BT.2020
* MPEG-H HEVC Video     2100 kbps           1080p / 23.976 fps / 16:9 / Main 10 @ Level 5.1 @ High / 10 bits / Dolby Vision / BT.2020

ну и просто не нужна вторая дорога, в первая - нормальный HDR10
должно играться в обычном режиме, вроде бы

> планируются ли другие алгоритмы уплавнения? ну, например, не обычное интерполирование, а с использованием нейросетей?

не особо... вот, можно взять NV 2060+, там "другой алгоритм уплавнения" прямо унутря видяхи, возможно даже "с использованием нейросетей" (но это не точно) big_smile

1,365

(5 replies, posted in Using SVP)

then do the opposite - 120 hz mode from PC and play a 24 fps (or 48 fps via SVP) video
TV won't get a chance to smooth anything if you feed it with a 120 hz signal

1,366

(3 replies, posted in Using SVP)

> And obviously svp doesnt get recognized.

This part is simple - Plex now wants mpv.conf in C:\Users\<name>\AppData\Local\Plex\mpv.conf instead of C:\Users\<name>\AppData\Roaming\mpv\Plex.exe\mpv.conf

> the player wont even give me the option to change quality and more

what "more"?

> его можно смотреть в с SVP?

dolby vision похоже и без SVP особо смотреть не в чем

не углублялся пока в этот вопрос
а где такое видео брать то? с ойфона что ли?

1,368

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

ну, я вижу только взять mpv, наколдовать параметров ffmpeg для кодирования в rtmp, ну и добавить фильтр svp
за точку отсчета взять команду запуска из лога SVPcast

I'd suggest updating to the latest version first...

avisynth filter + madVR

it works since "4.3.0.191 – 2020-04-11" because SVP enumerates all mpv processes and tries /tmp/mpvSockets/<pid>

just take this - https://github.com/wis/mpvSockets - and that's it

ну вон DAR правильно выставляется в 1.3333
что, если потом в плеере открыть, то неправильно показывает?

вот для примера:

14:48:28.348 []: Media: video 720x464 [PAR 1.422] at 25.000 fps
14:48:28.348 []: Media: codec type is AVC, YUV/4:2:0/8 bits
14:48:28.355 []: Transcoder: Frame server (64-bit) C:\Program Files (x86)\SVP 4\mpv64\vapoursynth.dll
14:48:28.355 []: Transcoder: resulting video frame 720x464
....
а в логе кодировщика:

14:48:33.669: Command line: C:\Program Files (x86)\SVP 4\mpv64\mpv.exe D:/share/test video/Дни Затмения [1988]_sample.mkv --o=D:/tmp/Дни Затмения [1988]_sample.SVP.temporary.mkv --no-audio --no-sub --no-sub-auto --input-ipc-server=mpvencodepipe --input-media-keys=no --no-msg-color --vf=vapoursynth:[C:\Users\chain\AppData\Roaming\SVP4\scripts\ffff.py]:4:16,format=dar=2.20474 --of=matroska --ovc=h264_nvenc --ovcopts=b=3223155,preset=slow,profile=high,rc=vbr,maxrate=4190102,bufsize=6446310,time_base=1000/71875,threads=16

720 * 1.422 / 464 = 2.205

логи надо. перекодировщик должен сохранять aspect ratio при не-квадратном пикселе, это специально исправлялось и проверялось.