3,576

(9 replies, posted in Using SVP)

travolter
No. There is no way to add such values in SVP 3.1.4.
8 px means grid with 8x8 px blocksize and 0 px overlapping.
12 px means grid with 16x16 px blocksize and 4 px overlapping (1/4 of blocksize). Intermediate values of blocksize and overlapping not supported by SVP.

But we have another ways to reduce CPU load.

Please, put here your additional info (SVP - Information - Additional information) after play file with Motion vector grid: 8 px (8 pixels).

3,577

(10 replies, posted in Using SVP)

river
When  framerate change is detected, SVP will use ffdshow remote to reload avs, so frames in the previous avs buffer have to be dropped.
Yes. You are right.

I set ExBuffAheadAdd to -14, and only 1 frame will be buffered ahead, less frames will be dropped on framerate changing.
What happend with smoothness in this case? I don't know how will work SVP in multithreading mode when it must to calculate several intermediate frames simultaneously. It needs in [threads]+1 frames in the buffer ahead.

my vfr videos are mostly encoded from 1080i anime Bluray
Extension mkv?
What tools do you use to convert bd2mkv?

3,578

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

danila_112
Там же ответили: disable the Microsoft DTV-DVD Video decoder hmm
Делал? Помогло?

3,579

(10 replies, posted in Using SVP)

river
Can I get rid of these shakes?
For today on-the-fly No. It is reaction to framerate change, what is not immediate by observing ffdShow framerate parameter.
You can get nice result only if you do preprocess (mkv2vfr) and reencode your video with frame interpolation scene-by-scene with different frame interpolation settings.

BTW. What video you talking about? Can you give me a link?
I will take a closer look.

3,580

(10 replies, posted in Using SVP)

river
What you want to get?
Describe please.

3,581

(22 replies, posted in Using SVP)

qduaty
Another problematic resolution: 718x436
Thank you again.

AddBorders(4,0,0, 0)
It is not good solution for frame interpolation task. Thin black line at the frame border causes annoying frame-borders artifacts when panning and zooming.

while Chainik makes some investigations......

I recommend you two another ways:
1. Crop in AVS-script.
Add code to MSmoothFPS.avs before "input=last":

mult=16
crop(0,0,int(width/mult)*mult,int(height/mult)*mult)

And ajust mult value. It can be 8, 16, 32.

2. Expand framesize in ffdShow to multiply of 16 (or 8, 32).
http://www.svp-team.com/forum/misc.php?item=2396

leegun
Следующий этап. В момент ошибки (окно с ошибкой не закрывать):
1. Что написано во вкладке avisynth в ffdShow. Привести здесь текст скрипта полностью.
2. Какой скрипт сформировался в %appdata%\SVP 3.1\AVS\ffdShow.avs. Приложить файл.
3. Сдается мне, это вторичная ошибка. Нужна первичная. Все ошибки есть в логе %appdata%\SVP 3.1\Logs\Log.txt. Приложить файл.

Будем искать причину и устранять ошибку.

leegun
Поздравляю! Все работает. Проверить в папке %appdata%\SVP 3.1\AVS наличие каких-либо файлов. Обрадоваться. smile Спокойно пользоваться SVP wink

А, да. SVP запускать либо из под админа, либо из проводника, либо через автозапуск. Были проблемы с правами при запуске из под Total Commander'а.

3,584

(9 replies, posted in Using SVP)

rab
Good. Thank you.

leegun
Появилось "PASSED!"
Значит, есть надежда. Запустить SVP, открыть кино, дождаться ошибки

SVP\SVPMgr.wsf(12, 10) Windows Script Host: Недопустимое значение атрибута : language

Запустить из папки SVP команду:

cscript SVPMgr.wsf //I //D

Pikkuhippi
Your sample has variable framerate (VFR). It is difficult case to SVP because framerate on some intervals of video is different from default framerate for this video.

mkv2vfr.exe sample.mkv NUL sample.vfr

sample.vfr:

# timecode format v1
Assume 23.976
0,515,23.9755
516,545,29.9700
546,561,23.9880
562,566,29.9401
567,1063,23.9761

Frames # 454-516 = 38 frames at 29.97 fps displayed 38/29.97 = 1.27 sec
Frames # 566-562 = 4 frames at 29.97 fps displayed 4/29.97 = 0.13 sec

SVP has duration of reaction to framerate change about 2 seconds. SVP can't be in time with switching from 23.976 * (5:2) = 59.94 to 29.97 * (2:1) = 59.94

Solution
You can make vfr-file to your movie by yourself. Use mkv2vfr.exe from [Program Files]\Haali\MatroskaSplitter\ folder. Then look for 29.97 fps intervals in the vfr-file. If they are short then choose in the SVP profile constant coefficient of smoothing 5:2. Target frame rate: 24->60 (2.5x).

3,587

(9 replies, posted in Using SVP)

rab
Do you know if PotPlayer you using is compatible to your hardware (cpu/gpu)?
How many players/versions did you try?
Did you try MPC-HC 1.6.5?

atillagoguslu
Exit SVP Manager while encoding. Use generated script from SVP Manager: SVP tray menu - Generate AVS script - For video encoders.

3,589

(3 replies, posted in Using SVP)

WoKeN
.mkv of some anime
Can you take screenshot of SVP performance graphs window when error message appears again?

3,590

(4 replies, posted in Using SVP)

avada
I had that option turned off completely.
Did it help you?

Why is that?
SVP needs in disabling smoothness on seeking to clean frame buffers to prevent frames-from-the-past artifact. Very fast disabling and enabling can lead to player hangs. PotPlayer is not ideal for SVP. Try MPC-HC. You will get no hangs on seeking.

3,591

(9 replies, posted in Using SVP)

rab
Video adapter name?
Video driver number?

(Re)install video driver and DirectX. Build-in DXVA Decoder must work without errors.

biguho
SVP значек стоит на паузе.
Вот это что значит? Какой статус подписывается во всплывающей надписи при наведении на иконку SVP в трее?

biguho
Скачал MPC-BE Win32 1.1.3.0.
Добавил во внешние фильтры ffdShow raw: Вид - Настройки - Внешние фильтры - Добавить - выбрать ffdShow raw video filter - OK - указать Предпочесть - OK

В английском интерфейсе: View - Options - External Filters - Add Filter - выбрать ffdShow raw video filter - OK - указать Prefer - OK

Все открываемые файлы загружают ffdShow raw и в 100% случаев включается SVP. Пакет SVP 3.1.4 полный.

Прошу уточнить расширения файлов и формат видео для случаев, в которых не включается SVP.

Pikkuhippi
Can you give me a link to these files?
1. [Exiled-Destiny]_Grenadier_Ep05_(C5CFE5FC).mkv
2. certain .mp4 video files

3,595

(3 replies, posted in Using SVP)

WoKeN

Error: Warning: there's a memory leak in the video player: 1373 MB
To prevent the closing of the player due to lack of memory a script restarted improve smoothness.

It can be dynamic subtitles. What video file leads to memory leak messages?

But this is cool! cool

detected monitor: 2560 x 1440 @ 119.996

3,596

(4 replies, posted in Using SVP)

avada
Try to encrease pause before smooth start after rewind:
In the SVP tray menu - Turn off on seek - Turn off by 2 sec.

leegun

SVP\SVPMgr.wsf(12, 10) Windows Script Host: Недопустимое значение атрибута : language

Вы уже пятый, кто сообщает нам об этой ошибке.
Предыдущие сообщения:
conan1231 неизвестная версия Windows
@AlucarD@ Windows x64 Ultimate Ed-n
GokilRaider Windows 7 Ultimate 32bit
l0rdraiden win7 x64

У меня нет информации об успешном решении проблемы. Никто из пользователей не сообщил о результате.

Советы обычные, как и во всех предыдущих случаях:
1. Проверить запускается ли у Вас CScript. Какой номер версии сообщает?
2. Отключить блокирование запуска скриптов в антивирусе.
3. Установить Win8 не с обрезанного кем-то образа диска, а с оригинального диска Microsoft.

berryracer
It is good news!
Me congratulations. cool

STRONG
фуллхд некоторые файлы тормозят не по детски
проц загрузка до 30 процентов,правда видяйка аж местами до90 и греется до 81 градуса
Видеокарты не хватает на все возложенные на нее задачи. Тут либо замена видеокарты на более мощную, либо уменьшение нагрузки на видеокарту.

biguho
1. Надо поглядеть, что там с MPC-BE может быть особенного. Нужно точное название номера версии плеера (смотреть в окне Помощь - О программе).
2. Для SVP 3.1.4 решение - увеличить время задержки на перемотке: ПКМ на иконке SVP в трее - Плавность на перемотке - Отключить на 2 сек. В будущих версиях планируется избавиться от этого пункта и не отключать плавность на перемотках. Если все получится, то детали станут известны с выходом новой версии.