mashingan
Oh, now I see. Thank you.
Sorry, I have not legacy AMD adapter to check Crimson beta for you.
If you will install it then inform us about the issue, please.
You are not logged in. Please login or register.
SmoothVideo Project → Posts by MAG79
mashingan
Oh, now I see. Thank you.
Sorry, I have not legacy AMD adapter to check Crimson beta for you.
If you will install it then inform us about the issue, please.
mashingan
Sorry, your graphic adapter is not supported by Crimson drivers.
See http://support.amd.com/en-us/download/d … ws+10+-+64 > Supported products
Users tell me about Player's crashes with AMD Crimson drivers.
I confirm the issue. I checked Radeon Software Crimsom edition 16.1, 15.12 and 15.11.
If you use GPU Acceleration in SVP with your AMD graphic adapter and use madVR renderer in player then it can lead to player's crash.
Error from drDump:
WARNING: Following frames may be wrong.
amdocl!clSetKernelExecInfo+0x27cdb
amdocl!clSetKernelExecInfo+0x27c78
amdocl!clSetKernelExecInfo+0x26d17
amdocl!clSetKernelExecInfo+0x2580f
amdocl!clSetKernelExecInfo+0x5958
amdocl!clSetKernelExecInfo+0x14ac
amdocl!clSetKernelExecInfo+0x16efc
kernel32!BaseThreadInitThunk+0x24
ntdll!__RtlUserThreadStart+0x2f
ntdll!_RtlUserThreadStart+0x1b
To avoid the player crashes You can do one thing from these:
1. Switch GPU Acceleration in SVP to another adapter (Intel or NVIDIA): SVP tray menu - Application settings - GPU Acceleration
2. Switch renderer from madVR to EVR custom: MPC-HC - View menu - Options - Output - select Enchanced Video Renderer (custom presenter) and enable D3D Fullscreen option to avoid jerkiness in fullscreen
3. Disable GPU Acceleration in SVP: SVP tray menu - Application settings - GPU Acceleration - No acceleration
4. Install Catalyst drivers 15.7 (15.7.1). This driver is working well with SVP GPU Acceleration and madVR renderer
hoover1979
Why you need resize in ffdShow? It can use only one thread of your CPU. It for testing purposes only.
Just disable it. Use resize in the renderer. It gives you more quality and it much faster.
And you can't edit script at ffdShow Avisynth tab. It automatically generated by SVP.
If you have SVP4 PRO then you can add conditions about source video resolution.
what url to put in the img tags to upload images, I wanted to show you the EVR OSD and the SVP performance monitor.
In preview post mode you can add any file as attachment to your post. It can be png/jpg picture. Browse from your hard disk.
phoenix_1024
Спасибо за сообщение об утечках памяти. Будем исправлять.
На каком-то моменте, начинается рост потребляемой памяти процессом SVP с 20-30мб
Можно подробнее, что это за момент? Пауза при воспроизведении с плавностью?
danil4eg
да
Nintendo Maniac 64
Yes! Of course! Drivers must be installed both for Intel GPU and for NVIDIA GPU.
hoover1979
You do not need to "disable" driver.
The picture above is for SVP 3.1.7
hoover1979
Why do you think that upscaling does the ffdShow filter?
Check every filer in filter list. MPC-HC while playing SD reslution video maximize player window and open menu Play - Filters.
For each video filter (LAV video, ffdShow, ) open its window - Pin Info tab - look to resolution in pin [In] and in Pin [Out].
What I see on my system (and I think it must be so):
Filter : LAV Video Decoder
[In]
Video: MPEG4 Video (H264) 640x356 25fps 527kbps
[Out]
Video: YV12 640x356 25fpsFilter : ffdshow raw video filter
[In]
Video: YV12 640x356 25fps
[Out]
Video: NV12 640x356 25fpsFilter : Enhanced Video Renderer
[In]
Video: YV12 640x356 25fps
So the render does the upscaling.
And this effects ALL video playing apps. MPC-HC, MPC-BE, PotPlayer, VLC, PowerDVD, Windows Media Player, Total media 5
Then I think it is video. Can you give me a link to this video to take a closer look?
TCmullet
As you not answer me I went another way. I take 720p version of this youtube video.
This video has constant pattern 'N-N-J-D'. There one Jump (J) and one drop (D) in every 4 frames. So, for such video you can use another script. It will give you more quality.
If use numbers then pattern is 1-2-4-4 and we need to restore frame #3. We will get 1-2-3-4 when 3 is interpolated frame between frames #2 and #4.
Script FixDropInPattern1244
SetMemoryMax(1024)
global threads=13
global svp_scheduler=true
LoadPlugin("C:\Program Files (x86)\SVP 4 PRO\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\SVP 4 PRO\plugins\svpflow2.dll")
SetMTMode(3,threads)
DirectShowSource("NEWFRO~1.MP4")
SetMTMode(2)
super_params = "{gpu:1}"
analyse_params="{main:{search:{coarse:{distance:4,bad:{sad:2000}},type:2,distance:4},penalty:{lambda:1,pglobal:10000}},refine:[{thsad:65000}]}"
smoothfps_params="{rate:{num:2,den:1},algo:13,scene:{blend:true}}"
super=SVSuper(super_params)
vectors=SVAnalyse(super, analyse_params)
fix = SVSmoothFps(super, vectors, smoothfps_params, mt=threads).Subtitle("-fix50")
fix50n = fix.selectEvery(2,1)
fix50n = fix50n.trim(1,1)+fix50n
interleave( \
SelectEvery(fix50n,4,0), \
SelectEvery(4,1), \
SelectEvery(4,2), \
SelectEvery(4,3))
distributor()
If you need to hide subtitle then remove .Subtitle("-fix50") function from the script.
This script has no memory leaks.
4770k has internal graphics Intel HD Graphics 4600, it weaker then your discrete graphics R9 290. So you need to check:
- display connection. It must be connected to R9 290 output;
- SVP4 HW acceleration. R9 290 must be slected: SVP tray menu - Application settings - GPU acceleration;
- enable HW acceleration in decoder. MPC-HC menu View - Options - Internal Filters - Video decoder - Hardware Acceleration - select DXVA2 (copy-back) or Intel QuickSync - OK. See Setting up MPC-HC.
blacktomato
Как вариант можно отключить передергивание скрипта на перемотке: меню SVP в трее - Настройки - Дополнительные настройки - Сброс на перемотке - Не сбрасывать.
Тогда зависания плеера прекратятся, но на некоторых перемотках станут появляться перемигивающиеся кадры-призраки с предыдущего места просмотра длительностью до 3 секунд.
Если есть желание избавиться и от зависаний и от кадров-призраков, тогда прошу отправить нам баг-репорт через SVP-менеджер, в сообщении о проблеме указать "зависания на перемотках".
Мы воспроизведем ошибку у себя и поищем решение именно для вашей конфгурации.
kairukun
We have two version of SVP4: Free and Pro.
The difference between them in additional functions. It is shown in the table here: https://www.svp-team.com/wiki/Download
dragonstunna
Can you give me a link to your video with 30 fps and 60 fps parts?
Hennyo
darren321223 has not optimus. As I can see he has desktop not laptop with switchable graphics.
It is grayed out
Where you saw that? In SVP 3.1.7 tray icon menu?
Then yes. Nintendo Maniac 64 is right. Reinstall your NVIDIA driver. And for your internal graphics too (Intel HD Graphics 4600).
I you did it right then you will see submenu for selection one of your GPUs. Like this:
Matrix Leader
Congratulations!
And thank you.
Now we know the error can be related to RAID.
Matrix Leader
The error is one:
Process failed to start: %1 is not a valid Win32 application.
Can you tell what win10 version do you have?
Win-I - System - About. I have version 1511, build 10586.36
TCmullet
Can you share to me the file "2015-12-03.1900.wv.R3-Rnd1.NH-v-FL.sec+.rawX7.mp4" for test?
TCmullet
4GB Patch, LargeAddressAware.exe and others such utils do one thing: change one bit in PE32 header of file.
So, I think yes. LargeAddressAware.exe does the same.
You can check result by CCF Explorer or VMMap. Option 'App can handle >2gb address space' in CCF Explorer must be enabled. Sum of Total+Free in VMMap must be about 4 200 000 K.
2. I mean: Start button - SVP - 4GB Patch - select VirtualDub.exe file - OK.
You will see message.
TCmullet
Ok. I see.
1. I will read that thread. Maybe I will find the cause of memory leaks you tell about.
2. Did you try to apply 4GB patch to VirtualDub.exe file?
Vyphox
1. Then check if you use video output from discrete adapter GTX 970 not from internal graphics - Intel HD Graphics 4600.
3. I talk about significant differences. For example 75 fps at 60 Hz monitor. Real fps and refreshrate you can get from madVR statistics (Ctlr-J).
4. When open video in MPC-HC - menu Play - madVR - Edit Settings - rendering - general settings - enable automatic fullscreen exclusive mode. Are you using PotPlayer?
does anyone have an explanation for the dropped frames even though the GPU is only running at 60% usage?
Possible reasons:
- lack of CPU preformance - you need to reduce settings;
- secondary display - make current display primary or turn off all others temporally to check if it helps;
- framerate not equal to display refresh rate - make it equal;
- disabled exclusive mode in madVR - enable it and switch to Fullscreen mode.
SmoothVideo Project → Posts by MAG79
Powered by PunBB, supported by Informer Technologies, Inc.