DaveyMames
You can copy avss.dll to avisynth plugins folder and use AVS-script as is. Plugin avss.dll will be loaded automatically.
You are not logged in. Please login or register.
SmoothVideo Project → Posts by MAG79
DaveyMames
You can copy avss.dll to avisynth plugins folder and use AVS-script as is. Plugin avss.dll will be loaded automatically.
nemoW
Шум и резкость в каком-то роде родственники. Это высокочастотные составляющие изображения.
Чистое и резкое видео однозначно уплавняется лучше. И даже может оказаться, что быстрее, т.к. движения будут находиться с меньшим числом ошибок за меньшее число сравнений. Плавность у такого материала выше, но и видимых артефактов потенциально может оказаться больше.
Waldgeist
45% with SVP processing and 20% - without SVP.
You can check it by disapearing of SVP Tearing test line (orange moving line over video).
Press while playback Ctlr-Win-T, you will see the moving line. It is mean SVP is working. Then hide avisynth filter in ffdShow. Do you still see the moving line?
Waldgeist
Avisynth must be in visible filters list in ffdShow. Otherwize SVP can't work with it. So you need for some tuning and customizations.
Thank you for filters list. I see now. What you can do to get smooth playback:
1. Enable HW decoding. Click on LAV video decoder in filter list while playback. What you see in the line 'Active decoder' in Hadrware Acceleration settings?
Select CUVID or DXVA2 (copy-back).
2. Enable D3D FullScreen. You are using renderer EVR (custom presenter). It can show jerks in some cases. To make playback more smoothly go to the MPC menu: Options... - Output - Enable option D3D Fullscreen - OK. Reopen video, switch to fullscreen mode (alt-enter).
"SVP ...slow performance (SVP index: 0.63 - 0.80)" message on the OSD
It is mean CPU load or GPU load are close to 100%. SVP settings are too hard to you configuration.
3. General advise is to reset profiles: SVP - Video profiles... - Reset to defauls - OK - Yes.
4. If problem still here can you look to CPU load value (in SVP Performance Graphs window or in Task Manager) and GPU load (in GPU-Z)?
nemoW
В SVP есть библиотека поиска векторов движений. Тоже с открытым кодом, как этого требует лицензия. Так вот из x264 взяты функции сравнения блоков. Мы периодически заглядываем в проект x264 и обновляем у себя эти функции. Спасибо за подсказку. Поглядим, что могло бы пригодится этом плане в кодеках нового поколения (x265, VP9, Daala)
Waldgeist
I have to put the "AViSynth" filter from the "Visible filters"-list to the "Available filters"-list. Otherwise I get very laggy output
It is very strange. It shouldn't to be.
Can you show your filter's list while playback? Take screenshot of menu: MPC-HC - Play- Filters
ithehappy
is there any other player other than MPC-HC which works good with SVP?
DAUM PotPlayer and others. See details
It works! I changed it back to DXVA2 and the video is playing smoothly!
Congratulations!
WOW! I hate this CUDA thing then
Matrix Leader said last NVIDIA drivers has CUDA disabled. And if you want to use it you need to enable it:
Restore CUDA in the latest nVIDIA Drivers 34x.xx
madshi
The main difference between decoders MVs and "truemotion" MVs is the aim of MVs. And from here type of MVs.
Decoder uses block-matching one-to-one, one-to-many, many-to-one types of MVs to get maximum compression. So decoder generally has MVs not shown the real motion direction.
SVP (MTools and SVPFlow libs) uses modified block-matching algorythms to get in ideal one-to-one type of MVs to get real motion.
ithehappy
Perhaps it is "Scan type: MBAFF". So 25 fps converted to 50 by decoder. And you have twice more frames in the second at input of SVP, twice more CPU load.
Does that video has 50 different pictures in the second? ![]()
KIDMAM
К сожалению нельзя. В ТВ TrueMotion реализовано аппаратно. Это в общем случае. Если очень хочется докопаться до истины именно по этой модели, то надо искать информацию про этот Triple XD Engine и смотреть, что это. Один чип или так называется набор чипов, разный от модели к модели. Искать в описании процессор, выполняющий FRC. Если он есть, то искать, как активировать его работу. Но я за свою практику ни разу не встречал, чтобы уплавнение в ТВ активировалось программно.
igame4k4life
player is in a pause state but the movie is playing
Close all MPC-HC processes from task manager or just reboot.
igame4k4life
Select CUVID HW decoder in LAV Filters.
Select EVR renderer in MPC-HC Output.
When you launch SVPMgr.xe what it say about non installed componets nedded?
You need to use MPC-HC x86 version.
I think it is buffering.
Take a look to CPU load at smooth play start and few seconds later. CPU load at start is higher. It is because of frame-buffering at the start.
I think such situation with active buffering can happend in the middle of playback. Causes can be different: another huge application started, network activity, hard disk activity or system process activity.
Mystery
Thanks. Did you see InterFrameGUI?
Every link lead to crash?
What error number?
S_Snake
разве Hi10P может ещё как-то обрабатываться, кроме как софтверно?
Немного погуглил. Нашел только одну инструкцию 2013-го года Enable 10-bit support for AMD Redeon cards. Но это как оказалось не про декодирование 10 битного цвета, а про поддержку обработки и вывода 10 бит: AMD’s 10-bit Video Output Technology (PDF).
Во всех найденных мной источниках указывается, что аппаратно декодировать Hi10P пока никак невозможно. ![]()
nemoW
Картинку бы для примера. Или кусок видео секунд на 5, чтобы понимать про какие лесенки речь.
Agi_MPAS
Also you can turn of downsize picture if you have quite fast CPU to process FullHD in realtime.
SVP manager - Video profiles - Select bolded one - Decrease frame size - select Disabled - OK.
But as I can see you are watching FullHD video at non FullHD display. So you don't need to process extra pixels. ![]()
STALKER_267
Если смотрите 10bit, то наверное, SW. Качество в ущерб высокой загрузке процессора. Если же 10бит не смотрите, то выбирать любой из HW. Я выбираю CUDA, т.к. он на дискретке работает и в большинстве случаев не порождает тормозов и подергиваний при воспроизведении с плавностью движений.
Bicubic was selected as one of low cost (not very slow) and good looking downsize picture scaling algorithm.
About options: Black fields lighting parameters
![]()
foxmlg
I changed from ffdshow raw video filter to ffdshow video decoder, and it work fine..
Is there any difference in using ffdshow video decoder?
No difference. You can use ffdShow Video Decoder.
is there any fix for this?
I see this error first time. In the Interrnet about error 0xC0000417 I found information about autorun corruption or registry corruption. If you want you can reinstall ffdShow with reset its settings.
SmoothVideo Project → Posts by MAG79
Powered by PunBB, supported by Informer Technologies, Inc.