aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2023-03-04Support opus flt and fltpdec05eba
2023-03-04dddec05eba
2023-03-04expdec05eba
2023-03-04Enable experimental support to make sure opus/flac works on older ffmpeg vers...dec05eba
2023-03-04Improve usage doc for -acdec05eba
2023-03-04Add opus/flac audio options (only supported my mp4/mkv)dec05eba
2023-03-04Add screen-direct-force option for VRR monitordec05eba
2023-02-22Fix broken video because of broken audio, most noticably in replaydec05eba
2023-02-16Add option to merge audio devices by separating audio inputs with | in one -adec05eba
2023-01-07Add info about audio names to readme filedec05eba
2023-01-01mmdec05eba
2022-12-20Merge code fixdec05eba
2022-12-20Make -c optional, select container format from file extension by defaultdec05eba
2022-12-20Better audio/video sync, disable broken screen-direct again (nvidia driver bug)dec05eba
2022-12-20Re-enable screen-direct, disable h264 forced fallback and use p6 againdec05eba
2022-12-20Attempt to reduce stuttering of videodec05eba
2022-12-20follow focuseddec05eba
2022-11-30wip inteldec05eba
2022-10-16Refactor xcomposite into abstract capture apidec05eba
2022-10-14Refactor nvfbc into abstract capture apidec05eba
2022-10-12Use medium instead of p4 and slow instead of p7 for old ffmpegdec05eba
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-06Fix copy paste mistake possible crash (using av_opt_set instead of av_dict_set)dec05eba
2022-10-05Fix possible pulseaudio crash?dec05eba
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-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-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-02Make the audio input description the input name by defaultdec05eba
2022-10-02Allow giving audio inputs names by prefixing them with <name>/dec05eba
2022-09-30Give error when using an invalid audio input with pipewiredec05eba
2022-09-30Remove allowing only 1 process of gpu-screen-recorder at a timedec05eba
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-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
2022-09-21Fix build for older version of ffmpeg (linux mint 20.3 for example)dec05eba
2022-09-21Fix build on older ffmpeg (17+ months old), see ffmpeg commit ef6a9e5e311f09f...dec05eba
2022-09-20Is this the final solution to the audio crackling problem? increase pts by nu...dec05eba
2022-09-20Do not allocate cuda buffer when using nvfbcdec05eba
2022-09-20Fix replay video/audio desync, fix dummy audio when dropping audio input, giv...dec05eba
2022-09-19Fix build on some distros?dec05eba
2022-09-19Move scripts to script dir, add youtube-hls-stream script, fix twitch stream ...dec05eba