aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-17 16:10:51 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-17 16:10:51 +0200
commit9f2f4240bafbc5a44afa2e0faf31d7901da0aaea (patch)
tree5a276c2982ba0ea1125d9299a38b617b8f226017 /README.md
parent49c876ca0037f72165d97e60640af788847101bc (diff)
Attempt to fix video/audio desync when video pts gets desynced with clock
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab722ce..fc6c702 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,8 @@ Recording monitors requires a gpu with NvFBC support (note: this is not required
Run `interactive.sh` or run gpu-screen-recorder directly, for example: `gpu-screen-recorder -w $(xdotool selectwindow) -c mp4 -f 60 -a "$(pactl get-default-sink).monitor" -o test_video.mp4`\
Then stop the screen recorder with Ctrl+C, which will also save the recording.\
Send signal SIGUSR1 (`killall -SIGUSR1 gpu-screen-recorder`) to gpu-screen-recorder when in replay mode to save the replay. The paths to the saved files is output to stdout after the recording is saved.\
+You can find the default output audio device (headset, speakers) with the command `pactl get-default-sink`. Add `monitor` to the end of that to use that as an audio input in gpu-screen-recorder.\
+You can find the default input audio device (microphone) with the command `pactl get-default-source`.\
There is also a gui for the gpu-screen-recorder called [gpu-screen-recorder-gtk](https://git.dec05eba.com/gpu-screen-recorder-gtk/).
# Demo