1,076

(29 replies, posted in Using SVP)

TCmullet
Thank you. I will look your script. It can take some time.
But You already can try updated GDFv5.01. wink

GDFv4 needs some more time.

GameDropFix, version 5.01

# GameDropFixV5_01.avsi
# ==================
# release date: 2016-12-20, MAG79
# ____________
# Requrements:
# - avisynth 2.6 MT, http://forum.doom9.org/showthread.php?t=148782
# - masktools2 b1, https://github.com/tp7/masktools
# -- MS VC++ 2012 Redistributable x86, https://www.microsoft.com/en-us/search/ … p;form=dlc
# - mvtools 2.5.11.22, http://avisynth.org.ru/mvtools/mvtools2.html
# - svpflow1 4.0.0.132 from SVP4, https://www.svp-team.com/wiki/Download
# - svpflow2 4.0.0.136 from SVP4, https://www.svp-team.com/wiki/Download

function GameDropFixV5(clip c, bool "myGPU", bool "myDebug", int "myErrSize", bool "DblFPS")
{
myGPU = default( myGPU, true )
myDebug = default( myDebug, false )
myErrSize = default( myErrSize, 12 )
dblFPS = default( dblFPS, false )

New in this version 5.01:
- updated to last versions of plugins: MVTools 2.5.11.22, SVPFlow1.dll 4.0.0.132, SVPFlow2 4.0.0.136;
- no script code changes.

Usage:
- to fix dropped frames with GPU:

GameDropFixV5()

- to fix dropped frames with GPU and double framerate by insert interpolated frames:

GameDropFixV5(DblFPS=true)

- to fix dropped frames with debug info:

GameDropFixV5(myDebug=true)

Sample script:

SetMTMode(3,4)
DirectShowSource("video.mp4")
SetMTMode(2)
GameDropFixV5()
Distributor()

Download:
- GameDropFixV5_01_avsi.zip - only avsi-file
- GameDropFixV5_01_pluginsBundle.zip - whole plugins folder: avsi-file + masktools + mvtools + svpflow

It is recomended to install MS VC++ 2012 Redistributabe Update 4 (x86) for better work of MaskTools2 plugin.

1,078

(29 replies, posted in Using SVP)

It's ok. I see. Of course dlls from SVP4 would be better.
I've read all your posts. The error in SVPFlow2.dll 2.0.3.0 is the same: Access violation in AvisynthPluginInit2.
Did you try SVPFlow1/2.dll from SVP4?

Your suggestions about video framesaize can be possible cause. It needs to be checked.
To make me help you: can you post your avs-script here?

If GDF4/5 are already work with Avisynth 2.6 then it is good!
I mean, it need to be updated to work with Avisynth 2.6 and with last versions of used Avisynth plugins.

Every time when SVP 3 starts it shows LAST error log. With notepad.
But these are errors happened in previous interval of SVP work. See times in the log.
I need to know what happened at PC when error occurs. Just in the same time.

When the error occurs?
Happened once and not repeated?

1,081

(6 replies, posted in Using SVP)

Subtitles from your link are works to me in 2 players: mpv player and MPC-BE.
Not working in MPC-HC.

To see subtitles I choose player from menu: SVPtube - Video player - mpv player.
And before click play I select American English

Thank you for the links.

I download and look to 60fps.mkv frame-by-frame. It has really 60 different frames in second. No duplicated frames. This video is already smoothed to 60 fps.
The problem is format of video. It encoded to AVC 10bit YUV 4:4:4. GPU acceleration of decoding is not worked to this format, so my core i5 gives me 100% CPU load with video stops while playing.

If reencode this video to AVC 8bit YUV 4:2:0 is will must work normal with GPU acceleration of decoding. And smoothly even without SVP.

So, by user's words:
i7 + GTX640m = ReClock works, but
FX-8350 + GTX980 = ReClock error.

For statistics:
My system (i5-3570K + GTX 660 Ti) = ReClock works (tested with windows 7/8.1/10)

Has anyone such problem with ReClock?

here is the letter from one of our users:

Hi, I've been using SVP Pro for about a month or two now, and I love it. My laptop has an i7 and a GTX 640m and it works perfect with it. My desktop has an FX-8350 and a GTX 980, and every time I open a video in MPC with SVP open, it loads the first frame of the video, then I get the the attached error. I have tried completely uninstalling and reinstalling SVP, and everything that comes with it, but no luck. I only started having this problem about two weeks ago on my desktop, but it continues to work fine on my laptop. I have tried googling this and looking it up on the forums, but have had no luck. Any help would be much appreciated. Thanks.

enselerizer
Что если скопировать файл avisynth.dll из папки Resources\Avisynth в папку с установленным MPC-HC?

James D
У меня SVP 3 корректно работает с Windows 10. Ничего не падает. wink

1,086

(29 replies, posted in Using SVP)

Yes, you can find svpflow1/2.dll in plugins folder from SVP 4 Free installed.

I will look what I can do to make GDF scripts compatible to avisynth 2.6

My file version is 2.0.2.0, size 647,680

Last svpflow2.dll from SVP 3.1.7 has version 2.0.3.0. You can get it from SVP 3 folder. Or you can take file linked below.
Try it. The error can be fixed there.

1,087

(17 replies, posted in Using SVP)

Maybe it is 4K video hard to process with your PC?
Try fullHD video. Does it play smoothly?

1,088

(6 replies, posted in Using SVP)

Can you give an example youtube link with subtitles not displayed with SVPtube 2?

This error connected to Avisynth option in ffdShow.
Did you enable/disable this option while playing video file?

Ну, у меня например, при установке SVP 3.1 на чистую windows 10 x64 выскакивает ошибка, что мол сперва необходимо установить "MS Visual C++ 2008 SP1 MFC Redistributable (x86)".
Качал и ставил оттуда: https://www.microsoft.com/ru-ru/downloa … x?id=26368

После этого пакет SVP 3.1 установился и плавность заработала. Про файл SVPFlow1.dll не ругается. Просто работает.

Кстати, рекомендую проверить свойства файла svpflow1.dll: размер 517 632 байт, версия файла 2.0.4.0

1,091

(29 replies, posted in Using SVP)

As wroted in given topic "AvisynthPluginInit2" error was connected to Intel GPUs and some MTModes.
What GPU are you using?

1,092

(29 replies, posted in Using SVP)

You can use information from official SVP changelog. See chapters about SVPflow.

SVPFlow plugins are not compatible to AviSynth 2.5 since version 4.0.0.132 - 2016-03-18.
AviSynth 2.6 is supported.
What version of AviSynth are you using?

And you are right. I think GDF needs to be updated to use with latest SVPFlow plugin. wink

You need to decimate 24 frames from 60. You can use TIVTC plugin to this purpose. In your case use 4-in-5 decimation.

1,094

(29 replies, posted in Using SVP)

Are you using svpflow2.dll from SVP4?
File Size 670 720 bytes
File version 4.0.0.136

___
The same error about"AvisynthPluginInit2" was early discussed here: Recent crashes

Какая операционная система? Windows 10 x64?

Avatar-Lion
А это правильная мысль.
Данные между процессрором и видеокартой гоняются через оперативную память.
Надо бы проверить в каком режиме работает память. Бывали случаи, выясналось, что память в одноканальном режиме hmm
Посмотреть в CPU-Z - Memory - Channel #

А еще бывали случаи, видеокарта в режиме PCI-E 1x. Должно быть 8x или 16x.
Посмотреть в GPU-Z - Bus interface - Start render test

Насчет 100%-ной загрузки, надеюсь Вы понимаете, что это сложнодостижимо. Только если нагрузка РАВНОМЕРНО распределится между всеми ядрами процессора (вычислительными блоками видеокарты). Обычно имеется перекос в загрузке.

Avatar-Lion
Посмотрел скриншот.
Судя по статистике madVR почти не напрягает видеркарту.

rendering 1.08ms

Это значит производительности хватает на 1000/1.08 = 925 к/сек
Запас есть.

Остается проверить, растут ли показания

dropped frames 158

1. Файл svpflow1.dll присутствует по указанному пути?
2. Какие-нибудь ошибки возникали при переустановке?

diego
> тыкаю на раздел "обрезка" - подсветка пропала

Так и должно быть. Так задумано. В этом разделе рисуется синий прямоугольник поверх ИСХОДНЫХ кадров. Подсветка в этом режиме не работает.

Avatar-Lion
Отрисовщик madVR имеет такие алгоритмы увеличения/улучшения кадров, что даже топовая видеокарточка загнется на высоких разрешениях.
Включить статистику (Ctrl-J) при воспроизведении, подождите пару секунд, пока накопятся данные, и поместите здесь скриншот с этими данными.
Будет что обсудить, и что посоветовать.