1 (edited by arizer 25-01-2024 22:53:36)

Topic: How to get G-Sync working with SVP and MPC-HC?

I have exclusive fullscreen enabled in MPC video renderer, have tried switching all the available settings but my LG CX fps meter stays at 118fps when playing video at 48fps or whatever fps.
Edit: I actually got it working in MPV now, but would prefer MPC-HC.

Re: How to get G-Sync working with SVP and MPC-HC?

arizer wrote:

I have exclusive fullscreen enabled in MPC video renderer, have tried switching all the available settings but my LG CX fps meter stays at 118fps when playing video at 48fps or whatever fps.
Edit: I actually got it working in MPV now, but would prefer MPC-HC.

How did you get it working in MPV? It used to work for me, then it just stopped at one point and I haven't been able to enable it again

Re: How to get G-Sync working with SVP and MPC-HC?

DragonicPrime wrote:
arizer wrote:

I have exclusive fullscreen enabled in MPC video renderer, have tried switching all the available settings but my LG CX fps meter stays at 118fps when playing video at 48fps or whatever fps.
Edit: I actually got it working in MPV now, but would prefer MPC-HC.

How did you get it working in MPV? It used to work for me, then it just stopped at one point and I haven't been able to enable it again

I have these in my mpv.conf which is located at c:\Users\username\AppData\Roaming\mpv. Create the file if it's not there.


fullscreen=yes
d3d11-exclusive-fs=yes
input-ipc-server=mpvpipe

volume=100
volume-max=100
video-sync=audio
hr-seek-framedrop=no

fbo-format=rgba16hf

vo=gpu-next
gpu-api=d3d11
hwdec=auto-copy
hwdec-codecs=all
gpu-context=d3d11
drm-vrr-enabled=no
d3d11-sync-interval=1

This is my full mpv.conf which also enables Dolby Vision decoding:
"target-peak=800" is screen's maximum peak brightness in nits, in my case (LG CX) it's 800 nits.


fullscreen=yes
d3d11-exclusive-fs=yes
input-ipc-server=mpvpipe

volume=100
volume-max=100
video-sync=audio
hr-seek-framedrop=no

fbo-format=rgba16hf

vo=gpu-next
gpu-api=d3d11
hwdec=auto-copy
hwdec-codecs=all
gpu-context=d3d11
drm-vrr-enabled=no
d3d11-sync-interval=1

target-peak=800
target-trc=pq
target-prim=bt.2020

tone-mapping=spline
tone-mapping-mode=luma
gamut-mapping-mode=perceptual
tone-mapping-param=bt.2390
tone-mapping-max-boost=2.0

dither=error-diffusion
error-diffusion=burkes
dither-depth=10
spirv-compiler=auto

target-contrast=inf
target-colorspace-hint=yes
hdr-compute-peak=yes

osd-level=1
osd-bar-w=25
osd-color=0.5
osd-bar-align-x=0
osd-bar-align-y=-1

scale=ewa_lanczos
cscale=ewa_lanczos
dscale=ewa_lanczos
tscale=ewa_lanczos

Re: How to get G-Sync working with SVP and MPC-HC?

arizer wrote:
DragonicPrime wrote:
arizer wrote:

I have exclusive fullscreen enabled in MPC video renderer, have tried switching all the available settings but my LG CX fps meter stays at 118fps when playing video at 48fps or whatever fps.
Edit: I actually got it working in MPV now, but would prefer MPC-HC.

How did you get it working in MPV? It used to work for me, then it just stopped at one point and I haven't been able to enable it again

I have these in my mpv.conf which is located at c:\Users\username\AppData\Roaming\mpv. Create the file if it's not there.


fullscreen=yes
d3d11-exclusive-fs=yes
input-ipc-server=mpvpipe

volume=100
volume-max=100
video-sync=audio
hr-seek-framedrop=no

fbo-format=rgba16hf

vo=gpu-next
gpu-api=d3d11
hwdec=auto-copy
hwdec-codecs=all
gpu-context=d3d11
drm-vrr-enabled=no
d3d11-sync-interval=1

This is my full mpv.conf which also enables Dolby Vision decoding:
"target-peak=800" is screen's maximum peak brightness in nits, in my case (LG CX) it's 800 nits.


fullscreen=yes
d3d11-exclusive-fs=yes
input-ipc-server=mpvpipe

volume=100
volume-max=100
video-sync=audio
hr-seek-framedrop=no

fbo-format=rgba16hf

vo=gpu-next
gpu-api=d3d11
hwdec=auto-copy
hwdec-codecs=all
gpu-context=d3d11
drm-vrr-enabled=no
d3d11-sync-interval=1

target-peak=800
target-trc=pq
target-prim=bt.2020

tone-mapping=spline
tone-mapping-mode=luma
gamut-mapping-mode=perceptual
tone-mapping-param=bt.2390
tone-mapping-max-boost=2.0

dither=error-diffusion
error-diffusion=burkes
dither-depth=10
spirv-compiler=auto

target-contrast=inf
target-colorspace-hint=yes
hdr-compute-peak=yes

osd-level=1
osd-bar-w=25
osd-color=0.5
osd-bar-align-x=0
osd-bar-align-y=-1

scale=ewa_lanczos
cscale=ewa_lanczos
dscale=ewa_lanczos
tscale=ewa_lanczos

That seems to have done it. On the LG C1. I already had a lot of those settings in my config file, but I guess there must've been a typo somewhere that messed up G-Sync. Thanks