dec05eba / gpu-screen-recorder-issues

GPU Screen Recorder issue tracker
11 stars 0 forks source link

[BUG] Discord doesn't show preview for the generated videos #13

Closed Eddio0141 closed 3 months ago

Eddio0141 commented 3 months ago

Describe the bug Any recording made by gpu-screen-recorder uploaded to discord doesn't generate a preview, even if -fm cfr is set

To Reproduce gpu-screen-recorder -w DP-3 -c mp4 -f 60 -a "alsa_output.usb-Kingston_HyperX_Cloud_II_Wireless_000000000001-00.analog-surround-71.monitor" -fm cfr -o /mnt/hdd/Videos/replay/test.mp4

Expected behavior Usable video for discord

Screenshots image image

Desktop (please complete the following information):

Additional context

dec05eba commented 3 months ago

You have to record it with h264 codec using the -k h264 option. Discord doesn't support hevc (which is the default in gpu screen recorder). It's mentioned in FAQ: https://git.dec05eba.com/gpu-screen-recorder/about/

Eddio0141 commented 3 months ago

Right I somehow missed that, thanks