diff --git a/configs/mpv.nix b/configs/mpv.nix index 171af6b..bc11f5f 100644 --- a/configs/mpv.nix +++ b/configs/mpv.nix @@ -18,6 +18,7 @@ in { programs.mpv = { enable = true; config = { + ytdl-format = "bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best"; ytdl-raw-options = lib.concatStringsSep "," [''sub-lang="de,en"'' "write-sub=" "write-auto-sub="]; screenshot-template = "%F-%wH%wM%wS-%#04n"; };