I see in the log:

12:47:25.007; ===== Detected playback with ffdShow. AppName: PotPlayerMini.exe, PID: 9252, supports 2GB RAM ONLY. Patch video player executable with "4GB Patch"
12:47:25.022; used avisynth.dll: Avisynth MT, 2.5.8.6 (SVP edition) (CRC32:5ED58E27) from C:\WINDOWS\system32\

Maybe You have several potPlayerMini in different folders? But This one is not pathed.
You can look Location of used PotPlayerMini in the Task Manager (process or detail tab - right click - properties).

1,827

(10 replies, posted in Using SVP)

seanbenedictuy
If you have NVIDIA videocard then just select DXVA copyback decoder instead NVIDIA CUVID in LAV video decoder.

You can attach any file to the post in preview mode.

dsiOne
The problem is solved?

seva123
It is good know PAL Speedup method. Google it. It gives maximum video quality because it saves every frame untouched. wink

sausuke
Please show your last launch log (SVP tray menu - Information - Last launch log).
It can clear the cause why patched player wants to be patched again roll

Nurk
Самая главная причина для отрезания черных полей - это как раз для избавления от артефактов по краям кадра. Черные поля сбивают с толку алгоритм поиска истинных движений объектов кадре. Чем меньше таких сбивающих факторов - тем точнее найденные вектора, и следовательно тем меньше артефактов в кадре в целом.
Доступно объясняю? smile

krish755
Check MPC HC version. It must be x86.

It sounds like CUDA problem in NVIDIA driver. And here the method to repair disabled CUDA:
Restore CUDA in the latest nVIDIA Drivers 34x.xx

Try it. Post here If it help you.

tchack
Видимо, Blackmeser имел в виду настройку: Плавность на перемотке - Отключить и сразу включить

Все что требуется - скопировать ссылку на ролик в буфер обмена

http://svp-team.com/wiki/SVPtube/ru

mmhmm
Через какой интерфейс звук идет из компа?
цифра или аналог?

tchack
Если ролики одинаковые по характеристикам (разрешение и частота), то запустить видео с плавностью, снять процесс SVP-менеджера через диспетчер задач, чтобы скрипт плавности продолжал работать. Переход на другие файлы будет происходить без перезапуска скрипта, сразу с этим скриптом повышения плавности. Подвисания картинки получатся минимальными.

Такой вот лайф-хак wink

increase threads number?

1,839

(14 replies, posted in Using SVP)

ITN
since 29,97 is half of resulting svp frame rate of 59,94 reclock should work ok?
Yes. In general case. In case if video framerate are standard 23.976 or 29.97 fps.
But if you have non standard video (for example 23.98) then ReClock will work incorrectly. See dropped frames in madVR statistics (by Ctrl-J).

voice
Если Bluray смотреть на мониторе с разрешением 1920x1080, то madVR вообще не нужен wink

1,841

(14 replies, posted in Using SVP)

ITN
WaitReClock
...is "DelayOnPlayStart" the same thing?
Yes. DelayOnPlayStart is the same. WaitReClock setting is not more supported by SVP 3.1.7. Use DelayOnPlayStart instead.

ReClock works if you see green icon in the system tray. It can show source framerate in some cases and it is not bad. It is effect of the same slow/speedup factor for source framerate and for framerate after SVP processing. wink

One moment: c=last not last=c smile

TCmullet
Have you any experience with avisynth scripting?

1,843

(37 replies, posted in Using SVP)

Nintendo Maniac 64
It is a mistake in the script generate.js: hmm

sorry
roll

    //downsize
    if(    mediaInfo.main.reswidth>mediaInfo.main.cbhwidth ||
        mediaInfo.main.resheight>mediaInfo.main.cbhheight)
        resizeString="BicubicResize("+mediaInfo.main.reswidth+", "+mediaInfo.main.resheight+", b=0, c=0.75)";
    else //upsize
        resizeString="LanczosResize("+mediaInfo.main.reswidth+","+mediaInfo.main.resheight+")";

I mean downsize and upsize algorythms are confused.
In the past for upsize used Lanczos and for downsize - Bicubic(0,0.75). It can be reviewed and changed.
These algos was selected as optimal (speed/quality) for CPU's in 2010 year.

See picture in Russian. smile
http://www.svp-team.com/forum/misc.php?item=3606

Your suggestions?

Наши поздравления smile

iskandar
Да. Теперь есть все шансы, что задействовано аппаратное декодирование (LAV Video Decoder), ffdShow используется один раз, madVR дает наилучшую картинку и наименее дерганное воспроизведение при наличии дискретной видеокарты среднего уровня и выше. ReClock может добавить проблем с аудио, но зато дает возможность смотреть видео с незначительным растяжением/сжатием по времени, но зато с максимальным качеством и с полным остутствием подергиваний из-за несинхронности частоты кадров с частотой обновления экрана.

1,846

(8 replies, posted in Using SVP)

seanami
3.1.6 and 3.1.7 uses the same threads number when select auto. No changes here.
I think it is influence of other new components: MPC-HC, LAV Filters, madVR.

1,847

(9 replies, posted in Using SVP)

Try this: A's Video Converter

1,848

(8 replies, posted in Using SVP)

seanami
It is maybe lack of memory bug.
Check file last launch log in the SVP tray menu - Information - Last launch log
What is written there? Is player needed 4GB patch?

James D
Если краши еще наблюдаются, то прошу привести детали - будем искать причину и исправлять, если это глюк SVP.

James D
Журнал последнего запуска много чего прояснит: SVP меню в трее - Показать - AVS-скрипт последнего запуска