diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-31 17:49:52 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-31 17:49:52 +0100 |
commit | 714e8d74ec05f44739f865e9389034180392abe7 (patch) | |
tree | 2e0a198e4d6f24e8b6ca6b77797052558330639e /Emacs/.config/emacs/elisp/mpv.el | |
parent | a1b6ba53b612775b70badef722e0c9703dac178c (diff) | |
download | dotfiles-714e8d74ec05f44739f865e9389034180392abe7.tar.gz dotfiles-714e8d74ec05f44739f865e9389034180392abe7.tar.bz2 dotfiles-714e8d74ec05f44739f865e9389034180392abe7.zip |
Big push
Diffstat (limited to 'Emacs/.config/emacs/elisp/mpv.el')
-rw-r--r-- | Emacs/.config/emacs/elisp/mpv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/elisp/mpv.el b/Emacs/.config/emacs/elisp/mpv.el index 0339dee..5560d39 100644 --- a/Emacs/.config/emacs/elisp/mpv.el +++ b/Emacs/.config/emacs/elisp/mpv.el @@ -27,7 +27,7 @@ (autoload #'ansi-color-for-comint-mode-on "ansi-color") (autoload #'comint-output-filter "comint") -(defvar mpv-ytdl-args "--ytdl-format=\"bestvideo[height<=1080][fps<=60]+bestaudio/best[height<=1920]\"" +(defvar mpv-ytdl-args "--ytdl-format=\"bestvideo[height<=1080][fps<=60]+bestaudio/best[height<=1080]\"" "Arguments for ytdl in mpv format.") (defvar mpv-args "-v --profile=fast --hwdec=auto-copy" |