Commit Graph

  • 6e407b0b62 Use better name for quality options to clearify that medium is actually very high quality, because people dont understand that dec05eba 2022-09-29 17:34:32 +0200
  • 1db2282683 Remove dependency on glew and glfw, move external files to external directory dec05eba 2022-09-28 01:03:06 +0200
  • 2570d1e86a Revert ubuntu package cuda dec05eba 2022-09-26 03:01:45 +0200
  • febffdacc9 Load libcuda.so.1 if libcuda.so is missing dec05eba 2022-09-26 01:57:35 +0200
  • a648b591a0 Update flatpak info dec05eba 2022-09-26 01:35:49 +0200
  • 4fead183fe Load cuda at runtime. Include cuda header files inside the project dec05eba 2022-09-26 01:26:45 +0200
  • 0059724fdc Read audio data from pulseaudio as it's available and buffer it. Fixes audio recording on pulseaudio (and some pipewire configs) dec05eba 2022-09-22 01:44:45 +0200
  • 5ba4c05953 Fix build for older version of ffmpeg (linux mint 20.3 for example) dec05eba 2022-09-21 19:12:28 +0200
  • f8237ca5ae Fix build on older ffmpeg (17+ months old), see ffmpeg commit ef6a9e5e311f09fa8032974fa4d0c1e166a959bb dec05eba 2022-09-21 05:47:37 +0200
  • f810161203 Is this the final solution to the audio crackling problem? increase pts by number of samples and add dummy audio frames between dec05eba 2022-09-20 20:11:56 +0200
  • a668cac2bb Do not allocate cuda buffer when using nvfbc dec05eba 2022-09-20 13:10:05 +0200
  • 2b7729efb9 Fix build on ubuntu, use a mainloop with timeout instead of sleep dec05eba 2022-09-20 11:01:34 +0200
  • 919890b7b2 Fix replay video/audio desync, fix dummy audio when dropping audio input, give each audio stream a new name so it can be replaced with pipewire graphs dec05eba 2022-09-20 03:39:15 +0200
  • 9f2ddf3802 Fix build on some distros? dec05eba 2022-09-19 23:31:21 +0200
  • 85cd5a9d11 Move scripts to script dir, add youtube-hls-stream script, fix twitch stream script dec05eba 2022-09-19 16:19:41 +0200
  • 59b730a806 GNOME: fix recording windows with client-side decorations by recording the compositor window and tracking the window dec05eba 2022-09-18 18:51:37 +0200
  • 9f2f4240ba Attempt to fix video/audio desync when video pts gets desynced with clock dec05eba 2022-09-17 16:10:51 +0200
  • 49c876ca00 Make compatbie with old ass ubuntu dec05eba 2022-09-12 21:14:48 +0200
  • 948d285f82 Fix build for old ffmpeg (ubuntu, pop os lts) dec05eba 2022-09-11 22:38:44 +0200
  • 4917c0406c Fix crackling audio with pipewire and only add empty audio packets until the first packet arrives dec05eba 2022-09-06 14:40:34 +0200
  • f490abb67e Update: video is no longer variable framerate dec05eba 2022-09-02 01:00:24 +0200
  • 6ea59acb9e Make video framerate constant, fix audio desync a bit when no audio playing for a while dec05eba 2022-09-02 00:42:22 +0200
  • cd69b7813b Add option to use multiple audio inputs (each in their own audio track) dec05eba 2022-08-23 17:39:49 +0200
  • 16237d589a Fix audio recording with pipewire and with different pulseaudio system settings (frag) dec05eba 2022-08-06 09:56:39 +0200
  • a10a96e032 Revert "Revert "Use expose instead of visibility event"" dec05eba 2022-07-29 08:00:40 +0200
  • e1d8db92f3 Add note about broken vlc/kdenlive dec05eba 2022-07-27 20:53:45 +0200
  • 71149bba01 Revert "Use expose instead of visibility event" dec05eba 2022-07-25 05:20:52 +0200
  • 061f885fc6 Add info about flatpak dec05eba 2022-07-24 18:21:21 +0200
  • be69d51f25 Use expose instead of visibility event dec05eba 2022-07-18 00:13:14 +0200
  • db4944cd08 Check if visibility really change on event change dec05eba 2022-07-17 23:46:47 +0200
  • 228a68aaac Update README with correct info on PRIME ASOwnerYT 2022-07-07 18:32:15 +1200
  • 2ccfcfd794 Fix nvfbc recording at 3440 width (set linesize to width * 4) dec05eba 2022-07-06 10:57:38 +0200
  • c8b9542f0d Do not allow recording area right now when recording screen/monitor dec05eba 2022-07-06 09:25:20 +0200
  • 8b87654f1c Remove fps limit dec05eba 2022-05-15 01:45:22 +0200
  • b3fa6afd56 Update README with info about nvfbc being slower dec05eba 2022-04-26 17:02:41 +0200
  • 304b5c8e92 Add more performance comparison dec05eba 2022-04-14 19:11:37 +0200
  • 380b1fa48c Add more performance comparison dec05eba 2022-04-14 19:09:43 +0200
  • 32c3807fe1 Show correct original fps in mediainfo dec05eba 2022-04-09 04:23:41 +0200
  • 066cfae84c Improve quality, especially when using h264. Force disable h264 for now because quality is not as good dec05eba 2022-04-07 14:02:00 +0200
  • 94af0aeec4 Reduce bitrate. It was way too high dec05eba 2022-04-06 01:47:42 +0200
  • ed15405d2f p5 for high dec05eba 2022-04-05 16:33:39 +0200
  • 6a01677e23 Remove unecessary cuda memcpy when using nvfbc dec05eba 2022-04-04 06:13:52 +0200
  • c43fa5e4ee Better detection of window destroyed dec05eba 2022-03-31 01:53:39 +0200
  • e49d30048f Close screenrecorder when target window is closed dec05eba 2022-03-31 01:50:06 +0200
  • 7228d36647 Create pid file to detect if gpu-screen-recorder is already running and only allow one instance to run at once dec05eba 2022-03-31 01:24:27 +0200
  • 5a4d8ce21b Attempt to fix audio/video desync and fps mayhem when dec05eba 2022-03-28 04:31:52 +0200
  • 5ca83d45cf Remove direct capture sound hack (fixes audio on fedora) dec05eba 2022-03-25 13:41:28 +0100
  • 8117c92ee5 Fix replay crash when not recording audio dec05eba 2022-03-25 03:33:01 +0100
  • a99f010603 Redesign replay to save to file and continue on SIGUSR1 dec05eba 2022-03-25 01:09:12 +0100
  • 5415f56140 Attempt to fix audio in replay mode in screen-direct dec05eba 2022-03-24 19:11:23 +0100
  • e7de2006e6 Fix replay if no audio stream dec05eba 2022-03-24 19:04:48 +0100
  • d231d93891 Fix fullscreen window forcefully getting unfullscreened on i3 and bspwm dec05eba 2022-03-24 09:59:04 +0100
  • 2423e50d44 Add screen-direct option for direct NvFBC dec05eba 2022-03-24 00:35:02 +0100
  • efc15622a9 Attempt to fix audio timestamp being totally wrong on fedora dec05eba 2022-03-23 19:19:00 +0100
  • c595c7ffb5 Add more info about gnome issue in stderr dec05eba 2022-03-23 17:02:30 +0100
  • c0a68e2063 Readd nvfbc cursor capture dec05eba 2022-03-23 15:11:46 +0100
  • 3087f3ce12 Add info about PRIME dec05eba 2022-03-23 15:03:04 +0100
  • 36fd4516db Add -s option to set record area size, fix workspace switch freezing recording on bspwm, make background black after resize dec05eba 2022-03-22 23:08:39 +0100
  • 821cacf9ff Attempt 2 at fixing black screen under dwm/i3 after resize dec05eba 2022-03-22 17:45:26 +0100
  • af2a211767 Fix resize to fullscreen black video dec05eba 2022-03-22 15:57:29 +0100
  • 76dc50e862 More compositor info dec05eba 2022-03-22 14:40:31 +0100
  • 3b88b53f93 Add note about gtk csd dec05eba 2022-03-22 14:12:10 +0100
  • ff8fa9f0f7 Record black screen instead of crash when compositor + window is not supported at the moment dec05eba 2022-03-22 13:33:02 +0100
  • b8f643a7e1 Add install script for ubuntu based distros dec05eba 2022-03-22 13:08:02 +0100
  • d4bc7b420e Add script to record the selected window (with the active audio device) dec05eba 2022-03-22 13:04:08 +0100
  • f81bdfb29e Use /usr/lib64 instead of /usr/lib, which makes it compatible with gentoo dec05eba 2022-03-22 00:29:20 +0100
  • 97e0a6ad1b Do not add audio track if not recording audio dec05eba 2022-02-26 01:43:43 +0100
  • 55d66cf694 li dec05eba 2022-02-25 04:22:23 +0100
  • 35d2cc64fa Fix code after avcodec->codec was deprecated dec05eba 2022-02-25 04:11:58 +0100
  • 1f947c5861 Add full list of dependencies in README dec05eba 2022-01-30 23:27:37 +0100
  • 4162e9b272 Remove dependency on sibs for building dec05eba 2022-01-30 23:24:20 +0100
  • 33ed64355f Update readme with info about nvlax dec05eba 2021-11-14 05:43:54 +0100
  • f20253fce9 Update readme with info about nvfbc dec05eba 2021-10-30 10:13:59 +0200
  • a6e0e16f57 Change format dec05eba 2021-10-11 18:33:39 +0200
  • 18b4de0740 Update readme dec05eba 2021-09-08 12:17:08 +0200
  • bbfe02f72b Use interleaved write dec05eba 2021-09-07 17:55:39 +0200
  • 4e6e9974fb Fix video/audio sync when recording display dec05eba 2021-07-29 16:24:29 +0200
  • 905d430cda Fix recording display when a compositor is running dec05eba 2021-07-29 15:33:41 +0200
  • 04d229caf3 Use direct capture when possible dec05eba 2021-07-29 06:45:55 +0200
  • 1f71584a77 only use hevc when recording the entire screen dec05eba 2021-07-23 18:22:57 +0200
  • 4617e2c45a Add option to record a display or all displays. This requires nvfbc dec05eba 2021-07-23 17:33:37 +0200
  • 7b39bd81c0 Fix first frame being black dec05eba 2021-07-19 06:06:06 +0200
  • 5ad433c267 Update libpulse version dec05eba 2020-11-24 13:57:44 +0100
  • a7259c6ff5 Add medium quality and set quality to medium by default dec05eba 2020-08-31 23:22:14 +0200
  • 5537ebad6d Add medium quality dec05eba 2020-08-31 23:22:14 +0200
  • c94ce44dbe Fix black video when resizing to smaller window size dec05eba 2020-08-31 06:49:25 +0200
  • c622d2d799 Revert select code. Causes laggy video for some reason dec05eba 2020-08-31 04:19:11 +0200
  • 5f84ad1c76 Attempt to reduce frame skip dec05eba 2020-08-31 03:11:01 +0200
  • 534c9fd299 Change qmin and qmax again. They are too low dec05eba 2020-08-31 02:56:42 +0200
  • 008f119f4c Use select on x11 display instead of sleeping and use xdamage again dec05eba 2020-08-31 01:21:11 +0200
  • e80bab33ca Use rgb instead of rgba to save memory dec05eba 2020-08-30 22:54:24 +0200
  • 9ff163feb9 Disable unused mipmap dec05eba 2020-08-30 22:26:31 +0200
  • fabeb1707f Go all out on quality.. dec05eba 2020-08-30 06:17:38 +0200
  • 6fadab748d Set ideal qmax value dec05eba 2020-08-30 05:22:52 +0200
  • d8550f9183 Higher quality for 'high' dec05eba 2020-08-30 05:15:56 +0200
  • b193f6fee4 Add -q quality flag. Set to high by default. Valid values: high, ultra dec05eba 2020-08-30 05:04:10 +0200
  • d69aded7fa Slightly improve performance by only swapping buffer on redraw dec05eba 2020-08-30 04:06:49 +0200
  • e215d62dfd interactive.sh is a bash script dec05eba 2020-08-30 02:39:28 +0200
  • f7f8ef1747 Add script for streaming while saving a local copy of the video dec05eba 2020-08-29 07:30:43 +0200
  • 0780efe87d Vastly improve quality by using qmin and qmax (uses higher bitrate) dec05eba 2020-08-29 04:02:34 +0200