Skip to content

Instantly share code, notes, and snippets.

@MiguVT
Created November 7, 2025 17:53
Show Gist options
  • Select an option

  • Save MiguVT/08f6f0e95573f9b6205466cdfcf99d82 to your computer and use it in GitHub Desktop.

Select an option

Save MiguVT/08f6f0e95573f9b6205466cdfcf99d82 to your computer and use it in GitHub Desktop.
config for mpv and releated apps/tools
# ----------- Default (Multi-Monitor Casual + Streamlink) ----------- #
hwdec=auto-safe
vo=gpu-next
gpu-api=vulkan
profile=gpu-hq
# Multi-monitor safe video sync (works reliably on 60Hz, 165Hz, 144Hz)
video-sync=audio
cache=yes
demuxer-readahead-secs=20
# Scale (RTX 3090) - optimized for your focused 165Hz viewing
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
dscale=mitchell
sigmoid-upscaling=yes
correct-downscaling=yes
# Audio
audio-normalize-downmix=yes
audio-pitch-correction=yes
volume=70
# UX - better for casual use
keep-open=yes
osd-level=3
osd-duration=1000
cursor-autohide-fs-only
# ----------- Streamlink Profile ----------- #
[streamlink]
profile=low-latency
no-cache
untimed
video-sync=audio
demuxer-max-back-bytes=50MiB
interpolation=yes
tscale=oversample
interpolation-preserve=no
video-latency-hacks=yes
osd-level=1
osd-duration=2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment