aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-25Add note about nvidia onlydec05eba
2022-11-24Make -c optional, select container format from file extension by defaultdec05eba
2022-10-28Better audio/video sync, disable broken screen-direct again (nvidia driver bug)dec05eba
2022-10-27Re-enable screen-direct, disable h264 forced fallback and use p6 againdec05eba
2022-10-22Amd and Intel kinda suckdec05eba
2022-10-18Attempt to reduce stuttering of videodec05eba
2022-10-16Free test codec contextdec05eba
2022-10-16mmdec05eba
2022-10-16Proper check if nvenc is supporteddec05eba
2022-10-16nvfbc.so infodec05eba
2022-10-15Fix livestreaming: flv does not properly fallback to h264dec05eba
2022-10-13Add info about PRIMEdec05eba
2022-10-12Use medium instead of p4 and slow instead of p7 for old ffmpegdec05eba
2022-10-12Old ubuntu infodec05eba
2022-10-12Do not use p4, p7 with old ffmpeg that doesn't have those options yetdec05eba
2022-10-11Use p4 preset on older gpus (kepler family) because of performancedec05eba
2022-10-11Tune quality again, remove vbrdec05eba
2022-10-08Better tune quality options for different resolutionsdec05eba
2022-10-07Fix crash caused by invalid memory write when recording audiodec05eba
2022-10-06Fix copy paste mistake possible crash (using av_opt_set instead of av_dict_set)dec05eba
2022-10-06Update info about cudadec05eba
2022-10-05picom infodec05eba
2022-10-05Fix possible pulseaudio crash?dec05eba
2022-10-04mdec05eba
2022-10-04nvfbc patchdec05eba
2022-10-04Live stream: set gop to fps*2, bit rate for medium to lower valuedec05eba
2022-10-04Temporary disable screen-direct recording as it causes stuttering (nvfbc bug?)dec05eba
2022-10-04Stupid mistake. Old /usr/local/bin/gpu-screen-recorder overwrites /usr/bin/gp...dec05eba
2022-10-04Livestream: add silent audio track if not audio input is provided (fixes yout...dec05eba
2022-10-04Add medium and high quality, better livestreaming options, fix global header ...dec05eba
2022-10-03Capture cursor in direct capture mode if supported by the driver (driver vers...dec05eba
2022-10-03Add info about flatpak package, default to h264 (unless resolution is greater...dec05eba
2022-10-03Revert gop sizedec05eba
2022-10-02Do not set keyint mindec05eba
2022-10-02Sacrifice seek speed for reduced file sizedec05eba
2022-10-02Add install script for non ubuntu / (arch) distrosdec05eba
2022-10-02Make the audio input description the input name by defaultdec05eba
2022-10-02Allow giving audio inputs names by prefixing them with <name>/dec05eba
2022-10-02Add unique index to each audio input device namedec05eba
2022-09-30Give error when using an invalid audio input with pipewiredec05eba
2022-09-30Give each audio input a seperate node by giving them an unique context namedec05eba
2022-09-30Remove allowing only 1 process of gpu-screen-recorder at a timedec05eba
2022-09-29Remove cuda.hdec05eba
2022-09-29Use better name for quality options to clearify that medium is actually very ...dec05eba
2022-09-28Remove dependency on glew and glfw, move external files to external directorydec05eba
2022-09-26Revert ubuntu package cudadec05eba
2022-09-26Load libcuda.so.1 if libcuda.so is missingdec05eba
2022-09-26Update flatpak infodec05eba
2022-09-26Load cuda at runtime. Include cuda header files inside the projectdec05eba
2022-09-22Read audio data from pulseaudio as it's available and buffer it. Fixes audio ...dec05eba