Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 1.4 KB

mpv.org

File metadata and controls

72 lines (61 loc) · 1.4 KB

MPV

Install

Arch Linux

mpv latest aur

Config

Documentation: https://wiki.archlinux.org/title/Mpv

Main config

Subtitles

sub-auto=fuzzy

Quality

# profile=gpu-hq
# scale=ewa_lanczossharp
# cscale=ewa_lanczossharp
# video-sync=display-resample
# interpolation
# tscale=oversample

Save video on quit

save-position-on-quit

youtube-dl

ytdl-format="bestvideo[height<=?1440]+bestaudio/best"

keep open

Do not terminate when playing or seeking beyond the end of the file, and there is not next file to be played (and –loop is not used). Instead, pause the player. When trying to seek beyond end of the file, the player will attempt to seek to the last frame.

idle
keep-open=always

Design

osc=no

[Auto.Idle]
profile-cond=p["idle-active"]
profile-restore=copy-equal
osd-playing-msg=' '
title=' '
background=1.0
geometry=640

Key bindings

j seek  5
k seek -5
l seek  60
h seek -60