summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/mpv/default.nix1
-rw-r--r--user-profiles/yt-dlp.nix5
2 files changed, 5 insertions, 1 deletions
diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix
index 620be49d..bbb6d9ac 100644
--- a/user-profiles/mpv/default.nix
+++ b/user-profiles/mpv/default.nix
@@ -13,6 +13,7 @@
13 osd-font = "Fira Sans"; 13 osd-font = "Fira Sans";
14 sub-font = "Fira Sans"; 14 sub-font = "Fira Sans";
15 # vo = "gpu"; 15 # vo = "gpu";
16 vo = "gpu-next";
16 hwdec = "auto"; 17 hwdec = "auto";
17 force-window = "yes"; 18 force-window = "yes";
18 # af = "lavfi=[dynaudnorm=f=100:g=31:s=20.0]"; 19 # af = "lavfi=[dynaudnorm=f=100:g=31:s=20.0]";
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix
index 7d2a1082..550d6a78 100644
--- a/user-profiles/yt-dlp.nix
+++ b/user-profiles/yt-dlp.nix
@@ -12,7 +12,10 @@
12 "bestvideo*+bestaudio" 12 "bestvideo*+bestaudio"
13 "best" 13 "best"
14 ]; 14 ];
15 sub-langs = "all,-live_chat,-rechat"; 15 embed-subs = true;
16 # write-subs = true;
17 # write-auto-subs = true;
18 sub-langs = "en(-(gb|us|orig))?,de(-(de|orig))?,-live_chat,-rechat";
16 prefer-free-formats = true; 19 prefer-free-formats = true;
17 embed-metadata = true; 20 embed-metadata = true;
18 # downloader = "${pkgs.axel}/bin/axel"; 21 # downloader = "${pkgs.axel}/bin/axel";