aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-10-15Add the ability to save replays into folders by date4censord
This adds a new flag, '-mf' with a boolean argument If this is set, replays are organized in folders by date. With this, replays are saved like: $output_folder/2023-10-15/Replay_15-39-28.mp4 instead of all into the same folder.
2023-10-07Improve dependencies section in readmedec05eba
2023-10-04mdec05eba
2023-10-04README replay on startup sectiondec05eba
2023-10-01mdec05eba
2023-10-01Issues readme sectiondec05eba
2023-10-01Update readme with info about replay path stdoutdec05eba
2023-09-29Remove unused cursor codedec05eba
2023-09-10Readmedec05eba
2023-08-30readmedec05eba
2023-08-18README password promptdec05eba
2023-08-17Unofficial package infodec05eba
2023-08-09Remove coolbits script (document the nvidia-xconfig command to use instead)dec05eba
2023-07-28Remove TODO items, improve readme replay service sectiondec05eba
2023-07-28Nvidia readmedec05eba
2023-07-28Create gpu-screen-recorder systemd servicedec05eba
2023-07-28Move additional scripts to 'extra' directorydec05eba
2023-07-24READMEdec05eba
2023-07-23readmedec05eba
2023-07-23Update readmedec05eba
2023-07-22Exit with exit code 10 if pkexec failsdec05eba
2023-07-21vfr on wayland (even on nvidia), add uninstall scriptdec05eba
2023-07-18readme typodec05eba
2023-07-18Experimental wayland support, test 1dec05eba
2023-07-16Wayland broken shitdec05eba
2023-06-20Do not automatically install coolbitsdec05eba
2023-06-18Update readmedec05eba
2023-06-07Mention that only h264/hevc is supported at the momentdec05eba
2023-05-29Update readme about flatpakdec05eba
2023-05-17Cleanup readme how to use sectiondec05eba
2023-04-22kms_vaapi: add cursor capture for amd/intel monitor capturedec05eba
Always find largest drm buf, to fix some cases when there are multiple planes and we accidentally capture a drm buf that isn't the target buf. We always want the full SCREEN drm buf.
2023-04-21Add code to copy cursor image to opengl texture and update on event update ↵dec05eba
(not used yet)
2023-04-21mdec05eba
2023-04-21FAQ: amd/intel h264/hevc issue because of patentdec05eba
2023-04-18Temporary issue description for VFR videodec05eba
2023-04-15Fix AMD single monitor rotated display being rotated in recordingdec05eba
If there is only one monitor connected and it's rotated then the drm buf will also be rotated. This only the case with AMD and only when using one monitor! To fix this, we perform color conversion with an opengl shader which allows us to also rotate the texture. VAAPI supports rotation but it's not implemented by AMD at least. Performance seems to be the same as when using VAAPI, even when GPU usage is 100%.
2023-04-15Remove mention of PRIME, not needed anymoredec05eba
2023-04-12mmdec05eba
2023-04-11Add crypto donation addresses, for the many that have asked to donatedec05eba
2023-04-11nvidia primedec05eba
2023-04-11readmedec05eba
2023-04-11Temporary disable monitor recording on amd/inteldec05eba
2023-04-08Improve doc (wayland not supported)dec05eba
2023-04-08Remove ubuntu specific install scriptsdec05eba
2023-04-07Implement kms vaapi capturedec05eba
2023-04-01Add install script for amd/intel for ubuntuSteam Deck User
2023-04-01Use vaapi to do rgb->yuv420p color conversionSteam Deck User
Enable window capture for amd/intel. Properly check if h264/hevc is supported on amd/intel before using codec.
2023-03-31Install coolbits if using nvidia, add preserve video memory install scriptdec05eba
2023-03-27Better usage formattingdec05eba
2023-03-26Remove yuv444 for nowdec05eba