diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-10-06 22:10:36 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-10-06 22:11:43 +0500 |
| commit | 4962e6c7fc445ee94e0669c7df595579a60518fc (patch) | |
| tree | 24f8d1c408b78c6196f77113432de0cc4104595c /files/.mpv | |
| parent | 20f920203a4334b6e88b988932d79d5fb6a4e476 (diff) | |
Updates
Diffstat (limited to 'files/.mpv')
| -rw-r--r-- | files/.mpv/input.conf | 8 | ||||
| -rw-r--r-- | files/.mpv/mpv.conf | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/files/.mpv/input.conf b/files/.mpv/input.conf index b11162d..ce4f3e7 100644 --- a/files/.mpv/input.conf +++ b/files/.mpv/input.conf @@ -1,4 +1,4 @@ -# 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 +## 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 diff --git a/files/.mpv/mpv.conf b/files/.mpv/mpv.conf index a48d033..43a9c8c 100644 --- a/files/.mpv/mpv.conf +++ b/files/.mpv/mpv.conf @@ -4,3 +4,4 @@ save-position-on-quit no-terminal screenshot-template=mpv-shot-%F-%{media-title}-%p-%n screenshot-directory=~/mpv-screenshots +ytdl-format=best[height<=1080] |
