diff options
author | Amin Bandali <bandali@kelar.org> | 2024-09-18 23:32:40 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-09-18 23:32:40 -0400 |
commit | 66f39fc4503139c226217e37aa9eb309c01ddcb2 (patch) | |
tree | 22f22aab82c8a268839714d66430bc4b1bce2336 /.config/mpv | |
parent | ced352e9e7f12c0dab976f3f0e4f71a0f77b32f3 (diff) | |
download | configs-66f39fc4503139c226217e37aa9eb309c01ddcb2.tar.gz configs-66f39fc4503139c226217e37aa9eb309c01ddcb2.tar.xz configs-66f39fc4503139c226217e37aa9eb309c01ddcb2.zip |
Various updates
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/mpv.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 2b0d324..4b22d1c 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,3 +1,6 @@ +# ytdl-format=(bestvideo[height<=720]+bestaudio)[ext=webm]/bestvideo[height<=720]+bestaudio/best[height<=720]/bestvideo+bestaudio/best +ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best + # Uncomment this line to load the profile by default. # Otherwise, launch mpv with '--profile=emacsconf-talks'. #profile=emacsconf-talks |