# ========== GENERAL ========== input-ipc-server=/tmp/mpvsocket profile=high-quality # Allows for higher quality playback on mpv vo=gpu-next # https://mpv.io/manual/stable/#video-output-drivers-gpu #priority=high # Makes PC prioritize MPV for allocating resources (Windows only) # gpu-api=vulkan offers better overall performance, but it sometimes breaks playback # For displaying HDR content (not HDR -> SDR) "d3d11" is recommended (Windows only) gpu-api=vulkan # https://mpv.io/manual/stable/#options-gpu-api fullscreen=yes # Start in fullscreen taskbar-progress=no # Disable playback progress rendering in taskbar force-seekable=yes # If the player thinks that the media is not seekable, force enable seeking keep-open=always # Don't close the player after finishing the video, # and playback will never automatically advance to the next file in the playlist reset-on-next-file=pause # After playing the next file in the playlist, # it will automatically play the file instead of a paused state hwdec=vulkan # https://mpv.io/manual/stable/#options-hwdec dither-depth=8 # This must be set to match your monitor's bit depth scale-antiring=0.6 # https://mpv.io/manual/stable/#options-scale-antiring # ========== ON SCREEN DISPLAY AND ON SCREEN CONTROLLER ========== osd-bar=yes # Don't show a huge volume box on screen when turning the volume up/down osc=yes # Allows for custom OSC to be used https://github.com/cyl0/mpv-osc-morden-x border=yes # Optional for modern OSC, but recommended cursor-autohide-fs-only=yes # If this option is given, the cursor is always visible in windowed mode # In fullscreen mode, the cursor is shown or hidden according to --cursor-autohide cursor-autohide=300 # Cursor hide in ms osd-level=1 # https://mpv.io/manual/stable/#options-osd-level osd-duration=1000 # Set the duration of the OSD messages in ms hr-seek=yes # Select when to use precise seeks that are not limited to keyframes # https://mpv.io/manual/stable/#options-hr-seek # ========== AUDIO ========== volume=80 # default volume, 100 = unchanged audio-file-auto=fuzzy # Load external audio with (almost) the same name as the video volume-max=200 # Max volume of the player audio-pitch-correction=yes # https://mpv.io/manual/stable/#options-audio-pitch-correction