diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-19 16:06:49 +0059 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-19 16:06:49 +0059 |
commit | 2fecf1ad754426d249a7a25024aec15e70598e0b (patch) | |
tree | 2124f0f99ae366e5b12368ad6b5eef00d16f9607 /user-profiles/mpv/default.nix | |
parent | ef6c6fa61d70f059b07e0dbf705d5c37419efa12 (diff) | |
download | nixos-2fecf1ad754426d249a7a25024aec15e70598e0b.tar nixos-2fecf1ad754426d249a7a25024aec15e70598e0b.tar.gz nixos-2fecf1ad754426d249a7a25024aec15e70598e0b.tar.bz2 nixos-2fecf1ad754426d249a7a25024aec15e70598e0b.tar.xz nixos-2fecf1ad754426d249a7a25024aec15e70598e0b.zip |
mpv: increase resolution
Diffstat (limited to 'user-profiles/mpv/default.nix')
-rw-r--r-- | user-profiles/mpv/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index f8454508..642eb004 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix | |||
@@ -8,10 +8,8 @@ | |||
8 | config = { | 8 | config = { |
9 | ytdl = true; | 9 | ytdl = true; |
10 | ytdl-format = lib.concatStringsSep "/" [ | 10 | ytdl-format = lib.concatStringsSep "/" [ |
11 | "bestvideo[width<=1920][height<=1080][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" | 11 | "bestvideo[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" |
12 | "best[width<=1920][height<=1080][fps<=60][protocol!=http_dash_segments]" | 12 | "best[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]" |
13 | # "bestvideo[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" | ||
14 | # "best[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]" | ||
15 | "best[protocol!=http_dash_segments]" | 13 | "best[protocol!=http_dash_segments]" |
16 | ]; | 14 | ]; |
17 | ytdl-raw-options = lib.concatStringsSep "," [ | 15 | ytdl-raw-options = lib.concatStringsSep "," [ |