3,526

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

гуглить "ps4 m3u8"
наверное она как-то должна уметь это играть

это не сюда надо просить, а вот туда

3,528

(28 replies, posted in Using SVP)

unfortunately it's not possible now to watch HDR with SVP

3,529

(3 replies, posted in Using SVP)

It shows size of one view (which is confusing, I agree).
But the resulting video shouldn't be "cropped" in any way hmm Just tried with the SBS video - output size is correct.

нет пока субтитров
хочется верить что будут, но не раньше конца января

а если так?

"rev1 or rev2" of what? hmm

Можно включить cast.verbose = true, после этого в логе будет диалог между SVP и хромекастом. Может оно что-то прояснит...

да, понял, есть косяк
последней версии SVPcast уже не нужен ffmpeg, но зависимоcть осталась

3,535

(33 replies, posted in Using SVP)

there were 20+ UHD BDs on trackers month ago big_smile

Нажми на кнопкочку "вопросик", будет список из "установленных кодеков и их настроек". Строк так на много тысяч.
Которые легко можно вписать в соотв. поле.
Естественно, этого всего "по-подробнее" не будет.

(В Windows) ffmpeg.exe должен уже лежать в SVP 4/utils, и "подхватываться" автоматически hmm

3,538

(8 replies, posted in Using SVP)

in a worst case - after January 20th
probably earlier...

3,539

(1 replies, posted in Using SVP)

You can ignore this line. Consider it means nothing.

3,540

(8 replies, posted in Using SVP)

because the Linux version is still not released

тут прямо напрашивается - "if you're so smart, why aren't you rich?" big_smile

3,542

(33 replies, posted in Using SVP)

well, Ryzen 7 can play 4K with mpv smoothly
not with highest settings as with MPC-HC though...

ok, I've updated mpv's wiki page with the link to shinchiro's builds

3,544

(33 replies, posted in Using SVP)

it's not a renderer issue because mpv shows abnormally high CPU usage on 4K even with null renderer

> Or alternatively would you provide weekly updates from mpv git master?

No, only the releases.

svpcode and svpcast extensions was added just now
and they both use mpv for encoding

> что-то очень много файл потом весит

Так битрейт крутить можно...

Ну, вот если очередная "черная пятница", то все сидят и ждут эту "пятницу"... Это хорошо для тех, кто всякое китайское говно продает (см. "М-видео"). А для SVP выгода сомнительна...

This's great, but SVP now needs more built-in encoders for transcoding and streaming - x265, QuickSync, AMD AMF.

3,550

(2 replies, posted in Using SVP)

> I'm surprised that SVP4 can't show the same good results for this goal.

Why? Only because it can't set "2 threads"? hmm
All settings -> set "frc.threads" = 2

I'm more surprised with the fact 2 threads can handle 1080p...
Which CPU do you have? Kabylake @5GHz ?

> how do you think this pipeline can be improved?

Probably by using mpv.

====

Just a little technical comment: number of threads is NOT a problem. The real problem is in ffdshow buffers size (open ffdshow properties, Avisynth tab, see "buffer back/ahead" values). In general, more threads need larger buffers -> gives higher latency, BUT you can adjust buffers size with frc.prefetch.ff_mul and frc.prefetch.ff_add values - <buffer size> = ff_mul * <threads> + ff_add. When the buffer will be too small for the given number of threads you'll see it wink

====

You can now set 2 threads in SVP 4 but you can't lower ffdshow buffer size below 7. Damn...