diff options
| author | Anton Bobov <anton@bobov.name> | 2023-07-27 15:53:03 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-07-27 15:53:16 +0500 |
| commit | 3f532c7393edea16117b14b20c63cd128480d4bf (patch) | |
| tree | c0800ee93ba56855a9ca127e74c6b8c5344d5347 /files/.mpv/mpv.conf | |
| parent | 82ef876be9b347e7b2182e4ed84188c806150e7d (diff) | |
mpv: changed MPV config location
Diffstat (limited to 'files/.mpv/mpv.conf')
| -rw-r--r-- | files/.mpv/mpv.conf | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/files/.mpv/mpv.conf b/files/.mpv/mpv.conf deleted file mode 100644 index 04fee25..0000000 --- a/files/.mpv/mpv.conf +++ /dev/null @@ -1,48 +0,0 @@ -# Speed up playback by the factor -speed=1.33 - -# Create a video output window even if there is no video -force-window=immediate - -# Always save the current playback position on quit -save-position-on-quit - -# Disable any use of the terminal and stdin/stdout/stderr -no-terminal - -# Enable any whitelisted hardware video decoding API -hwdec=auto-safe - -# If the current file is an image, kept open forever -image-display-duration=inf -# -screenshot-template=mpv-shot-%F-%{media-title}-%p-%n -screenshot-directory=~/mpv-screenshots - -ytdl-format="bestvideo[height<=?1080]+bestaudio/best" - -# -# PROFILES -# - -[loudnorm] -af=lavfi=[loudnorm] - -[audio] -speed=1 - -# -# EXTENSIONS -# - -[extension.gif] -loop-file=yes - -[extension.flac] -profile=audio - -[extension.mp3] -profile=audio - -[extension.ogg] -profile=audio |
