Commit Graph

407 Commits

Author SHA1 Message Date
dec05eba
0ec31db6c6 Do not set keyint min 2022-10-02 23:08:07 +02:00
dec05eba
6885d1a30e Sacrifice seek speed for reduced file size 2022-10-02 22:19:54 +02:00
dec05eba
5d92b53f1c Add install script for non ubuntu / (arch) distros 2022-10-02 01:24:11 +02:00
dec05eba
b99652ee28 Make the audio input description the input name by default 2022-10-02 01:18:12 +02:00
dec05eba
5871abc42f Allow giving audio inputs names by prefixing them with <name>/ 2022-10-02 01:04:57 +02:00
dec05eba
a1f7fedcb8 Add unique index to each audio input device name 2022-10-02 00:40:49 +02:00
dec05eba
f7606a144b Give error when using an invalid audio input with pipewire 2022-09-30 22:02:23 +02:00
dec05eba
09ad7a1eb5 Give each audio input a seperate node by giving them an unique context name 2022-09-30 21:14:12 +02:00
dec05eba
912515303b Remove allowing only 1 process of gpu-screen-recorder at a time 2022-09-30 16:24:34 +02:00
dec05eba
1a7fd28a3f Remove cuda.h 2022-09-29 20:07:54 +02:00
dec05eba
6e407b0b62 Use better name for quality options to clearify that medium is actually very high quality, because people dont understand that 2022-09-29 17:34:32 +02:00
dec05eba
1db2282683 Remove dependency on glew and glfw, move external files to external directory 2022-09-28 01:03:06 +02:00
dec05eba
2570d1e86a Revert ubuntu package cuda 2022-09-26 03:01:45 +02:00
dec05eba
febffdacc9 Load libcuda.so.1 if libcuda.so is missing 2022-09-26 01:57:35 +02:00
dec05eba
a648b591a0 Update flatpak info 2022-09-26 01:35:49 +02:00
dec05eba
4fead183fe Load cuda at runtime. Include cuda header files inside the project 2022-09-26 01:26:45 +02:00
dec05eba
0059724fdc Read audio data from pulseaudio as it's available and buffer it. Fixes audio recording on pulseaudio (and some pipewire configs) 2022-09-22 01:44:45 +02:00
dec05eba
5ba4c05953 Fix build for older version of ffmpeg (linux mint 20.3 for example) 2022-09-21 19:12:28 +02:00
dec05eba
f8237ca5ae Fix build on older ffmpeg (17+ months old), see ffmpeg commit ef6a9e5e311f09fa8032974fa4d0c1e166a959bb 2022-09-21 05:47:37 +02:00
dec05eba
f810161203 Is this the final solution to the audio crackling problem? increase pts by number of samples and add dummy audio frames between 2022-09-20 20:11:56 +02:00
dec05eba
a668cac2bb Do not allocate cuda buffer when using nvfbc 2022-09-20 13:10:05 +02:00
dec05eba
2b7729efb9 Fix build on ubuntu, use a mainloop with timeout instead of sleep 2022-09-20 11:01:34 +02:00
dec05eba
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 2022-09-20 03:39:15 +02:00
dec05eba
9f2ddf3802 Fix build on some distros? 2022-09-19 23:31:21 +02:00
dec05eba
85cd5a9d11 Move scripts to script dir, add youtube-hls-stream script, fix twitch stream script 2022-09-19 16:19:41 +02:00
dec05eba
59b730a806 GNOME: fix recording windows with client-side decorations by recording the compositor window and tracking the window 2022-09-18 18:51:37 +02:00
dec05eba
9f2f4240ba Attempt to fix video/audio desync when video pts gets desynced with clock 2022-09-17 16:10:51 +02:00
dec05eba
49c876ca00 Make compatbie with old ass ubuntu 2022-09-12 21:14:48 +02:00
dec05eba
948d285f82 Fix build for old ffmpeg (ubuntu, pop os lts) 2022-09-11 22:38:44 +02:00
dec05eba
4917c0406c Fix crackling audio with pipewire and only add empty audio packets until the first packet arrives 2022-09-06 14:40:34 +02:00
dec05eba
f490abb67e Update: video is no longer variable framerate 2022-09-02 01:00:24 +02:00
dec05eba
6ea59acb9e Make video framerate constant, fix audio desync a bit when no audio playing for a while 2022-09-02 00:42:22 +02:00
dec05eba
cd69b7813b Add option to use multiple audio inputs (each in their own audio track) 2022-08-23 17:39:49 +02:00
dec05eba
16237d589a Fix audio recording with pipewire and with different pulseaudio system settings (frag) 2022-08-06 09:56:39 +02:00
dec05eba
a10a96e032 Revert "Revert "Use expose instead of visibility event""
This reverts commit 71149bba01.
2022-07-29 08:00:40 +02:00
dec05eba
e1d8db92f3 Add note about broken vlc/kdenlive 2022-07-27 20:53:45 +02:00
dec05eba
71149bba01 Revert "Use expose instead of visibility event"
This reverts commit be69d51f25.
2022-07-25 05:20:52 +02:00
dec05eba
061f885fc6 Add info about flatpak 2022-07-24 18:21:21 +02:00
dec05eba
be69d51f25 Use expose instead of visibility event 2022-07-18 00:13:14 +02:00
dec05eba
db4944cd08 Check if visibility really change on event change 2022-07-17 23:46:47 +02:00
ASOwnerYT
228a68aaac Update README with correct info on PRIME 2022-07-07 09:07:09 +02:00
dec05eba
2ccfcfd794 Fix nvfbc recording at 3440 width (set linesize to width * 4)
Thanks to Hans Gaiser for debugging and fixing it!
2022-07-06 10:58:00 +02:00
dec05eba
c8b9542f0d Do not allow recording area right now when recording screen/monitor 2022-07-06 09:25:20 +02:00
dec05eba
8b87654f1c Remove fps limit 2022-05-15 01:45:22 +02:00
dec05eba
b3fa6afd56 Update README with info about nvfbc being slower 2022-04-26 17:03:08 +02:00
dec05eba
304b5c8e92 Add more performance comparison 2022-04-14 19:11:37 +02:00
dec05eba
380b1fa48c Add more performance comparison 2022-04-14 19:09:43 +02:00
dec05eba
32c3807fe1 Show correct original fps in mediainfo 2022-04-09 04:23:41 +02:00
dec05eba
066cfae84c Improve quality, especially when using h264. Force disable h264 for now because quality is not as good 2022-04-07 14:04:34 +02:00
dec05eba
94af0aeec4 Reduce bitrate. It was way too high 2022-04-06 01:47:42 +02:00