Add hotkey to mpv to record current video feed
This commit is contained in:
parent
1491f0358b
commit
333cc2ea6b
1 changed files with 3 additions and 0 deletions
|
@ -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" ""
|
||||
|
|
Loading…
Add table
Reference in a new issue