diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-02-28 16:27:58 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-02-28 16:27:58 +0100 |
commit | 177df561546b59a326edb8e76d9b79571a70a3cb (patch) | |
tree | 40f212965087fda75f1868f63b974ab46777be7f /extra | |
parent | e75dcd03748e87c4a1558988128d996534b5c514 (diff) |
Add gpu-screen-recorder.env example
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gpu-screen-recorder.env | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/gpu-screen-recorder.env b/extra/gpu-screen-recorder.env new file mode 100644 index 0000000..c4728cc --- /dev/null +++ b/extra/gpu-screen-recorder.env @@ -0,0 +1,9 @@ +WINDOW=screen +CONTAINER=mp4 +QUALITY=very_high +CODEC=hevc +AUDIO_CODEC=opus +AUDIO_DEVICE=alsa_output.pci-0000_0a_00.4.iec958-stereo.monitor +FRAMERATE=60 +REPLAYDURATION=60 +OUTPUTDIR=/run/media/dec05eba/SSD1TB/Videos/aaaa
\ No newline at end of file |