коммерческий успех gui к youtube-dl весьма неочевиден big_smile
а как ещё один плюсик к целому SVP - вполне себе...

2,302

(4 replies, posted in Using SVP)

> Will there be an issue if I keep both 3.1.7a and 4 Pro installed at the same time

nope, just note the Avisynth version installed
3.1 doesn't work with Avisynth+ and 4 doesn't work with Avisynth 2.5

> Will using CUVID + OpenCL still lock up MPC-HC if I enable both as of the latest build?

I believe it works since... I dunno, long time ago. At least I don't have any problems with both 1070 and 2070.

2,303

(4 replies, posted in Using SVP)

Don't you want to try a 30-days trial first? oO

I'd install libasound2-dev and/or libpulse-dev before building mpv, and check the output after configure step.

2,305

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

а, не, могу... это так почему-то получается если "подсветка" включена. если выключить - то нет.

2,306

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

> Если приостановить работу SVP (из трея или горячими клавишами) то <..> при переходе из/в Full screen mode, SVP запускается

Не знаю, не могу такого повторить.

2,307

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

уже должно работать

2,308

(1 replies, posted in Using SVP)

it must be supported by ffmpeg and/or video drivers installed in your system, not by SVP

2,309

(17 replies, posted in Using SVP)

> pix_fmts

it's a conversion filter, not an encoder option - https://ffmpeg.org/ffmpeg-filters.html#format-1

> This worked, though!
> ovcopts: pix_fmt=yuv420p

how? hmm

[vo/lavc] AVOption 'pix_fmt' not found.


===
1. How SVP works by default:
<10-bit after decoder> --> <10-to-8 Vapoursynth conversion w/o dithering> --> <motion interpolation in 8-bit> --> <8-bit encoder>
"allow 10-bit" OFF

2. Proposed method via lav filters:
<10-bit after decoder> --> <no Vapoursynth conversion> --> <motion interpolation in 10-bit> --> <10-to-8 lavfi conversion> --> <8-bit encoder>
"allow 10-bit" ON, lavfi: ";format=pix_fmts=yuv420p"

3. Other possible solution:
<10-bit after decoder> --> <10-to-8 Vapoursynth conversion with dithering> --> <motion interpolation in 8-bit> --> <8-bit encoder>
"allow 10-bit" OFF, needs editing SVP/script/generate.js, line 397:

res += bl+'input_um = clip.resize.'+(media.is420 ? 'Point':'Bicubic')+'(format=vs.YUV420'+(media.p10?'P10':'P8')+',dither_type="random")'+br;

4. One more...
<10-bit after decoder> --> <10-to-8 Vapoursynth conversion> --> <motion interpolation in 8-bit> --> <lavfi deband filter> --> <8-bit encoder>
"allow 10-bit" OFF, lavfi: ";deband"

5. And more...
<10-bit after decoder> --> <some super-duper Vapoursynth conversion script including deband via f3kdb plugin> --> <motion interpolation in 8-bit> --> <8-bit encoder>

(1) obviously the worst
(2) the best (?) but slowest
(3) better than (1) and worse than (2) in quality, but should be noticeable faster than (2)
(4) probably even better than (2)
(5) have not tried, the best possible quality (in theory) + slowest processing

===
Conclusion: we'll insert "deband" filter in case of 10-to-8 conversion in the next build

2,310

(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,311

(17 replies, posted in Using SVP)

> Gave it a try on a small sample

could you share that small sample?

2,312

(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,313

(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,315

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

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

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

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

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

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

2,318

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

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

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

2,319

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

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

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

2,320

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

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

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

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

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

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

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

2,323

(3 replies, posted in Using SVP)

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

2,324

(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,325

(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