Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#47981 | Link | |
Registered User
Join Date: Aug 2016
Posts: 872
|
Quote:
thanks |
|
![]() |
![]() |
![]() |
#47982 | Link |
Registered User
Join Date: Jul 2014
Posts: 733
|
Code:
REM Change a registry key and values with Regedit.exe REM and a temporary .reg file. Self contained script. REM REM For magic keyboard numbers go here: REM http://3dvision-blog.com/3053-modifying-all-3d-vision-control-key-combinations-as-you-need/ REM Necessary header for importing .reg file. > "%temp%\Update3DSettings.reg" ECHO Windows Registry Editor Version 5.00 >> "%temp%\Update3DSettings.reg" ECHO. REM Decide which CPU architecture- to set the proper registry keys for x86 and x64. REM Using GOTO instead of IF THEN ELSE because of better compatibility. REM Assume x86 as the architecture. SET "KEY=[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Stereo3D]" REM Reset the key if that's not right. IF "%PROCESSOR_ARCHITECTURE%"=="x86" GOTO EchoKey SET "KEY=[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]" :EchoKey >> "%temp%\Update3DSettings.reg" ECHO %KEY% REM Now the series of registry dwords for that \Stereo3D key. REM Let's auto-enable 3D, without going through the test. REM Bypass the Medical Test >> "%temp%\Update3DSettings.reg" ECHO "StereoVisionConfirmed"=dword:00000001 REM Reset from Discover >> "%temp%\Update3DSettings.reg" ECHO "StereoViewerType"=dword:00000001 REM Now let's import registry file REM /s is used to avoid an "Are you sure" prompt regedit.exe /s "%temp%\Update3DSettings.reg" REM -- No registry key for Enable stereoscopic 3D checkbox, so we'll directly REM call the activation tool. Change path if this is not correct. REM We call for both 32 bit and 64 bit. If one fails it's not a problem. CALL "C:\Program Files\NVIDIA Corporation\3D Vision\nvstlink.exe" /enable CALL "C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /enable
__________________
Win10 Pro x64 b1903 MCE i7 3770K@4.0Ghz 16Gb@2.18Ghz EVGA GTX 1080 Ti SC2 11Gb@2GHz 436.48 RGB Full 8bits MPC-BE/LAV/MadVR/jRiver/MyMovies V5.25 Denon X8500H>HD Fury Maestro>JVC RS2000 |
![]() |
![]() |
![]() |
#47983 | Link | |
Registered User
Join Date: Aug 2016
Posts: 872
|
Quote:
|
|
![]() |
![]() |
![]() |
#47985 | Link |
Registered User
Join Date: Dec 2017
Posts: 11
|
So I was having the IRQ issue with MadVR in Windows 10 with Zoom Player using it in FSE, disabling forced FSE solved the blackscreen/IRQ issue.
Now upon exiting after a long viewing session I get a BSOD that says "attempted execute of noexecute memory". It happens immediately after clicking Exit. This only happens with MadVR. Edit - Seems I've been using MadVR 92.8.0 will see if it happens again next time I watch a movie. Last edited by AttackSharply; 30th December 2017 at 08:26. |
![]() |
![]() |
![]() |
#47986 | Link |
Registered Developer
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 9,832
|
Blue Screens are not caused by software, they are caused either by broken drivers or broken hardware.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders |
![]() |
![]() |
![]() |
#47989 | Link | |
Registered User
Join Date: Jul 2016
Posts: 91
|
Quote:
|
|
![]() |
![]() |
![]() |
#47990 | Link |
Registered User
Join Date: Jul 2012
Posts: 94
|
Hey,
I noticed something the moment I switched from Potplayer x86 to Potplayer x64. The frame drop literraly drops down (from several hours in x86 to few minutes in x64). I checked everything regarding Madvr then I asked myself if it wasn't related to audio - since Reclock doesn't exists in x64. And the result was obvious. If I switch the Reclock option back to default (in Potplayer x86) I have the same drops down I have in x64 application. What I understand is Potplayer is more demanding for outputing audio than Reclock and this loss of performance is impacting Madvr? What alternative or settings should I change to properly use this x64 app? I'm thinking, maybe I should directly ask to Potplayer cause I bet Madvr is not the faulty one in this case? cheers Last edited by Sm3n; 30th December 2017 at 15:30. |
![]() |
![]() |
![]() |
#47991 | Link | |
Registered User
Join Date: Jun 2011
Posts: 119
|
Quote:
|
|
![]() |
![]() |
![]() |
#47993 | Link | |
Registered User
Join Date: Oct 2012
Location: Akron, OH
Posts: 434
|
Quote:
Make sure you're using the latest version of madVR, then read madshi's tutorial on creating custom resolutions for your TV/monitor. When you find the right custom resolution, your frame drops will go back to days or even longer and you'll have no need for ReClock because your audio and video will be in perfect sync. |
|
![]() |
![]() |
![]() |
#47994 | Link |
Registered User
Join Date: Feb 2002
Location: San Jose, California
Posts: 3,699
|
This is the drivers fault. The software says FSE mode please, and the drivers do something that crashes the system.
FSE mode uses parts of the drivers/hardware other modes do not. Software has to access the hardware via the drivers, it has no control at the IRQ level. Software can sometimes work around driver issues to avoid them crashing but not cause a blue screen itself, at worse the software crashes.
__________________
madVR options explained |
![]() |
![]() |
![]() |
#47995 | Link | |
Registered User
Join Date: Jul 2012
Posts: 94
|
Quote:
First of, my TV accepts all framerate (from 23 to 60). I followed his tutorial but unfortunately I can't choose no "optimized pixel clock #" because the gpu don't accept it. :/ I have a GTX 970 by the way. Last edited by Sm3n; 30th December 2017 at 22:44. |
|
![]() |
![]() |
![]() |
#47996 | Link | |
Registered User
Join Date: Dec 2017
Posts: 11
|
Quote:
I'll watch a movie tonight and see if it crashes upon exiting since I'm using the latest MadVR now. |
|
![]() |
![]() |
![]() |
#47997 | Link | |
Registered User
Join Date: Oct 2012
Location: Akron, OH
Posts: 434
|
Quote:
If you're having trouble saving it (common with Nvidia), try changing the display resolution in Windows to something other than the custom resolution. For example, if you're trying to save a 25Hz resolution, use Windows display adapter properties dialog to set your TV to 60Hz, then try to save the 25Hz again. Doesn't always work, but it does sometimes. |
|
![]() |
![]() |
![]() |
#47998 | Link | |
Registered User
Join Date: Aug 2016
Posts: 872
|
Quote:
I was also getting random black screens when coming out of movies for no reason, with identical settings I didnt get the same on my AMD card. All the issues we are having awith win 10 t the moment seem to stem from the fall update, my system was stable before that. Have you tried a full clean install of GFX drivers, LAV and MADVR? |
|
![]() |
![]() |
![]() |
#47999 | Link | |
Registered User
Join Date: Jul 2012
Posts: 94
|
Quote:
![]() Thx again for pointing me this new tutorial and for your time. |
|
![]() |
![]() |
![]() |
#48000 | Link |
Registered User
Join Date: Jan 2014
Posts: 94
|
is there a way to quickly "convert" a few clips (which still amount to a few thousand frames) through madvr processing without manually screenshooting every single frame?
I know its not the intention of madvr, but I need to convert them as the hardware i plan on showing the clips on unfortunately do/can not run windows or madvr. The enhancements i set within madvr (upscaling, debanding, post processing and so on) do make a huge difference when I tested a short ~5sec sample using the painful screenshot method. obviously, frame deliver is not optimal, but overall quality at near lossless reencoding does work wonders. anyone got a nice script or some tool capable of going through all the frames and exporting them as PNGs or something for further conversion in the appropriate format? |
![]() |
![]() |
![]() |
Tags |
direct compute, dithering, error diffusion, madvr, ngu, nnedi3, quality, renderer, scaling, uhd upscaling, upsampling |
Thread Tools | Search this Thread |
Display Modes | |
|
|