2,451

(17 replies, posted in Using SVP)

There're number of options to try.

1. Move 10-to-8-bits conversion to ffmpeg: turn ON "allow 10-bit output" and encode in "advanced mode":
- ovc: libx264
- ovcopts: preset=slow, crf=18, profile=high
- lavfi: ";format=pix_fmts=yuv420p" - w/o quotes, note ';' at the beginning!

2,452

(17 replies, posted in Using SVP)

> Gave it a try on a small sample

could you share that small sample?

2,453

(17 replies, posted in Using SVP)

"allow 10-bit output" in SVP - on or off? try both values.

----
ahhh, this's stupid big_smile cause it will automatically select 10-bit profile for x264

2,454

(17 replies, posted in Using SVP)

https://mpv.io/manual/master/#options-deband

You may want put "--deband" into code.tools.mpv_args in All settings.

I believe it's "vsscript.dll" and it's located in SVP 4/mpv64 folder, which means you don't have PATH set correctly.

2,456

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

разберемся...

в mpv кстати работает
и в mpc-hc работает
а в VLC действительно падает

нуу, заплатите через PayPal, лицензия автоматически не сгенерируется, а я потом вручную сделаю

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

ну так откуда прога знает, какой удалять (если их несколько)?

2,459

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

Короче, ждем апдейт SimpleTV за номером 0.5.0 b11.

Плюс для красоты - т.е. для возможности совместной работы SVP с деинтерлейсом - ждем апдейт SVP.

2,460

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

Что-то там у народа предложение энтузиазма не вызвало.

Используйте ProgTV / ProgDVB, там всё работает big_smile и даже с деинтерлейсом, если надо.

2,461

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

Как-то так сходу не получается... Наверное без допиливания со стороны разработчика не взлетит.

Да, надо понимать что в VLC фильтр SVP работает вместо деинтерлейса. Т.е. или деинтерлейс (который, наверное, важен для IPTV?), или SVP.

http://iptv.gen12.net/bugtracker/view.php?id=1587

> у зарубежных пользователей реже возникают такие вопросы?

один на тысячу smile

наверное, Display Driver Uninstaller тоже бы помог

2,464

(3 replies, posted in Using SVP)

https://www.svp-team.com/forum/viewtopi … 398#p73398

2,465

(7 replies, posted in Using SVP)

Ryzen 7 1700 @3500 MHz, 4K/10-bit is totally playable at auto setting #4 (*) and below with a ~50% CPU load

(*) Look at the log, there must be line like this:
> 21:42:30.179 []: Profile: using automatic profile #4 /film

===
> and so is 24FPS vs 100FPS

Ah, 100 fps? this could be too much for 4K/10-bit hmm try 60 instead.

2,466

(9 replies, posted in Using SVP)

> Should I try using madVR then and see if it fixes my problem?

it's worth trying...
install it via SVP's "Additional programs and features" and then switch the video renderer in MPC-HC's Options -> Playback -> Output

2,467

(7 replies, posted in Using SVP)

are you talking about 4K/10bit ?

2,468

(9 replies, posted in Using SVP)

> madVR is an additional program isn't it?

it is, but it's more like "mandatory" for 120+ hz flawless playback

2,469

(7 replies, posted in Using SVP)

move the slider to the left, "auto-adjusted" settings may not react to the 10-bit switch properly

2,470

(9 replies, posted in Using SVP)

> I'm using a custom profile with 144 fps locked

madVR?

> вы рекомендуете сначало проверить работу демо версии, а это значит что при установки про версии, окно первого запуска появится не может

Нет "установки демо версии" и "установки про версии", они идентичны.
При первом запуске - спрашивает - есть ключ или надо "демо".
Если выбрано "демо", то больше не спрашивает ДО момента когда демо кончится ИЛИ юзер вручную тыкнет "ввести ключ". Когда демо кончится, конечно, будет спрашивать.

> Ну и почему в википедии не написано как вызвать это окно активации

Потому что этому изменению неделя отроду. До этого окно активации в демо-режиме было при каждом запуске.

> а именно в самом последнем меню, в вашем случае там где настройки и отчёты об ошибках. Но там ничего нет.

То есть вас бы устроило, если перенести данный пункт меню с первого уровня на второй? big_smile

> Кроме того там висела здоровенная табличка о наличии обновления, которая естественно не работала, потомучто обновления работают только в платной версии, о чём нигде не сообщается.

Всё работает... и обновления тоже.

увлекательная история поиска пункта "Ввести лицензионный ключ" на первом уровне главного меню big_smile

> Лезу в гугл, нахожу что надо зайти в ЛК и переустановить прогу оттуда.

нет, не надо...

"Movies and TV" reacts to changes made with the Codec Tweak Tool, but it just refuses to play anything when forced to use video decoder other than MS provided.

You can force the "fps" filter usage by setting frc.target.mpv_cfr = true in All settings, but I don't see any difference...
mkv output always gives a "variable frame rate" in the MediaInfo

I believe it's actually 60 fps, but mpv/ffmpeg always (?) encodes as "variable frame rate" so "60.119" is an estimated value.
If you know ffmpeg option to make the output "constant frame rate" - let us know wink