Closed alexlnkp closed 3 months ago
This is not a bug, it's just mp4 file format that doesn't support this option as the ffmpeg error you can see says: [mp4 @ 0x5d252d7d4680] muxer does not support non seekable output
(stdout is not seekable). It works with other container formats. There is an example of doing this: https://git.dec05eba.com/gpu-screen-recorder/tree/scripts/twitch-stream-local-copy.sh . Here it's used in a real application: https://github.com/nestriness/nestri/blob/3df53e7e38470f5ebe4b5cec64221efcdac49802/.scripts/entrypoint.sh#L277
normally you dont use gpu screen recorder like this unless you have a reason to do it
Describe the bug Not providing
-o
option when trying to record leads to an error.To Reproduce
gpu-screen-recorder -w DP-3 -f 60 -c mp4
(DP-3 is just my screen)Desktop (please complete the following information):
r703.ddf3fa5-1
I'd assume this is intentional if not for the fact that a user is asked to provide EITHER
-c
OR-o
.