2,376

(2 replies, posted in Using SVP)

> Is it possible to use SVP (with GPU) by just doing "python foo.vpy | ffmpeg -i etc. -o foo_60.mkv" ? (obviously pseudocode, just as an example)

http://www.vapoursynth.com/doc/gettings … ith-vspipe

> how can I pass these ffmpeg options (-hwaccel vaapi -hwaccel_device /dev/dri/renderD128

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

> -hwaccel_output_format vaapi

https://mpv.io/manual/master/#encoding-ovc

> но куда прописывать-то?

Некуда

2,378

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

> Что именно не так?

вот это:
sudo apt-get install mpv<----установить mpv

2,379

(5 replies, posted in Using SVP)

> Also, what do you mean by "write to the email from your registered address and we'll figure out what happened."?

if you have a license then it's associated with the email address
using that address, send a message to 'kd@svp-team.com'

2,380

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

нет, конечно
а почитать первоисточник не пробовали? hmm

2,381

(23 replies, posted in Флуд)

Из-за чего угодно. Практика показывает, что чаще всего "изменение в качестве воспроизведения" не следует из очередного апдейта. "После" не значит "в следствии".
Конкретно в этом апдейте _теоретически_ возможно что плавность _отключается_ после начала проигрывания через ~10 секунд. Это ваш случай? Без полного отчета узнать невозможно.
А может просто дело в том что раньше маскирование артефактов было по-умолчанию отключено, а теперь включено.

2,382

(23 replies, posted in Флуд)

чтобы избежать 1001 уточняющего вопроса, лучше всего отправить отчет из программы, после воспроизведения "с рывками и подтормаживанием"

2,383

(2 replies, posted in Using SVP)

there's no .165 build for Mac yet

2,384

(5 replies, posted in Using SVP)

Why do you think so?
Anyway, write to the email from your registered address and we'll figure out what happened.

James D
>  Можно в Utilities добавить пункт TDecimate с N=30 M=6

Можно. Добавь. wink

> У меня в начальном варианте было smooth.rate.num*=1,25 - но это, видимо тоже неправильно

они целые числа
лучше просто написать
smooth.rate.num=5; smooth.rate.den=2;
и не напрягаться smile

Потому что копировать из мануала надо так, как написано, а не отсебятину (если не понимаешь смысла wink)
> if(profile.tdecim) {...}

а не "===1"

для справки - "A===1" означает "A в точности равно 1"
а у тебя задано, что твоя переменная принимает значения true или false
"true" НЕ РАВНО "1"

ну и "smooth.rate.num*=2" я бы таки убрал

2,388

(2 replies, posted in Using SVP)

turn off hw decoder

есть мнение что "30_to_25" это плохое название для переменной
оно не может с цифры начинаться

from 10% with low settings in MPC-HC to 70% playing HDR in 10-bit in mpv wink <=== this's Ryzen 7

in fact, I can play 4K/h.264 in MPC-HC on my laptop (6820HQ). it only lacks HEVC hw decoder...

I can only say that Ryzen 7 @3.5 is enough. Which means even 8700 is good too.

If it looks just like "VLC with default settings" then I believe it's "good enough".

Latest ver.165 improves HDR tone mapping wink
This's how it looks with this version:

2,394

(15 replies, posted in Using SVP)

This's exactly why the trial version exists. If motion interpolation artifacts are "unacceptable" and "unwatchable" for you - then it's not for you.

is i9 9900k enough for 4K 60 fps on stock settings?

Yes.

2,396

(15 replies, posted in Using SVP)

> make them disappear

There always will be visible artifacts on the interpolated frames. You can make them less visible in exchange of less smoothness or vise versa.

Read this: https://www.svp-team.com/wiki/Manual:FRC

>  т.к. он просто использует попиксельно оригинальную картинку+вектора

еще капсом напиши big_smile фига тебе сколько еще в жизни открытий предстоит! (гнусный_смех)

2,398

(5 replies, posted in Using SVP)

ok, I see https://github.com/ytdl-org/youtube-dl/issues/21243

but the 2019.04.20 is still the latest version, nothing to update
you can manually replace vrv.py in SVP 4\extensions\tube\youtube_dl\extractors with this one - https://raw.githubusercontent.com/ytdl- … tor/vrv.py

2,399

(5 replies, posted in Using SVP)

Still works for me... With any problems with Crynchyroll update cookies at the first place.

> I have seen that these issues were also reported on youtube-dl github

where?

2,400

(15 replies, posted in Using SVP)

then you probably have some errors on the previous step