Add hotkey to mpv to record current video feed

This commit is contained in:
Trysdyn Black 2022-05-28 06:23:16 -07:00
parent 1491f0358b
commit 333cc2ea6b

View file

@ -16,3 +16,6 @@ S screenshot
# If I leave a video on and go to bed, this dims the video feed significantly
n set brightness -40;set gamma -40;show-text "Night Mode On"
N set brightness 0;set gamma 0;show-text "Night Mode Off"
# Record the current stream
r cycle-values stream-record "mpv_save.mp4" ""