Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! WIP
  • Loading branch information
matrss committed Jul 1, 2024
1 parent 1a187ea commit 5afd9b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions with-recording
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
ffmpeg -framerate 25 -f x11grab -i :99 recording.mp4 &
recording_pid=$!
elif [[ "$OSTYPE" == "darwin"* ]]; then
mkfifo /tmp/srv-input
cat > /tmp/srv-input &
cat /tmp/srv-input | nohup /usr/sbin/screencapture -V 1800 recording.mp4 &
/usr/sbin/screencapture -V 1800 recording.mp4 &
recording_pid=$!
fi

Expand Down

0 comments on commit 5afd9b1

Please sign in to comment.