You don't need many steps. Only two:
1. Login in your browser to your Youtube account and save cookies file.
2. Set cookies file in SVPtube. Only cookies nothing more.

Cookies has restricted life time. So, you need time to time repeat these two steps, when it needed. Once a week maybe.

152

(2 replies, posted in Using SVP)

Check if you have installed LAV Filters?
Filter Management button at previous screen > select LAV Video Decoder > Filter Information
You must see LAV Video Decoder settings window:

153

(2 replies, posted in Using SVP)

Player MPC-HC uses LAV Filters by default.
potPlayer can do it too. My settings:

I understood now.
You can playback video in MPC-HC player at x3 speed. SVP will detect it and properly interpolate to desire framerate.
Your example 24 fps --- speedup x3 --> 72 fos --- interpolate x2 --> 144 fps

But you need to allow SVP to interpolate high framerate sources:
Open SVP profile "Ignore HFR sources" and change condition: increase value of Video frame rate from 47 to 80, for example.

Yes. You can do it with SVP. Use x3 multiplier in SVP profile: Movie frame rate x3
https://www.svp-team.com/wiki/Manual:FR … _a_Profile

Надо понять какая была исходная частота кадров. И если она ниже текущей, то удалить кадры-дубли.
Использовать TDecimate из плагина TIVTC.
https://www.svp-team.com/forum/viewtopi … 623#p11623

Сохранить результат, а затем уже повышать плавность при помощи SVP

157

(8 replies, posted in Using SVP)

If copy-paste fragment then it will not work at all.

Proper format introduced in file override_list.txt:

analyse.main.penalty.lsad        = 8000;

If fix all errors then it must become:

analyse.block.overlap = 2;
analyse.main.levels = 6;
analyse.main.penalty.lambda = 10;
analyse.main.penalty.lsad = 16000;
analyse.main.penalty.pglobal = 50;
analyse.main.penalty.plevel = 4;
analyse.main.penalty.pnbour = 100;
analyse.main.penalty.pnew = 100;
analyse.main.penalty.prev = 0;
analyse.main.penalty.pzero = 75;
analyse.main.search.distance = -1;

You can read about each setting here: https://www.svp-team.com/wiki/Manual:SVPflow
And if remove all default values you will get:

analyse.main.levels = 6;
analyse.main.penalty.lsad = 16000;
analyse.main.penalty.plevel = 4;
analyse.main.penalty.pnbour = 100;
analyse.main.penalty.pnew = 100;
analyse.main.penalty.pzero = 75;

I didn't check how works these settings so you can use them for you own risk.

158

(8 replies, posted in Using SVP)

16,000 - this cause the error
Format of your override.js file is wrong.
See file override_list.txt

Your line (wrong):

Penalty LSAD [analyse_main_penalty_lsad] = 16,000

override_list.txt line (proper):

analyse.main.penalty.lsad        = 8000;

Where did you get this wrong file?

159

(426 replies, posted in Using SVP)

06:31:11.402: Option vf: vapoursynth doesn't exist.

You need vapoursynth:
https://www.svp-team.com/wiki/SVP:Linux#Vapoursynth

And You need mpv with vapoursynth support:
https://www.svp-team.com/wiki/SVP:Linux … th_support

160

(5 replies, posted in Using SVP)

Have you read about HDR in SVP?
https://www.svp-team.com/wiki/SVP:4K_an … R_playback

Cпециальной настройки нет.
Увеличивается динамическая резкость. Это особенность зрения, при повышенной плавности глаза успевают следить за объектами в кадре, а мозг успевает их разглядеть. wink
Но если сравнить обычную резкость, статическую, по стоп-кадрам, то Вы увидите, что резкость осталась на прежнем уровне.

> качается в 2к разрешении. У вас же видит только 1080
2K это ведь и есть 1080p? hmm

> если стрим долгий, то только 2 часа стрима.
Как я понял, 2 часа - это ограничение скачивания в файл через SVPtube.
Напрямую через yt_dlp скачивается больше 2-ух часов?

SVPtube использует библиотеку yt_dlp (развитие youtube-dl).
https://www.svp-team.com/wiki/Manual:SVPtube/ru

Проверьте, есть ли описываемые проблемы, если пользоваться yt_dlp напрямую.
https://github.com/yt-dlp/yt-dlp
Если проблемы будут те же, то правильнее Ваши вопросы задать авторам.

You can imagine 2.4x ratio with 1m mode as 2x ratio and some additional interpolated frames:
2x: 1, 1.5, 2, 2.5, 3 ...
2.4x: 1, 1.5, 2, 2.3, 2.7, 3 ...

Where: 1 and 2 - source frames
1.5 - calculated intermediate frame beeting 1 and 2.

Or explain me please why you want integer factor in case of refresh rate not multiple to framerate?

If you want integer smooth factor (integer mitliplier) then it is mean you want to see every source frame in output.
This option is already done. Use SVP profile setting: Frames interpolation mode = 1m

I see this warning:

03:43:07.895 [W]: VideoPlayer: ffdshow filter ignored in PotPlayer instance - native interface is active
03:43:37.337 [i]: ffdshow: remove instance [13040e]

It is mean you have wrong PotPlayer setup. You need to decide what interface to interact SVP you want to use:
- ffdShow - old solution
- Avisynth Fillter - new solution - recommended
- AviSynth native (direct interface) - YV12 color space only
- VapourSynth native (direct interface) - YV12 color space only

Correct setup instruction see here:
https://www.svp-team.com/wiki/SVP:Daum_ … c_settings

167

(1 replies, posted in Using SVP)

Hello. You can enable and disable SVP at the same video. Sharpness of picture (or blur) must be identical. Check it with you videos, please.
SVP menu: Temporarily Disable SVP

Можно использовать шейдеры MPC-HC под названием Sharpen, Sharpen complex и Sharpen complex 2. Я использую Sharpen complex 2.

Используйте "Уменьш. к экрану". Картинка будет уменьшена до разрешения монитора.
---

Вручную можно указать уменьшение до любого разрешения в формате -ШШШШВВВВ, где ШШШШ - ширина и ВВВВ - высота.

Check what subtitles renderer are used?
MPC-HC menu View > Options... > Output tab > Subtitle Renderer
I use: Internal Subtitle Renderer

Можно попробовать плеер mpv, он имеет много настроек, но они работают через файл настроек
https://www.svp-team.com/wiki/SVP:mpv
Есть плеер на основе mpv, с более привычным интерфейсом SMPlayer:
https://www.svp-team.com/wiki/SVP:SMPlayer

Либо, если есть желание поразбираться с разными вариантами синхронизации звука и видео, то можно попрбовать ReClock, но он работает только с x86 плеерами.
В mpv тоже есть аналог ReClock. И большое количество настроек, с которыми можно экспериментировать:
https://mpv.io/manual/master

172

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

"Установка в SimpleTV":
1. Копируем SVP 4\plugins64\libsvpcontrol_plugin.dll.30 -> SimlpeTV\plugins\video_filter\libsvpcontrol_plugin.dll, SVP 4\plugins64\libvapoursynth_plugin.dll.30 -> SimlpeTV\plugins\video_filter\libvapoursynth_plugin.dll
2. В SimlpeTV\work\vlcrc добавляем строчку "--control=svpcontrol"
3. Всё, больше ничего не надо (*). Управление включением/выключением уплавнения - из SVP Менеджера.

173

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

Плеер настроить надо. По аналогии с VLC:
https://www.svp-team.com/wiki/SVP:VLC

Вопросы по лицензии направлять сюда: kd@svp-team.com

you want to integrate srt and ass subtitles into picture?
why you need it?

it looks like SVP can't do that.