index
:
gpu-screen-recorder
master
A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Age
Commit message (
Collapse
)
Author
2023-03-27
Better usage formatting
dec05eba
2023-03-26
Add code for variable framerate
dec05eba
2023-03-26
Remove yuv444 for now
dec05eba
2023-03-26
Move video encoding to separate thread, remove pixel_format that doesn't do ↵
dec05eba
anything and was bugged
2023-03-26
Add pixfmt yuv420p/yuv444p option to set lossless color
dec05eba
2023-03-26
Remove unused and invalid flags
dec05eba
2023-03-24
Do not automatically install coolbits because if used on amd/intel then xorg ↵
dec05eba
wont boot
2023-03-21
Add error message if using wayland (without xwayland) or xwayland
dec05eba
2023-03-17
Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully ↵
dec05eba
set to p2 state when using cuda)
2023-03-17
vaapi wip
Steam Deck User
2023-03-10
Fix for ffmpeg 6 (nvenc hevc doesn't support b frames)
dec05eba
2023-03-04
Support opus flt and fltp
dec05eba
2023-03-04
dd
dec05eba
2023-03-04
exp
dec05eba
2023-03-04
Enable experimental support to make sure opus/flac works on older ffmpeg ↵
dec05eba
versions
2023-03-04
Improve usage doc for -ac
dec05eba
2023-03-04
Add opus/flac audio options (only supported my mp4/mkv)
dec05eba
2023-03-04
Add screen-direct-force option for VRR monitor
dec05eba
2023-02-22
Fix broken video because of broken audio, most noticably in replay
dec05eba
2023-02-16
Add option to merge audio devices by separating audio inputs with | in one -a
dec05eba
2023-01-07
Add info about audio names to readme file
dec05eba
2023-01-01
mm
dec05eba
2022-12-20
Merge code fix
dec05eba
2022-12-20
Make -c optional, select container format from file extension by default
dec05eba
2022-12-20
Better audio/video sync, disable broken screen-direct again (nvidia driver bug)
dec05eba
2022-12-20
Re-enable screen-direct, disable h264 forced fallback and use p6 again
dec05eba
2022-12-20
Attempt to reduce stuttering of video
dec05eba
2022-12-20
follow focused
dec05eba
2022-11-30
wip intel
dec05eba
2022-10-16
Refactor xcomposite into abstract capture api
dec05eba
Refactor c++ files into c files, more usable
2022-10-14
Refactor nvfbc into abstract capture api
dec05eba
2022-10-12
Use medium instead of p4 and slow instead of p7 for old ffmpeg
dec05eba
2022-10-12
Do not use p4, p7 with old ffmpeg that doesn't have those options yet
dec05eba
2022-10-11
Use p4 preset on older gpus (kepler family) because of performance
dec05eba
with p7
2022-10-11
Tune quality again, remove vbr
dec05eba
2022-10-08
Better tune quality options for different resolutions
dec05eba
2022-10-06
Fix copy paste mistake possible crash (using av_opt_set instead of av_dict_set)
dec05eba
Thanks @guihkx
2022-10-05
Fix possible pulseaudio crash?
dec05eba
2022-10-04
Live stream: set gop to fps*2, bit rate for medium to lower value
dec05eba
2022-10-04
Temporary disable screen-direct recording as it causes stuttering (nvfbc bug?)
dec05eba
2022-10-04
Livestream: add silent audio track if not audio input is provided (fixes ↵
dec05eba
youtube and other sites)
2022-10-04
Add medium and high quality, better livestreaming options, fix global header ↵
dec05eba
(especially for streaming)
2022-10-03
Add info about flatpak package, default to h264 (unless resolution is ↵
dec05eba
greater than 3840x2160) and add -k option to set codec
2022-10-03
Revert gop size
dec05eba
2022-10-02
Do not set keyint min
dec05eba
2022-10-02
Sacrifice seek speed for reduced file size
dec05eba
2022-10-02
Make the audio input description the input name by default
dec05eba
2022-10-02
Allow giving audio inputs names by prefixing them with <name>/
dec05eba
2022-09-30
Give error when using an invalid audio input with pipewire
dec05eba
2022-09-30
Remove allowing only 1 process of gpu-screen-recorder at a time
dec05eba
[prev]
[next]