Black frame in MPC Video Renderer
2 posters
Page 1 of 1
Black frame in MPC Video Renderer
Hello. When I enable Direct3D 11 in MPC Video Renderer the screen goes black. Increasing the frame width by pressing NUMPAD6 makes the frame visible again.
Deedee- Posts : 19
Join date : 2020-12-11
Re: Black frame in MPC Video Renderer
Press Ctrl+J to display debug information for the renderer. Then make a screenshot for me. The developers need that info to reproduce the problem.
Re: Black frame in MPC Video Renderer
https://i.postimg.cc/T3Q93sh5/debug.pngAdmin wrote:Press Ctrl+J to display debug information for the renderer. Then make a screenshot for me. The developers need that info to reproduce the problem.
Deedee- Posts : 19
Join date : 2020-12-11
Re: Black frame in MPC Video Renderer
Thanks! This should get fixed soon.
As a workaround you can uncheck the boxes below "DXVA2 and D3D11 video processor". Then it will use Shader processor instead.
As a workaround you can uncheck the boxes below "DXVA2 and D3D11 video processor". Then it will use Shader processor instead.
Re: Black frame in MPC Video Renderer
More information is needed to fix the problem.
Could you download this debug version?
https://www.sendspace.com/file/23eupk
Use the included MpcVideoRenderer64.ax file to replace the file installed by the codec pack.
Then start the included DbgView.exe tool. This is a tool from Microsoft to display debug information.
Play a video using the settings that caused the black screen. Copy the log from DebugView here for me. Thanks!
Could you download this debug version?
https://www.sendspace.com/file/23eupk
Use the included MpcVideoRenderer64.ax file to replace the file installed by the codec pack.
Then start the included DbgView.exe tool. This is a tool from Microsoft to display debug information.
Play a video using the settings that caused the black screen. Copy the log from DebugView here for me. Thanks!
Re: Black frame in MPC Video Renderer
[3516] MpcVideoRenderer64.ax(tid 1018) 0 : CMpcVideoRenderer::CMpcVideoRenderer()
[3516] MpcVideoRenderer64.ax(tid 1018) 0 : Windows 8.1
[3516] MpcVideoRenderer64.ax(tid 1018) 0 : MPC Video Renderer 0.5.3.1672 (git-2021.03.21-7ce6840) x64 DEBUG
[3516] MpcVideoRenderer64.ax(tid 1018) 15 : CDX11VideoProcessor::Init()
[3516] MpcVideoRenderer64.ax(tid 1018) 15 : CDX11VideoProcessor::ReleaseDevice()
[3516] MpcVideoRenderer64.ax(tid 1018) 15 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 15 : CDX11VideoProcessor::ClearPostScaleShaders().
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::Init() : D3D11CreateDevice() successfully with feature level 11.0
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::SetDevice()
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::ReleaseDevice()
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::ClearPostScaleShaders().
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : Supported input DXGI formats (for 1080p):
[3516] B8G8R8A8_UNORM
[3516] B8G8R8X8_UNORM
[3516] B8G8R8A8_UNORM_SRGB
[3516] NV12
[3516] 420_OPAQUE
[3516] YUY2
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : Supported output DXGI formats (for 1080p):
[3516] R16G16B16A16_FLOAT
[3516] R10G10B10A2_UNORM
[3516] R8G8B8A8_UNORM
[3516] R8G8B8A8_UNORM_SRGB
[3516] B8G8R8A8_UNORM
[3516] B8G8R8X8_UNORM
[3516] R10G10B10_XR_BIAS_A2_UNORM
[3516] B8G8R8A8_UNORM_SRGB
[3516] NV12
[3516] MpcVideoRenderer64.ax(tid 1168) 31 : CDX9Device::InitDX9DeviceInternal()
[3516] MpcVideoRenderer64.ax(tid 1168) 31 : Display Mode: 1024x768, 60p
[3516] MpcVideoRenderer64.ax(tid 1168) 58 : => CreateDeviceEx() : S_OK
[3516] MpcVideoRenderer64.ax(tid 1018) 59 : Graphics adapter: AMD Radeon HD 5570 (1002:68D9)
[3516] MpcVideoRenderer64.ax(tid 1018) 64 : Direct3D11 initialization successfully!
[3516] MpcVideoRenderer64.ax(tid 1018) 65 : CDX11VideoProcessor::Init()
[3516] MpcVideoRenderer64.ax(tid 1168) 66 : CDX9Device::InitDX9DeviceInternal()
[3516] MpcVideoRenderer64.ax(tid 1168) 66 : Display Mode: 1024x768, 60p
[3516] MpcVideoRenderer64.ax(tid 1168) 66 : => ResetEx() : S_OK
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitSwapChain() - window
[3516] DXGI WARNING: IDXGIFactory::CreateSwapChain/IDXGISwapChain::ResizeBuffers: The buffer width inferred from the output window is zero. Taking 8 as a reasonable default instead [ MISCELLANEOUS WARNING #1: ]
[3516] DXGI WARNING: IDXGIFactory::CreateSwapChain/IDXGISwapChain::ResizeBuffers: The buffer height inferred from the output window is zero. Taking 8 as a reasonable default instead [ MISCELLANEOUS WARNING #2: ]
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CVideoRendererInputPin::ReceiveConnection()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CMpcVideoRenderer::SetMediaType()
[3516] MajorType : Video
[3516] SubType : NV12
[3516] FormatType: VideoInfo2
[3516] BimapSize : 854 x 480
[3516] SourceRect: (0, 0, 854, 480)
[3516] SizeImage : 614880 bytes
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitMediaType()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : VideoProcessorCaps:
[3516] Device YCbCr matrix conversion: supported
[3516] Device YUV nominal range : supported
[3516] Feature LEGACY : No
[3516] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3516] InputFormat interlaced RGB : NOT supported
[3516] InputFormat RGB ProcAmp : NOT supported
[3516] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CMpcVideoRenderer::CalcImageSize() buffer size changed from 854x480 to 1024x480
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CMpcVideoRenderer::SetMediaType() : upstream filter accepted new media type. QueryAccept return S_OK
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CVideoRendererInputPin::SetNewMediaType()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitMediaType()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : VideoProcessorCaps:
[3516] Device YCbCr matrix conversion: supported
[3516] Device YUV nominal range : supported
[3516] Feature LEGACY : No
[3516] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3516] InputFormat interlaced RGB : NOT supported
[3516] InputFormat RGB ProcAmp : NOT supported
[3516] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[3516] MpcVideoRenderer64.ax(tid 1018) 99 : CVideoRendererInputPin::SetSurfaceType() : set surface type for DXVA2 decoder
[3516] MpcVideoRenderer64.ax(tid 1018) 99 : CVideoRendererInputPin::GetAllocator()
[3516] MpcVideoRenderer64.ax(tid 7f4) 229 : CDX11VideoProcessor::ClearPostScaleShaders().
[3516] MpcVideoRenderer64.ax(tid 7f4) 260 : CMpcVideoRenderer::Pause()
[3516] MpcVideoRenderer64.ax(tid 938) 282 : CMpcVideoRenderer::NewSegment()
[3516] MpcVideoRenderer64.ax(tid d6c) 573 : CMpcVideoRenderer::SetMediaType()
[3516] MajorType : Video
[3516] SubType : NV12
[3516] FormatType: VideoInfo2
[3516] BimapSize : 854 x 480
[3516] SourceRect: (0, 0, 854, 480)
[3516] SizeImage : 614880 bytes
[3516] MpcVideoRenderer64.ax(tid d6c) 573 : CDX11VideoProcessor::InitMediaType()
[3516] MpcVideoRenderer64.ax(tid d6c) 573 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid d6c) 573 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : VideoProcessorCaps:
[3516] Device YCbCr matrix conversion: supported
[3516] Device YUV nominal range : supported
[3516] Feature LEGACY : No
[3516] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3516] InputFormat interlaced RGB : NOT supported
[3516] InputFormat RGB ProcAmp : NOT supported
[3516] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid d6c) 575 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3516] MpcVideoRenderer64.ax(tid d6c) 575 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3516] MpcVideoRenderer64.ax(tid d6c) 575 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 864 x 480
[3516] MpcVideoRenderer64.ax(tid d6c) 575 : VideoProcessorCaps:
[3516] Device YCbCr matrix conversion: supported
[3516] Device YUV nominal range : supported
[3516] Feature LEGACY : No
[3516] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3516] InputFormat interlaced RGB : NOT supported
[3516] InputFormat RGB ProcAmp : NOT supported
[3516] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid d6c) 577 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3516] MpcVideoRenderer64.ax(tid d6c) 577 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3516] MpcVideoRenderer64.ax(tid 99c) 578 : CMpcVideoRenderer::Run()
[3516] MpcVideoRenderer64.ax(tid 7f4) 6774 : CMpcVideoRenderer::Pause()
[3516] MpcVideoRenderer64.ax(tid 7f4) 6782 : CMpcVideoRenderer::Stop()
[3516] MpcVideoRenderer64.ax(tid 7f4) 6784 : CMpcVideoRenderer::BeginFlush()
[3516] MpcVideoRenderer64.ax(tid 7f4) 6789 : CMpcVideoRenderer::EndFlush()
[3516] MpcVideoRenderer64.ax(tid 1018) 6793 : RemoveParentWndProc()
[3516] MpcVideoRenderer64.ax(tid 1018) 6793 : CMpcVideoRenderer::Init() : CreateWindowExW() failed with error 0x8007057e
[3516] MpcVideoRenderer64.ax(tid 1018) 6803 : CMpcVideoRenderer::~CMpcVideoRenderer()
[3516] MpcVideoRenderer64.ax(tid 1018) 6803 : CDX11VideoProcessor::ReleaseDevice()
[3516] MpcVideoRenderer64.ax(tid 1018) 6803 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 6803 : CDX11VideoProcessor::ClearPostScaleShaders().
[3516] D3D11 WARNING: Live ID3D11Device at 0x0000000004A403C0, Refcount: 3 [ STATE_CREATION WARNING #441: LIVE_DEVICE]
[3516] D3D11 WARNING: Live ID3D11Context at 0x0000000004A62EE0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #2097226: LIVE_CONTEXT]
[3516] D3D11 WARNING: Live ID3DDeviceContextState at 0x0000000004A7AE70, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #3145742: LIVE_DEVICECONTEXTSTATE]
[3516] D3D11 WARNING: Live ID3D11BlendState at 0x0000000004A769E0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #435: LIVE_BLENDSTATE]
[3516] D3D11 WARNING: Live ID3D11DepthStencilState at 0x0000000004A76B90, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #436: LIVE_DEPTHSTENCILSTATE]
[3516] D3D11 WARNING: Live ID3D11RasterizerState at 0x0000000004A86190, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #437: LIVE_RASTERIZERSTATE]
[3516] D3D11 WARNING: Live ID3D11Sampler at 0x0000000004A86340, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #434: LIVE_SAMPLER]
[3516] D3D11 WARNING: Live ID3D11Query at 0x0000000004A864F0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #438: LIVE_QUERY]
[3516] MpcVideoRenderer64.ax(tid 1018) 0 : Windows 8.1
[3516] MpcVideoRenderer64.ax(tid 1018) 0 : MPC Video Renderer 0.5.3.1672 (git-2021.03.21-7ce6840) x64 DEBUG
[3516] MpcVideoRenderer64.ax(tid 1018) 15 : CDX11VideoProcessor::Init()
[3516] MpcVideoRenderer64.ax(tid 1018) 15 : CDX11VideoProcessor::ReleaseDevice()
[3516] MpcVideoRenderer64.ax(tid 1018) 15 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 15 : CDX11VideoProcessor::ClearPostScaleShaders().
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::Init() : D3D11CreateDevice() successfully with feature level 11.0
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::SetDevice()
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::ReleaseDevice()
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : CDX11VideoProcessor::ClearPostScaleShaders().
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : Supported input DXGI formats (for 1080p):
[3516] B8G8R8A8_UNORM
[3516] B8G8R8X8_UNORM
[3516] B8G8R8A8_UNORM_SRGB
[3516] NV12
[3516] 420_OPAQUE
[3516] YUY2
[3516] MpcVideoRenderer64.ax(tid 1018) 31 : Supported output DXGI formats (for 1080p):
[3516] R16G16B16A16_FLOAT
[3516] R10G10B10A2_UNORM
[3516] R8G8B8A8_UNORM
[3516] R8G8B8A8_UNORM_SRGB
[3516] B8G8R8A8_UNORM
[3516] B8G8R8X8_UNORM
[3516] R10G10B10_XR_BIAS_A2_UNORM
[3516] B8G8R8A8_UNORM_SRGB
[3516] NV12
[3516] MpcVideoRenderer64.ax(tid 1168) 31 : CDX9Device::InitDX9DeviceInternal()
[3516] MpcVideoRenderer64.ax(tid 1168) 31 : Display Mode: 1024x768, 60p
[3516] MpcVideoRenderer64.ax(tid 1168) 58 : => CreateDeviceEx() : S_OK
[3516] MpcVideoRenderer64.ax(tid 1018) 59 : Graphics adapter: AMD Radeon HD 5570 (1002:68D9)
[3516] MpcVideoRenderer64.ax(tid 1018) 64 : Direct3D11 initialization successfully!
[3516] MpcVideoRenderer64.ax(tid 1018) 65 : CDX11VideoProcessor::Init()
[3516] MpcVideoRenderer64.ax(tid 1168) 66 : CDX9Device::InitDX9DeviceInternal()
[3516] MpcVideoRenderer64.ax(tid 1168) 66 : Display Mode: 1024x768, 60p
[3516] MpcVideoRenderer64.ax(tid 1168) 66 : => ResetEx() : S_OK
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitSwapChain() - window
[3516] DXGI WARNING: IDXGIFactory::CreateSwapChain/IDXGISwapChain::ResizeBuffers: The buffer width inferred from the output window is zero. Taking 8 as a reasonable default instead [ MISCELLANEOUS WARNING #1: ]
[3516] DXGI WARNING: IDXGIFactory::CreateSwapChain/IDXGISwapChain::ResizeBuffers: The buffer height inferred from the output window is zero. Taking 8 as a reasonable default instead [ MISCELLANEOUS WARNING #2: ]
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CVideoRendererInputPin::ReceiveConnection()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CMpcVideoRenderer::SetMediaType()
[3516] MajorType : Video
[3516] SubType : NV12
[3516] FormatType: VideoInfo2
[3516] BimapSize : 854 x 480
[3516] SourceRect: (0, 0, 854, 480)
[3516] SizeImage : 614880 bytes
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitMediaType()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : VideoProcessorCaps:
[3516] Device YCbCr matrix conversion: supported
[3516] Device YUV nominal range : supported
[3516] Feature LEGACY : No
[3516] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3516] InputFormat interlaced RGB : NOT supported
[3516] InputFormat RGB ProcAmp : NOT supported
[3516] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CMpcVideoRenderer::CalcImageSize() buffer size changed from 854x480 to 1024x480
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CMpcVideoRenderer::SetMediaType() : upstream filter accepted new media type. QueryAccept return S_OK
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CVideoRendererInputPin::SetNewMediaType()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitMediaType()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : VideoProcessorCaps:
[3516] Device YCbCr matrix conversion: supported
[3516] Device YUV nominal range : supported
[3516] Feature LEGACY : No
[3516] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3516] InputFormat interlaced RGB : NOT supported
[3516] InputFormat RGB ProcAmp : NOT supported
[3516] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3516] MpcVideoRenderer64.ax(tid 1018) 66 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[3516] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[3516] MpcVideoRenderer64.ax(tid 1018) 99 : CVideoRendererInputPin::SetSurfaceType() : set surface type for DXVA2 decoder
[3516] MpcVideoRenderer64.ax(tid 1018) 99 : CVideoRendererInputPin::GetAllocator()
[3516] MpcVideoRenderer64.ax(tid 7f4) 229 : CDX11VideoProcessor::ClearPostScaleShaders().
[3516] MpcVideoRenderer64.ax(tid 7f4) 260 : CMpcVideoRenderer::Pause()
[3516] MpcVideoRenderer64.ax(tid 938) 282 : CMpcVideoRenderer::NewSegment()
[3516] MpcVideoRenderer64.ax(tid d6c) 573 : CMpcVideoRenderer::SetMediaType()
[3516] MajorType : Video
[3516] SubType : NV12
[3516] FormatType: VideoInfo2
[3516] BimapSize : 854 x 480
[3516] SourceRect: (0, 0, 854, 480)
[3516] SizeImage : 614880 bytes
[3516] MpcVideoRenderer64.ax(tid d6c) 573 : CDX11VideoProcessor::InitMediaType()
[3516] MpcVideoRenderer64.ax(tid d6c) 573 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid d6c) 573 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : VideoProcessorCaps:
[3516] Device YCbCr matrix conversion: supported
[3516] Device YUV nominal range : supported
[3516] Feature LEGACY : No
[3516] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3516] InputFormat interlaced RGB : NOT supported
[3516] InputFormat RGB ProcAmp : NOT supported
[3516] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid d6c) 574 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid d6c) 575 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3516] MpcVideoRenderer64.ax(tid d6c) 575 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3516] MpcVideoRenderer64.ax(tid d6c) 575 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 864 x 480
[3516] MpcVideoRenderer64.ax(tid d6c) 575 : VideoProcessorCaps:
[3516] Device YCbCr matrix conversion: supported
[3516] Device YUV nominal range : supported
[3516] Feature LEGACY : No
[3516] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3516] InputFormat interlaced RGB : NOT supported
[3516] InputFormat RGB ProcAmp : NOT supported
[3516] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid d6c) 576 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3516] MpcVideoRenderer64.ax(tid d6c) 577 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3516] MpcVideoRenderer64.ax(tid d6c) 577 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3516] MpcVideoRenderer64.ax(tid 99c) 578 : CMpcVideoRenderer::Run()
[3516] MpcVideoRenderer64.ax(tid 7f4) 6774 : CMpcVideoRenderer::Pause()
[3516] MpcVideoRenderer64.ax(tid 7f4) 6782 : CMpcVideoRenderer::Stop()
[3516] MpcVideoRenderer64.ax(tid 7f4) 6784 : CMpcVideoRenderer::BeginFlush()
[3516] MpcVideoRenderer64.ax(tid 7f4) 6789 : CMpcVideoRenderer::EndFlush()
[3516] MpcVideoRenderer64.ax(tid 1018) 6793 : RemoveParentWndProc()
[3516] MpcVideoRenderer64.ax(tid 1018) 6793 : CMpcVideoRenderer::Init() : CreateWindowExW() failed with error 0x8007057e
[3516] MpcVideoRenderer64.ax(tid 1018) 6803 : CMpcVideoRenderer::~CMpcVideoRenderer()
[3516] MpcVideoRenderer64.ax(tid 1018) 6803 : CDX11VideoProcessor::ReleaseDevice()
[3516] MpcVideoRenderer64.ax(tid 1018) 6803 : CDX11VideoProcessor::ReleaseVP()
[3516] MpcVideoRenderer64.ax(tid 1018) 6803 : CDX11VideoProcessor::ClearPostScaleShaders().
[3516] D3D11 WARNING: Live ID3D11Device at 0x0000000004A403C0, Refcount: 3 [ STATE_CREATION WARNING #441: LIVE_DEVICE]
[3516] D3D11 WARNING: Live ID3D11Context at 0x0000000004A62EE0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #2097226: LIVE_CONTEXT]
[3516] D3D11 WARNING: Live ID3DDeviceContextState at 0x0000000004A7AE70, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #3145742: LIVE_DEVICECONTEXTSTATE]
[3516] D3D11 WARNING: Live ID3D11BlendState at 0x0000000004A769E0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #435: LIVE_BLENDSTATE]
[3516] D3D11 WARNING: Live ID3D11DepthStencilState at 0x0000000004A76B90, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #436: LIVE_DEPTHSTENCILSTATE]
[3516] D3D11 WARNING: Live ID3D11RasterizerState at 0x0000000004A86190, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #437: LIVE_RASTERIZERSTATE]
[3516] D3D11 WARNING: Live ID3D11Sampler at 0x0000000004A86340, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #434: LIVE_SAMPLER]
[3516] D3D11 WARNING: Live ID3D11Query at 0x0000000004A864F0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #438: LIVE_QUERY]
Deedee- Posts : 19
Join date : 2020-12-11
Re: Black frame in MPC Video Renderer
Thanks!
Please keep an eye on this topic. I might need to ask you to test a fixed version later.
Please keep an eye on this topic. I might need to ask you to test a fixed version later.
Re: Black frame in MPC Video Renderer
Could you test this new debug version?
https://www.sendspace.com/file/uxk7zq
https://www.sendspace.com/file/uxk7zq
Re: Black frame in MPC Video Renderer
The frame is still black. Here's the log:Admin wrote:Could you test this new debug version?
https://www.sendspace.com/file/uxk7zq
[2224] MpcVideoRenderer64.ax(tid 111c) 0 : CMpcVideoRenderer::CMpcVideoRenderer()
[2224] MpcVideoRenderer64.ax(tid 111c) 0 : Windows 8.1
[2224] MpcVideoRenderer64.ax(tid 111c) 0 : MPC Video Renderer 0.5.3.1677 (git-2021.03.23-229f1c9) x64 DEBUG
[2224] MpcVideoRenderer64.ax(tid 111c) 15 : CDX11VideoProcessor::Init()
[2224] MpcVideoRenderer64.ax(tid 111c) 15 : CDX11VideoProcessor::ReleaseDevice()
[2224] MpcVideoRenderer64.ax(tid 111c) 15 : CDX11VideoProcessor::ReleaseVP()
[2224] MpcVideoRenderer64.ax(tid 111c) 15 : CDX11VideoProcessor::ClearPostScaleShaders().
[2224] MpcVideoRenderer64.ax(tid 111c) 20 : CDX11VideoProcessor::Init() : D3D11CreateDevice() successfully with feature level 11.0
[2224] MpcVideoRenderer64.ax(tid 111c) 20 : CDX11VideoProcessor::SetDevice()
[2224] MpcVideoRenderer64.ax(tid 111c) 20 : CDX11VideoProcessor::ReleaseDevice()
[2224] MpcVideoRenderer64.ax(tid 111c) 20 : CDX11VideoProcessor::ReleaseVP()
[2224] MpcVideoRenderer64.ax(tid 111c) 20 : CDX11VideoProcessor::ClearPostScaleShaders().
[2224] MpcVideoRenderer64.ax(tid 111c) 26 : Supported input DXGI formats (for 1080p):
[2224] B8G8R8A8_UNORM
[2224] B8G8R8X8_UNORM
[2224] B8G8R8A8_UNORM_SRGB
[2224] NV12
[2224] 420_OPAQUE
[2224] YUY2
[2224] MpcVideoRenderer64.ax(tid 111c) 26 : Supported output DXGI formats (for 1080p):
[2224] R16G16B16A16_FLOAT
[2224] R10G10B10A2_UNORM
[2224] R8G8B8A8_UNORM
[2224] R8G8B8A8_UNORM_SRGB
[2224] B8G8R8A8_UNORM
[2224] B8G8R8X8_UNORM
[2224] R10G10B10_XR_BIAS_A2_UNORM
[2224] B8G8R8A8_UNORM_SRGB
[2224] NV12
[2224] MpcVideoRenderer64.ax(tid 9bc) 28 : CDX9Device::InitDX9DeviceInternal()
[2224] MpcVideoRenderer64.ax(tid 9bc) 29 : Display Mode: 1024x768, 60p
[2224] MpcVideoRenderer64.ax(tid 9bc) 46 : => CreateDeviceEx() : S_OK
[2224] MpcVideoRenderer64.ax(tid 111c) 46 : Graphics adapter: AMD Radeon HD 5570 (1002:68D9)
[2224] MpcVideoRenderer64.ax(tid 111c) 50 : Direct3D11 initialization successfully!
[2224] MpcVideoRenderer64.ax(tid 111c) 51 : CDX11VideoProcessor::Init()
[2224] MpcVideoRenderer64.ax(tid 9bc) 51 : CDX9Device::InitDX9DeviceInternal()
[2224] MpcVideoRenderer64.ax(tid 9bc) 52 : Display Mode: 1024x768, 60p
[2224] MpcVideoRenderer64.ax(tid 9bc) 52 : => ResetEx() : S_OK
[2224] MpcVideoRenderer64.ax(tid 111c) 52 : CDX11VideoProcessor::InitSwapChain() - window
[2224] DXGI WARNING: IDXGIFactory::CreateSwapChain/IDXGISwapChain::ResizeBuffers: The buffer width inferred from the output window is zero. Taking 8 as a reasonable default instead [ MISCELLANEOUS WARNING #1: ]
[2224] DXGI WARNING: IDXGIFactory::CreateSwapChain/IDXGISwapChain::ResizeBuffers: The buffer height inferred from the output window is zero. Taking 8 as a reasonable default instead [ MISCELLANEOUS WARNING #2: ]
[2224] MpcVideoRenderer64.ax(tid 111c) 53 : CVideoRendererInputPin::ReceiveConnection()
[2224] MpcVideoRenderer64.ax(tid 111c) 53 : CMpcVideoRenderer::SetMediaType()
[2224] MajorType : Video
[2224] SubType : NV12
[2224] FormatType: VideoInfo2
[2224] BimapSize : 854 x 480
[2224] SourceRect: (0, 0, 854, 480)
[2224] SizeImage : 614880 bytes
[2224] MpcVideoRenderer64.ax(tid 111c) 53 : CDX11VideoProcessor::InitMediaType()
[2224] MpcVideoRenderer64.ax(tid 111c) 53 : CDX11VideoProcessor::ReleaseVP()
[2224] MpcVideoRenderer64.ax(tid 111c) 53 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[2224] MpcVideoRenderer64.ax(tid 111c) 53 : VideoProcessorCaps:
[2224] Device YCbCr matrix conversion: supported
[2224] Device YUV nominal range : supported
[2224] Feature LEGACY : No
[2224] Filter capabilities : Brightness, Contrast, Hue, Saturation
[2224] InputFormat interlaced RGB : NOT supported
[2224] InputFormat RGB ProcAmp : NOT supported
[2224] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] MpcVideoRenderer64.ax(tid 111c) 54 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[2224] MpcVideoRenderer64.ax(tid 111c) 54 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[2224] MpcVideoRenderer64.ax(tid 111c) 54 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[2224] MpcVideoRenderer64.ax(tid 111c) 54 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[2224] MpcVideoRenderer64.ax(tid 111c) 54 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[2224] MpcVideoRenderer64.ax(tid 111c) 54 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[2224] MpcVideoRenderer64.ax(tid 111c) 55 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[2224] MpcVideoRenderer64.ax(tid 111c) 55 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[2224] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[2224] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[2224] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[2224] MpcVideoRenderer64.ax(tid 111c) 55 : CMpcVideoRenderer::CalcImageSize() buffer size changed from 854x480 to 1024x480
[2224] MpcVideoRenderer64.ax(tid 111c) 55 : CMpcVideoRenderer::SetMediaType() : upstream filter accepted new media type. QueryAccept return S_OK
[2224] MpcVideoRenderer64.ax(tid 111c) 55 : CVideoRendererInputPin::SetNewMediaType()
[2224] MpcVideoRenderer64.ax(tid 111c) 55 : CDX11VideoProcessor::InitMediaType()
[2224] MpcVideoRenderer64.ax(tid 111c) 55 : CDX11VideoProcessor::ReleaseVP()
[2224] MpcVideoRenderer64.ax(tid 111c) 56 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[2224] MpcVideoRenderer64.ax(tid 111c) 56 : VideoProcessorCaps:
[2224] Device YCbCr matrix conversion: supported
[2224] Device YUV nominal range : supported
[2224] Feature LEGACY : No
[2224] Filter capabilities : Brightness, Contrast, Hue, Saturation
[2224] InputFormat interlaced RGB : NOT supported
[2224] InputFormat RGB ProcAmp : NOT supported
[2224] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] MpcVideoRenderer64.ax(tid 111c) 56 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[2224] MpcVideoRenderer64.ax(tid 111c) 56 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[2224] MpcVideoRenderer64.ax(tid 111c) 56 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[2224] MpcVideoRenderer64.ax(tid 111c) 56 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[2224] MpcVideoRenderer64.ax(tid 111c) 56 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[2224] MpcVideoRenderer64.ax(tid 111c) 56 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[2224] MpcVideoRenderer64.ax(tid 111c) 61 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[2224] MpcVideoRenderer64.ax(tid 111c) 61 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[2224] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[2224] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[2224] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[2224] MpcVideoRenderer64.ax(tid 111c) 90 : CVideoRendererInputPin::SetSurfaceType() : set surface type for DXVA2 decoder
[2224] MpcVideoRenderer64.ax(tid 111c) 90 : CVideoRendererInputPin::GetAllocator()
[2224] MpcVideoRenderer64.ax(tid db4) 209 : CDX11VideoProcessor::ClearPostScaleShaders().
[2224] MpcVideoRenderer64.ax(tid db4) 236 : CMpcVideoRenderer::Pause()
[2224] MpcVideoRenderer64.ax(tid a04) 264 : CMpcVideoRenderer::NewSegment()
[2224] MpcVideoRenderer64.ax(tid dd0) 605 : CMpcVideoRenderer::SetMediaType()
[2224] MajorType : Video
[2224] SubType : NV12
[2224] FormatType: VideoInfo2
[2224] BimapSize : 854 x 480
[2224] SourceRect: (0, 0, 854, 480)
[2224] SizeImage : 614880 bytes
[2224] MpcVideoRenderer64.ax(tid dd0) 605 : CDX11VideoProcessor::InitMediaType()
[2224] MpcVideoRenderer64.ax(tid dd0) 606 : CDX11VideoProcessor::ReleaseVP()
[2224] MpcVideoRenderer64.ax(tid dd0) 606 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[2224] MpcVideoRenderer64.ax(tid dd0) 606 : VideoProcessorCaps:
[2224] Device YCbCr matrix conversion: supported
[2224] Device YUV nominal range : supported
[2224] Feature LEGACY : No
[2224] Filter capabilities : Brightness, Contrast, Hue, Saturation
[2224] InputFormat interlaced RGB : NOT supported
[2224] InputFormat RGB ProcAmp : NOT supported
[2224] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] MpcVideoRenderer64.ax(tid dd0) 607 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[2224] MpcVideoRenderer64.ax(tid dd0) 607 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[2224] MpcVideoRenderer64.ax(tid dd0) 607 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[2224] MpcVideoRenderer64.ax(tid dd0) 607 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[2224] MpcVideoRenderer64.ax(tid dd0) 607 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[2224] MpcVideoRenderer64.ax(tid dd0) 607 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[2224] MpcVideoRenderer64.ax(tid dd0) 607 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[2224] MpcVideoRenderer64.ax(tid dd0) 608 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[2224] MpcVideoRenderer64.ax(tid dd0) 608 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 864 x 480
[2224] MpcVideoRenderer64.ax(tid dd0) 608 : VideoProcessorCaps:
[2224] Device YCbCr matrix conversion: supported
[2224] Device YUV nominal range : supported
[2224] Feature LEGACY : No
[2224] Filter capabilities : Brightness, Contrast, Hue, Saturation
[2224] InputFormat interlaced RGB : NOT supported
[2224] InputFormat RGB ProcAmp : NOT supported
[2224] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[2224] MpcVideoRenderer64.ax(tid dd0) 608 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[2224] MpcVideoRenderer64.ax(tid dd0) 608 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[2224] MpcVideoRenderer64.ax(tid dd0) 608 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[2224] MpcVideoRenderer64.ax(tid dd0) 609 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[2224] MpcVideoRenderer64.ax(tid dd0) 609 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[2224] MpcVideoRenderer64.ax(tid dd0) 609 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[2224] MpcVideoRenderer64.ax(tid dd0) 609 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[2224] MpcVideoRenderer64.ax(tid dd0) 610 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[2224] MpcVideoRenderer64.ax(tid f60) 613 : CMpcVideoRenderer::Run()
[2224] MpcVideoRenderer64.ax(tid db4) 728 : call SetWindowPos() function during Present()
[2224] MpcVideoRenderer64.ax(tid db4) 5633 : CMpcVideoRenderer::Pause()
[2224] MpcVideoRenderer64.ax(tid db4) 5636 : CMpcVideoRenderer::Stop()
[2224] MpcVideoRenderer64.ax(tid db4) 5638 : CMpcVideoRenderer::BeginFlush()
[2224] MpcVideoRenderer64.ax(tid db4) 5645 : CMpcVideoRenderer::EndFlush()
[2224] MpcVideoRenderer64.ax(tid 111c) 5649 : RemoveParentWndProc()
[2224] MpcVideoRenderer64.ax(tid 111c) 5650 : CMpcVideoRenderer::Init() : CreateWindowExW() failed with error 0x8007057e
[2224] MpcVideoRenderer64.ax(tid 111c) 5669 : CMpcVideoRenderer::~CMpcVideoRenderer()
[2224] MpcVideoRenderer64.ax(tid 111c) 5669 : CDX11VideoProcessor::ReleaseDevice()
[2224] MpcVideoRenderer64.ax(tid 111c) 5669 : CDX11VideoProcessor::ReleaseVP()
[2224] MpcVideoRenderer64.ax(tid 111c) 5669 : CDX11VideoProcessor::ClearPostScaleShaders().
[2224] D3D11 WARNING: Live ID3D11Device at 0x0000000005008130, Refcount: 3 [ STATE_CREATION WARNING #441: LIVE_DEVICE]
[2224] D3D11 WARNING: Live ID3D11Context at 0x000000000502AF50, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #2097226: LIVE_CONTEXT]
[2224] D3D11 WARNING: Live ID3DDeviceContextState at 0x0000000005042EE0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #3145742: LIVE_DEVICECONTEXTSTATE]
[2224] D3D11 WARNING: Live ID3D11BlendState at 0x000000000503EA50, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #435: LIVE_BLENDSTATE]
[2224] D3D11 WARNING: Live ID3D11DepthStencilState at 0x000000000503EC00, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #436: LIVE_DEPTHSTENCILSTATE]
[2224] D3D11 WARNING: Live ID3D11RasterizerState at 0x000000000504E200, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #437: LIVE_RASTERIZERSTATE]
[2224] D3D11 WARNING: Live ID3D11Sampler at 0x000000000504E3B0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #434: LIVE_SAMPLER]
[2224] D3D11 WARNING: Live ID3D11Query at 0x000000000504E560, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #438: LIVE_QUERY]
Deedee- Posts : 19
Join date : 2020-12-11
Re: Black frame in MPC Video Renderer
Another version with a bit more logging:
https://www.sendspace.com/file/yckwlz
Can you make a screenshot for me from DXVAChecker?
https://bluesky-soft.com/en/DXVAChecker.html
Download link is on bottom of that page.
I need a screenshot of:
"Processor Device" tab => D3D11 => Processor Caps
Thanks for your patience. It is difficult to figure out what exactly causes the failure on your GPU.
https://www.sendspace.com/file/yckwlz
Can you make a screenshot for me from DXVAChecker?
https://bluesky-soft.com/en/DXVAChecker.html
Download link is on bottom of that page.
I need a screenshot of:
"Processor Device" tab => D3D11 => Processor Caps
Thanks for your patience. It is difficult to figure out what exactly causes the failure on your GPU.
Re: Black frame in MPC Video Renderer
Sure thing. The screenshot:
https://postimg.cc/XpXjq3n4
And the log:
[3688] MpcVideoRenderer64.ax(tid 1e0) 0 : CMpcVideoRenderer::CMpcVideoRenderer()
[3688] MpcVideoRenderer64.ax(tid 1e0) 1 : Windows 8.1
[3688] MpcVideoRenderer64.ax(tid 1e0) 1 : MPC Video Renderer 0.5.3.1677 (git-2021.03.23-229f1c9) x64 DEBUG
[3688] MpcVideoRenderer64.ax(tid 1e0) 14 : CDX11VideoProcessor::Init()
[3688] MpcVideoRenderer64.ax(tid 1e0) 15 : CDX11VideoProcessor::ReleaseDevice()
[3688] MpcVideoRenderer64.ax(tid 1e0) 15 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 15 : CDX11VideoProcessor::ClearPostScaleShaders().
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::Init() : D3D11CreateDevice() successfully with feature level 11.0
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::SetDevice()
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::ReleaseDevice()
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::ClearPostScaleShaders().
[3688] MpcVideoRenderer64.ax(tid 1e0) 26 : Supported input DXGI formats (for 1080p):
[3688] B8G8R8A8_UNORM
[3688] B8G8R8X8_UNORM
[3688] B8G8R8A8_UNORM_SRGB
[3688] NV12
[3688] 420_OPAQUE
[3688] YUY2
[3688] MpcVideoRenderer64.ax(tid 1e0) 26 : Supported output DXGI formats (for 1080p):
[3688] R16G16B16A16_FLOAT
[3688] R10G10B10A2_UNORM
[3688] R8G8B8A8_UNORM
[3688] R8G8B8A8_UNORM_SRGB
[3688] B8G8R8A8_UNORM
[3688] B8G8R8X8_UNORM
[3688] R10G10B10_XR_BIAS_A2_UNORM
[3688] B8G8R8A8_UNORM_SRGB
[3688] NV12
[3688] MpcVideoRenderer64.ax(tid e8c) 30 : CDX9Device::InitDX9DeviceInternal()
[3688] MpcVideoRenderer64.ax(tid e8c) 30 : Display Mode: 1024x768, 60p
[3688] MpcVideoRenderer64.ax(tid e8c) 47 : => CreateDeviceEx() : S_OK
[3688] MpcVideoRenderer64.ax(tid 1e0) 47 : Graphics adapter: AMD Radeon HD 5570 (1002:68D9)
[3688] MpcVideoRenderer64.ax(tid 1e0) 52 : Direct3D11 initialization successfully!
[3688] MpcVideoRenderer64.ax(tid 1e0) 53 : CDX11VideoProcessor::Init()
[3688] MpcVideoRenderer64.ax(tid e8c) 53 : CDX9Device::InitDX9DeviceInternal()
[3688] MpcVideoRenderer64.ax(tid e8c) 53 : Display Mode: 1024x768, 60p
[3688] MpcVideoRenderer64.ax(tid e8c) 54 : => ResetEx() : S_OK
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CDX11VideoProcessor::InitSwapChain() - window
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CDX11VideoProcessor::InitSwapChain() - size invalid
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CVideoRendererInputPin::ReceiveConnection()
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CMpcVideoRenderer::SetMediaType()
[3688] MajorType : Video
[3688] SubType : NV12
[3688] FormatType: VideoInfo2
[3688] BimapSize : 854 x 480
[3688] SourceRect: (0, 0, 854, 480)
[3688] SizeImage : 614880 bytes
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CDX11VideoProcessor::InitMediaType()
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : VideoProcessorCaps:
[3688] Device YCbCr matrix conversion: supported
[3688] Device YUV nominal range : supported
[3688] Feature LEGACY : No
[3688] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3688] InputFormat interlaced RGB : NOT supported
[3688] InputFormat RGB ProcAmp : NOT supported
[3688] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CMpcVideoRenderer::CalcImageSize() buffer size changed from 854x480 to 1024x480
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CMpcVideoRenderer::SetMediaType() : upstream filter accepted new media type. QueryAccept return S_OK
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CVideoRendererInputPin::SetNewMediaType()
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CDX11VideoProcessor::InitMediaType()
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : VideoProcessorCaps:
[3688] Device YCbCr matrix conversion: supported
[3688] Device YUV nominal range : supported
[3688] Feature LEGACY : No
[3688] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3688] InputFormat interlaced RGB : NOT supported
[3688] InputFormat RGB ProcAmp : NOT supported
[3688] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid 1e0) 62 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3688] MpcVideoRenderer64.ax(tid 1e0) 62 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[3688] MpcVideoRenderer64.ax(tid 1e0) 87 : CVideoRendererInputPin::SetSurfaceType() : set surface type for DXVA2 decoder
[3688] MpcVideoRenderer64.ax(tid 1e0) 87 : CVideoRendererInputPin::GetAllocator()
[3688] MpcVideoRenderer64.ax(tid 6d8) 206 : CDX11VideoProcessor::ClearPostScaleShaders().
[3688] MpcVideoRenderer64.ax(tid 6d8) 231 : CMpcVideoRenderer::Pause()
[3688] MpcVideoRenderer64.ax(tid e74) 265 : CMpcVideoRenderer::NewSegment()
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : CMpcVideoRenderer::SetMediaType()
[3688] MajorType : Video
[3688] SubType : NV12
[3688] FormatType: VideoInfo2
[3688] BimapSize : 854 x 480
[3688] SourceRect: (0, 0, 854, 480)
[3688] SizeImage : 614880 bytes
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : CDX11VideoProcessor::InitMediaType()
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : VideoProcessorCaps:
[3688] Device YCbCr matrix conversion: supported
[3688] Device YUV nominal range : supported
[3688] Feature LEGACY : No
[3688] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3688] InputFormat interlaced RGB : NOT supported
[3688] InputFormat RGB ProcAmp : NOT supported
[3688] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid bc0) 574 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3688] MpcVideoRenderer64.ax(tid bc0) 574 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3688] MpcVideoRenderer64.ax(tid db0) 583 : CMpcVideoRenderer::Run()
[3688] MpcVideoRenderer64.ax(tid 6d8) 14515 : CMpcVideoRenderer::Pause()
[3688] MpcVideoRenderer64.ax(tid 6d8) 14517 : CMpcVideoRenderer::Stop()
[3688] MpcVideoRenderer64.ax(tid 6d8) 14518 : CMpcVideoRenderer::BeginFlush()
[3688] MpcVideoRenderer64.ax(tid 6d8) 14519 : CMpcVideoRenderer::EndFlush()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14524 : RemoveParentWndProc()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14524 : CMpcVideoRenderer::Init() : CreateWindowExW() failed with error 0x8007057e
[3688] MpcVideoRenderer64.ax(tid 1e0) 14530 : CMpcVideoRenderer::~CMpcVideoRenderer()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14531 : CDX11VideoProcessor::ReleaseDevice()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14531 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14531 : CDX11VideoProcessor::ClearPostScaleShaders().
[3688] D3D11 WARNING: Live ID3D11Device at 0x0000000004FD20D0, Refcount: 3 [ STATE_CREATION WARNING #441: LIVE_DEVICE]
[3688] D3D11 WARNING: Live ID3D11Context at 0x0000000004FF2E10, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #2097226: LIVE_CONTEXT]
[3688] D3D11 WARNING: Live ID3DDeviceContextState at 0x000000000500ADA0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #3145742: LIVE_DEVICECONTEXTSTATE]
[3688] D3D11 WARNING: Live ID3D11BlendState at 0x0000000005006910, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #435: LIVE_BLENDSTATE]
[3688] D3D11 WARNING: Live ID3D11DepthStencilState at 0x0000000005006AC0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #436: LIVE_DEPTHSTENCILSTATE]
[3688] D3D11 WARNING: Live ID3D11RasterizerState at 0x0000000004FD7930, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #437: LIVE_RASTERIZERSTATE]
[3688] D3D11 WARNING: Live ID3D11Sampler at 0x0000000004FD7AE0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #434: LIVE_SAMPLER]
[3688] D3D11 WARNING: Live ID3D11Query at 0x0000000004FD7C90, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #438: LIVE_QUERY]
https://postimg.cc/XpXjq3n4
And the log:
[3688] MpcVideoRenderer64.ax(tid 1e0) 0 : CMpcVideoRenderer::CMpcVideoRenderer()
[3688] MpcVideoRenderer64.ax(tid 1e0) 1 : Windows 8.1
[3688] MpcVideoRenderer64.ax(tid 1e0) 1 : MPC Video Renderer 0.5.3.1677 (git-2021.03.23-229f1c9) x64 DEBUG
[3688] MpcVideoRenderer64.ax(tid 1e0) 14 : CDX11VideoProcessor::Init()
[3688] MpcVideoRenderer64.ax(tid 1e0) 15 : CDX11VideoProcessor::ReleaseDevice()
[3688] MpcVideoRenderer64.ax(tid 1e0) 15 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 15 : CDX11VideoProcessor::ClearPostScaleShaders().
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::Init() : D3D11CreateDevice() successfully with feature level 11.0
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::SetDevice()
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::ReleaseDevice()
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 20 : CDX11VideoProcessor::ClearPostScaleShaders().
[3688] MpcVideoRenderer64.ax(tid 1e0) 26 : Supported input DXGI formats (for 1080p):
[3688] B8G8R8A8_UNORM
[3688] B8G8R8X8_UNORM
[3688] B8G8R8A8_UNORM_SRGB
[3688] NV12
[3688] 420_OPAQUE
[3688] YUY2
[3688] MpcVideoRenderer64.ax(tid 1e0) 26 : Supported output DXGI formats (for 1080p):
[3688] R16G16B16A16_FLOAT
[3688] R10G10B10A2_UNORM
[3688] R8G8B8A8_UNORM
[3688] R8G8B8A8_UNORM_SRGB
[3688] B8G8R8A8_UNORM
[3688] B8G8R8X8_UNORM
[3688] R10G10B10_XR_BIAS_A2_UNORM
[3688] B8G8R8A8_UNORM_SRGB
[3688] NV12
[3688] MpcVideoRenderer64.ax(tid e8c) 30 : CDX9Device::InitDX9DeviceInternal()
[3688] MpcVideoRenderer64.ax(tid e8c) 30 : Display Mode: 1024x768, 60p
[3688] MpcVideoRenderer64.ax(tid e8c) 47 : => CreateDeviceEx() : S_OK
[3688] MpcVideoRenderer64.ax(tid 1e0) 47 : Graphics adapter: AMD Radeon HD 5570 (1002:68D9)
[3688] MpcVideoRenderer64.ax(tid 1e0) 52 : Direct3D11 initialization successfully!
[3688] MpcVideoRenderer64.ax(tid 1e0) 53 : CDX11VideoProcessor::Init()
[3688] MpcVideoRenderer64.ax(tid e8c) 53 : CDX9Device::InitDX9DeviceInternal()
[3688] MpcVideoRenderer64.ax(tid e8c) 53 : Display Mode: 1024x768, 60p
[3688] MpcVideoRenderer64.ax(tid e8c) 54 : => ResetEx() : S_OK
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CDX11VideoProcessor::InitSwapChain() - window
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CDX11VideoProcessor::InitSwapChain() - size invalid
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CVideoRendererInputPin::ReceiveConnection()
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CMpcVideoRenderer::SetMediaType()
[3688] MajorType : Video
[3688] SubType : NV12
[3688] FormatType: VideoInfo2
[3688] BimapSize : 854 x 480
[3688] SourceRect: (0, 0, 854, 480)
[3688] SizeImage : 614880 bytes
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CDX11VideoProcessor::InitMediaType()
[3688] MpcVideoRenderer64.ax(tid 1e0) 54 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : VideoProcessorCaps:
[3688] Device YCbCr matrix conversion: supported
[3688] Device YUV nominal range : supported
[3688] Feature LEGACY : No
[3688] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3688] InputFormat interlaced RGB : NOT supported
[3688] InputFormat RGB ProcAmp : NOT supported
[3688] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid 1e0) 55 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CMpcVideoRenderer::CalcImageSize() buffer size changed from 854x480 to 1024x480
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CMpcVideoRenderer::SetMediaType() : upstream filter accepted new media type. QueryAccept return S_OK
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CVideoRendererInputPin::SetNewMediaType()
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CDX11VideoProcessor::InitMediaType()
[3688] MpcVideoRenderer64.ax(tid 1e0) 57 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : VideoProcessorCaps:
[3688] Device YCbCr matrix conversion: supported
[3688] Device YUV nominal range : supported
[3688] Feature LEGACY : No
[3688] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3688] InputFormat interlaced RGB : NOT supported
[3688] InputFormat RGB ProcAmp : NOT supported
[3688] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid 1e0) 58 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid 1e0) 62 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3688] MpcVideoRenderer64.ax(tid 1e0) 62 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: The Dimensions are invalid. For feature level D3D_FEATURE_LEVEL_11_0, the Width (value = 0) must be between 1 and 16384, inclusively. The Height (value = 0) must be between 1 and 16384, inclusively. And, the ArraySize (value = 1) must be between 1 and 2048, inclusively. [ STATE_CREATION ERROR #101: CREATETEXTURE2D_INVALIDDIMENSIONS]
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: MipLevels invalid. With the dimensions of Width = 0, Height = 0, and ArraySize = 1, MipLevels (value = 1) must be between 1 and 0, inclusively. [ STATE_CREATION ERROR #102: CREATETEXTURE2D_INVALIDMIPLEVELS]
[3688] D3D11 ERROR: ID3D11Device::CreateTexture2D: Returning E_INVALIDARG, meaning invalid parameters were passed. [ STATE_CREATION ERROR #104: CREATETEXTURE2D_INVALIDARG_RETURN]
[3688] MpcVideoRenderer64.ax(tid 1e0) 87 : CVideoRendererInputPin::SetSurfaceType() : set surface type for DXVA2 decoder
[3688] MpcVideoRenderer64.ax(tid 1e0) 87 : CVideoRendererInputPin::GetAllocator()
[3688] MpcVideoRenderer64.ax(tid 6d8) 206 : CDX11VideoProcessor::ClearPostScaleShaders().
[3688] MpcVideoRenderer64.ax(tid 6d8) 231 : CMpcVideoRenderer::Pause()
[3688] MpcVideoRenderer64.ax(tid e74) 265 : CMpcVideoRenderer::NewSegment()
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : CMpcVideoRenderer::SetMediaType()
[3688] MajorType : Video
[3688] SubType : NV12
[3688] FormatType: VideoInfo2
[3688] BimapSize : 854 x 480
[3688] SourceRect: (0, 0, 854, 480)
[3688] SizeImage : 614880 bytes
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : CDX11VideoProcessor::InitMediaType()
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : CDX11VideoProcessor::InitializeD3D11VP() started with input surface: NV12, 854 x 480
[3688] MpcVideoRenderer64.ax(tid bc0) 572 : VideoProcessorCaps:
[3688] Device YCbCr matrix conversion: supported
[3688] Device YUV nominal range : supported
[3688] Feature LEGACY : No
[3688] Filter capabilities : Brightness, Contrast, Hue, Saturation
[3688] InputFormat interlaced RGB : NOT supported
[3688] InputFormat RGB ProcAmp : NOT supported
[3688] AutoStream image processing : Denoise, Edge enhancement, Color correction, Flesh tone mapping
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(0) : -1000, 0, 1000, 0.100000
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(1) : 0, 100, 200, 0.010000
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(2) : -180, 0, 180, 1.000000
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : FilterRange(3) : 0, 100, 300, 0.010000
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(4) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid bc0) 573 : CDX11VideoProcessor::InitializeD3D11VP() : GetVideoProcessorFilterRange(5) failed with error E_FAIL
[3688] MpcVideoRenderer64.ax(tid bc0) 574 : CD3D11VP::SetColorSpace() : used ID3D11VideoContext
[3688] MpcVideoRenderer64.ax(tid bc0) 574 : CDX11VideoProcessor::InitializeD3D11VP() completed successfully
[3688] MpcVideoRenderer64.ax(tid db0) 583 : CMpcVideoRenderer::Run()
[3688] MpcVideoRenderer64.ax(tid 6d8) 14515 : CMpcVideoRenderer::Pause()
[3688] MpcVideoRenderer64.ax(tid 6d8) 14517 : CMpcVideoRenderer::Stop()
[3688] MpcVideoRenderer64.ax(tid 6d8) 14518 : CMpcVideoRenderer::BeginFlush()
[3688] MpcVideoRenderer64.ax(tid 6d8) 14519 : CMpcVideoRenderer::EndFlush()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14524 : RemoveParentWndProc()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14524 : CMpcVideoRenderer::Init() : CreateWindowExW() failed with error 0x8007057e
[3688] MpcVideoRenderer64.ax(tid 1e0) 14530 : CMpcVideoRenderer::~CMpcVideoRenderer()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14531 : CDX11VideoProcessor::ReleaseDevice()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14531 : CDX11VideoProcessor::ReleaseVP()
[3688] MpcVideoRenderer64.ax(tid 1e0) 14531 : CDX11VideoProcessor::ClearPostScaleShaders().
[3688] D3D11 WARNING: Live ID3D11Device at 0x0000000004FD20D0, Refcount: 3 [ STATE_CREATION WARNING #441: LIVE_DEVICE]
[3688] D3D11 WARNING: Live ID3D11Context at 0x0000000004FF2E10, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #2097226: LIVE_CONTEXT]
[3688] D3D11 WARNING: Live ID3DDeviceContextState at 0x000000000500ADA0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #3145742: LIVE_DEVICECONTEXTSTATE]
[3688] D3D11 WARNING: Live ID3D11BlendState at 0x0000000005006910, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #435: LIVE_BLENDSTATE]
[3688] D3D11 WARNING: Live ID3D11DepthStencilState at 0x0000000005006AC0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #436: LIVE_DEPTHSTENCILSTATE]
[3688] D3D11 WARNING: Live ID3D11RasterizerState at 0x0000000004FD7930, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #437: LIVE_RASTERIZERSTATE]
[3688] D3D11 WARNING: Live ID3D11Sampler at 0x0000000004FD7AE0, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #434: LIVE_SAMPLER]
[3688] D3D11 WARNING: Live ID3D11Query at 0x0000000004FD7C90, Refcount: 0, IntRef: 1 [ STATE_CREATION WARNING #438: LIVE_QUERY]
Deedee- Posts : 19
Join date : 2020-12-11
Re: Black frame in MPC Video Renderer
Can you also make a screenshot of the "Rate Conversion Caps" tab in DXVA Checker?
Here is another test version:
https://www.sendspace.com/file/m7bcxt
Here is another test version:
https://www.sendspace.com/file/m7bcxt
Re: Black frame in MPC Video Renderer
Admin wrote:Can you also make a screenshot of the "Rate Conversion Caps" tab in DXVA Checker?
Here is another test version:
https://www.sendspace.com/file/m7bcxt
The problem is gone in both versions I tested. As for the screenshot I noticed the values change depending on which row is selected:
https://postimg.cc/dLYSp2pS
https://postimg.cc/6yf1X7N6
Deedee- Posts : 19
Join date : 2020-12-11
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum