Created
November 7, 2025 17:53
-
-
Save MiguVT/08f6f0e95573f9b6205466cdfcf99d82 to your computer and use it in GitHub Desktop.
config for mpv and releated apps/tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ----------- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ----------- Streamlink Configuration ----------- # | |
| # Player configuration - MPV with streamlink profile | |
| player=D:\utilities\media\mpv\mpv.exe | |
| player-args=--profile=streamlink --keep-open=yes | |
| # Twitch low-latency optimization | |
| twitch-low-latency | |
| hls-live-edge=2 | |
| hls-segment-stream-data | |
| # Stream performance settings | |
| stream-segment-threads=1 | |
| retry-streams=3 | |
| retry-max=10 | |
| # HTTP/SOCKS proxy | |
| #http-proxy=http://xxxx@eu.restricted.api.cdn-perfprod.com:6691 # TTV LoL Pro proxy here, access here: https://wiki.cdn-perfprod.com/must-read/proxy-information#get-access-to-the-restricted-infrastructure | |
| # ^ Not working at least for me, will try in the future | |
| # FFmpeg configuration | |
| ffmpeg-ffmpeg=ffmpeg.exe | |
| # Logging | |
| loglevel=info | |
| # OAuth | |
| twitch-api-header=Authorization=OAuth xxxx # OAuth here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment