mympv/config/mpv.conf
2025-07-07 19:28:29 +02:00

32 lines
1.5 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# --- Playback ---
save-position-on-quit=yes # Resume playback where you left off
rebase-start-time=no # Show correct timestamps when resuming
# --- Video quality ---
hwdec=auto-safe # Use safe hardware decoding if available
deband=yes # Reduce color banding artifacts
scale=ewa_lanczossharp # High-quality image scaling
cscale=ewa_lanczossharp # High-quality chroma scaling
video-sync=display-resample # Smooth playback with display timing
interpolation=yes # Frame interpolation for smoother motion
tscale=oversample # Best quality interpolation method
# --- Audio ---
volume=50 # Default volume (0100%)
volume-max=150 # Allow boosting volume beyond 100%
af=scaletempo # Keep audio pitch constant when speeding/slowing
# --- Subtitles ---
sub-auto=fuzzy # Auto-load subs with similar name
sub-font-size=36 # Readable subtitle size
sub-border-size=2 # Border for subtitle readability
sub-shadow-offset=1 # Drop shadow for clarity
# --- User interface ---
osc=yes # Show on-screen controller
cursor-autohide=1000 # Hide mouse cursor during playback
idle=yes # Stay open after playback ends
screenshot-format=png # Save screenshots as PNG
# --- Streaming (e.g. YouTube) ---
ytdl-format=bestvideo+bestaudio/best # Best quality from YouTube, etc.