1

feat: negate lecture videos for dark mode

This commit is contained in:
Himadri Bhattacharjee
2025-10-16 18:39:53 +05:30
parent 72c40e1a4d
commit 36a425f378

View File

@@ -61,7 +61,7 @@
signal-desktop-bin
rusty-man
(pkgs.writeShellScriptBin "lecture" ''
mpv --speed=1.5 --start=00:00:14 --cache-pause-wait=14 --script-opts='skipsilence-enabled=yes,skipsilence-threshold_db=-18' $(wl-paste)
mpv --speed=1.5 --start=00:00:14 --cache-pause-wait=14 --script-opts='skipsilence-enabled=yes,skipsilence-threshold_db=-18' --vf=sub,lavfi="negate" $(wl-paste)
'')
];
};