remekra
Try to disable hardware acceleration: in LAV decoder and in SVP.

3,602

(109 replies, posted in Using SVP)

Michael
What monitor resolution do you have?

leegun
Уточню. Под "что будет" имеется в виду привести текст сообщения об ошибке, либо если ошибки нет, то сообщить, что появилось в папке %appdata%\SVP 3.1\AVS\?
Перед выполнением каждого пункта 1-4 чистить содержимое папки %appdata%\SVP 3.1\AVS\ (

в Вашем случае в обоих папках: в C:\Users\leegu_000\AppData\Roaming\SVP 3.1\AVS\ и в C:\ProgramData\SVP 3.1\AVS\
).

3,604

(61 replies, posted in Using SVP)

nolan_vede
In my current Potplayer version, there is no "prefer" option, but everything else was set
I just special for you download and install PotPlayer 1.5.36073 Beta.
And I can select Prefer. Did you read instruction right?

select it and choose "Prefer" then press "Filter Information" button
http://www.svp-team.com/w/images/e/ec/Pot-dxva-6-en.jpg

SVP works fine with PotPlayer after all instruction steps are done.

What PotPlayer version did you install?
It must be 32bit version.
http://www.svp-team.com/forum/misc.php?item=2406

leegun
Удалить все, вычистить руками хвосты и поставить ОДИН раз.

Пристальное внимание на настройку:
http://www.svp-team.com/forum/misc.php?item=2402

Предлагаю выбирать "для текущего пользователя".

Ну здрасте! hmm

В журнале:

AppDataPath: C:\Users\leegu_000\AppData\Roaming (ANSI)
main "C:\Users\leegu_000\AppData\Roaming\SVP 3.1\" ...

Ошибка из журнала:

Error: Повысить плавность не удалось! Ошибка скрипта:
Import: couldn't open "C:\Users\leegu_000\AppData\Roaming\SVP 3.1\AVS\ffdshow.avs"
(ffdshow_filter_avisynth_script, line 4)

А в скрипте в ffdShow:

svppath="C:\ProgramData\SVP 3.1\"

SVP не может определиться в какой папке у него должны храниться настройки. В общей для всех пользователей (C:\ProgramData) или же в папке текущего пользователя (C:\Users\leegu_000\AppData\Roaming). Редкий случай.

Сколько раз устанавливался пакет SVP?
И какая папка была указана при установке?

3,607

(9 replies, posted in Using SVP)

travolter
Good question - good answer smile I like to investigate interesting for me topics. And this time it made new finding for me! wink

OK. I leave two enabled cores of my Intel Core i5-3570K. I turn off GPU-acceleration in decoding and in SVP. I swith MPC-HC from madVR to EVR (custom presenter) and disable pixel shaders. I did my CPU load measurements by SVP performance graph window. Avatar 720p sample from SVPmark was used.

CPU load:
renderer EVR (custom presenter) - 81%
renderer EVR (custom presenter) + option D3D Fullscreen - 86%
renderer Overlay - 73% -8%
change SVP shader: 11. Simple Lite to 11b. By blocks - 65% additional -8%
change Search radius from Small to Small and fast - 62% additional -3%
disabled Wide search - 62% no performance boost hmm
override.js: analyse.main.search.distance = 1; - 60% additional -2%
override.js: analyse.main.search.distance = 0; - 39%!!! additional -21% picture more smooth and less artifacts! I was surprised!!! cool

CPU load reduced by two times! With visual no quality loss. Visual quality even increased. It is very impressive!

Try these customizations. All together or one-by-one. I think it will help you to save performance and to get more quality on your processor wink

3,608

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

danila_112
Тогда наши советы исчерпаны.
Продолжим решать эту проблему, когда станет известно что дает отключение Microsoft DTV-DVD Video декодера.

3,609

(10 replies, posted in Using SVP)

river
Can you put here vfr-file created from any vfr mkv video from your collection?
You need to use Haali mkv2vfr tool from C:\Program Files (x86)\Haali\MatroskaSplitter folder. Usage:

mkv2vfr.exe file.mkv NUL file.vfr

3,610

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

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

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

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

3,613

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

(10 replies, posted in Using SVP)

river
What you want to get?
Describe please.

3,615

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

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

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

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

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

(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.