big update
This commit is contained in:
parent
833e967aee
commit
72c73f9b18
30 changed files with 132 additions and 60 deletions
10
.local/bin/ffcapture
Executable file
10
.local/bin/ffcapture
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
output="$HOME/Videos/ffcapture$(date '+%Y%m%d_%H%M%S').mp4"
|
||||
|
||||
ffmpeg \
|
||||
-framerate 30 \
|
||||
-f x11grab -i "$DISPLAY.0" -c:v libx265 \
|
||||
"$output"
|
||||
|
||||
# -f pulse -i # sink
|
Loading…
Add table
Add a link
Reference in a new issue