-
Notifications
You must be signed in to change notification settings - Fork 132
Known Issues
v0lt edited this page Oct 6, 2024
·
7 revisions
- Deinterlacing does not work correctly on some AMD graphics adapters.
Reason: Some AMD graphics adapters require Future Frames for the D3D11 video processor. Currently MPC Video Renderer does not support Future Frames.
-
Some AMD graphics adapters do not fully support the P010 format in the D3D11 video processor. Converting P010 to 10-bit RGB texture may not work. Also, brightness and contrast adjustment for P010 may not work.
-
The "Swap effect" setting equal to "Flip" affects the function of receiving the current frame (the previous frame will be received). Switch the setting to "Discard". This may slightly reduce performance, but the function of receiving the current frame will work correctly.