diff options
Diffstat (limited to 'files/.mpv')
| -rw-r--r-- | files/.mpv/input.conf | 14 | ||||
| -rw-r--r-- | files/.mpv/mpv.conf | 48 |
2 files changed, 0 insertions, 62 deletions
diff --git a/files/.mpv/input.conf b/files/.mpv/input.conf deleted file mode 100644 index 40f89cd..0000000 --- a/files/.mpv/input.conf +++ /dev/null @@ -1,14 +0,0 @@ -## Rotate by 90 degrees clockwise -#Alt+RIGHT no-osd vf add rotate=90 -## Rotate by 90 degrees counterclockwise -#Alt+LEFT no-osd vf add rotate=270 - -# Disable: Activate/deactivate deinterlacer. -d ignore - -Alt+p run "/bin/sh" "-c" "xdotool search --class mpv | xargs -I{} xdotool key --window {} p" - -# default loudnorm I=-24 -# I=-15 -- louder volume -# anull -- disable audio filter -a cycle_values af loudnorm loudnorm=I=-15 anull 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 |
