dec05eba
|
15176579cb
|
Fix replay saving freeze, unable to save replay if audio is not provided
|
2025-04-23 19:11:58 +02:00 |
|
dec05eba
|
8bd17b0c9a
|
Change replay recording filename prefix to Video
|
2025-04-22 20:21:08 +02:00 |
|
dec05eba
|
24ab0bd7aa
|
5.4.0
|
2025-04-22 18:46:20 +02:00 |
|
dec05eba
|
1fd30187fa
|
Move encoding code from video encoder to encoder, since it also processes audio input
|
2025-04-22 00:07:20 +02:00 |
|
dec05eba
|
990d6ce6bf
|
Fix crash on exit when replay recording, increase SIGRTMIN replay save by keyint time
|
2025-04-21 23:16:04 +02:00 |
|
dec05eba
|
81f155bf63
|
Refactor video encoding packet receiving, replay buffer and finish SIGRTMIN for recording while replay/replaying. Add -ro option to specify the directory
|
2025-04-21 23:02:29 +02:00 |
|
dec05eba
|
ce7b47a877
|
catch SIGTERM to stop recording
|
2025-04-20 22:19:49 +02:00 |
|
dec05eba
|
acf1624d2d
|
Move argument parsing to different file
|
2025-04-20 15:55:14 +02:00 |
|
dec05eba
|
c4e917e677
|
wip: support replay smaller time with SIGRTMIN+N and recording in replay mode with SIGTRMIN
|
2025-04-19 20:53:08 +02:00 |
|
dec05eba
|
1f3d28fc5c
|
Tune av1 quality
|
2025-04-15 03:34:23 +02:00 |
|
dec05eba
|
5029906c34
|
Fallback to graphics shader instead of compute shader if the gpu doesn't support compute shader (either glsl 420 or opengl es glsl 310)
|
2025-04-06 21:52:15 +02:00 |
|
dec05eba
|
8065ede251
|
rc-lookahead 0
|
2025-04-04 12:57:02 +02:00 |
|
dec05eba
|
baf0434854
|
Remove -preset and -multipass, replace with -tune performance|quality
|
2025-04-04 12:48:34 +02:00 |
|
dec05eba
|
0deb41afe1
|
Correct error message for preset
|
2025-04-04 01:47:19 +02:00 |
|
dec05eba
|
752e773fb7
|
Add -preset and -multipass options for higher quality video encoding on nvidia
|
2025-04-04 01:41:01 +02:00 |
|
dec05eba
|
33467cb7f4
|
m
|
2025-04-01 01:05:18 +02:00 |
|
dec05eba
|
1a61c64e3f
|
Usage text
|
2025-04-01 01:04:24 +02:00 |
|
dec05eba
|
6acd65a9c2
|
Remove -high-performance-encoding, always force enable it
|
2025-03-30 22:29:49 +02:00 |
|
dec05eba
|
56e2a82474
|
Fix cursor rotated background in compute shader on wayland
|
2025-03-30 22:11:33 +02:00 |
|
dec05eba
|
9599834d9c
|
5.3.4
|
2025-03-30 16:42:26 +02:00 |
|
dec05eba
|
82ec8e9630
|
Change quality parameters for 'very_high' (default) quality
|
2025-03-30 05:52:42 +02:00 |
|
dec05eba
|
9e61479c9c
|
Add -high-performance-encoding option to improve encoding performance (on amd)
|
2025-03-30 05:11:31 +02:00 |
|
dec05eba
|
b8a521a785
|
Reapply "WIP: use compute shader instead of graphics shader for better performance (especially on amd)"
This reverts commit f85a7ab205.
|
2025-03-29 15:38:05 +01:00 |
|
dec05eba
|
f85a7ab205
|
Revert "WIP: use compute shader instead of graphics shader for better performance (especially on amd)"
This reverts commit a41a32cb90.
|
2025-03-29 15:37:53 +01:00 |
|
dec05eba
|
a41a32cb90
|
WIP: use compute shader instead of graphics shader for better performance (especially on amd)
|
2025-03-29 13:29:10 +01:00 |
|
dec05eba
|
8e0b20df62
|
m
|
2025-03-18 23:03:22 +01:00 |
|
dec05eba
|
d2ab24121d
|
Test broadcom (raspberry pi) support
|
2025-03-18 21:54:12 +01:00 |
|
dec05eba
|
22c76fb8c3
|
Ffmpeg changes the api YET AGAIN, breaking recording on nvidia
|
2025-03-16 00:48:38 +01:00 |
|
dec05eba
|
190c775a08
|
Fix screenshot of window not working after latest change
|
2025-03-14 08:54:12 +01:00 |
|
dec05eba
|
b0de8588f2
|
Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) limitation that only allows one nvfbc session at a time
|
2025-03-13 22:34:29 +01:00 |
|
dec05eba
|
af54684103
|
Fix screenshot with region not working correctly for some sizes and possibly crashing
|
2025-03-13 01:38:26 +01:00 |
|
dec05eba
|
92492db788
|
Add region capture with -w region -region WxH+X+Y
|
2025-03-13 00:18:28 +01:00 |
|
dec05eba
|
5f3a14d3f6
|
Rename window_wayland to wayland and window_x11 to x11
|
2025-03-05 18:07:52 +01:00 |
|
dec05eba
|
d9eb44fae0
|
Audio device capture: make default output/input switch recording source the default output/input is changed in the audio server
|
2025-02-26 18:08:00 +01:00 |
|
dec05eba
|
a60fa9b68d
|
Higher jpeg quality, we can afford that
|
2025-02-24 21:40:20 +01:00 |
|
dec05eba
|
d12f312bc1
|
Change jpeg quality parameters
|
2025-02-24 01:30:16 +01:00 |
|
dec05eba
|
ce4a8574f8
|
Make it possible to stop screenshot with sigint
|
2025-02-22 13:20:36 +01:00 |
|
dec05eba
|
000da7d640
|
Make image output lossy (use stb image writer), also significantly improves performance for jpeg
|
2025-02-22 01:05:29 +01:00 |
|
dec05eba
|
fe4cd2bb0e
|
Make fps option (default to 60)
|
2025-02-21 20:32:28 +01:00 |
|
dec05eba
|
a8b26621d4
|
Only show codec warning for image output
|
2025-02-16 14:29:06 +01:00 |
|
dec05eba
|
1b5cde0789
|
Support taking a screenshot (-o image.jpg/image.png)
|
2025-02-16 14:21:17 +01:00 |
|
dec05eba
|
62bbdd7c30
|
Revert kde plasma 6.2 hdr workaround code
|
2025-02-15 16:57:37 +01:00 |
|
dec05eba
|
e869b55878
|
Revert hdr color fix. It looked better for fullscreen hdr games before
|
2025-02-13 01:05:37 +01:00 |
|
dec05eba
|
d217aec053
|
Minor -sc fix for flatpak
|
2025-02-10 18:07:10 +01:00 |
|
dec05eba
|
d088586296
|
Make plasmashell check work in flatpak
|
2025-02-10 17:04:31 +01:00 |
|
dec05eba
|
a3b9b89a7f
|
Attempt to fix incorrect hdr colors on kde plasma 6.2
|
2025-02-09 06:51:22 +01:00 |
|
dec05eba
|
2ee6c9dc92
|
Fix crash when trying to capture hdr and it fails
Also move replay buffer frames reset to right after saving instead when
the save has finished.
|
2025-02-08 19:30:43 +01:00 |
|
dec05eba
|
7babffaa01
|
Improve argument parsing
|
2025-02-07 23:47:39 +01:00 |
|
dec05eba
|
4ac5da0c1c
|
m
|
2025-02-06 01:57:20 +01:00 |
|
dec05eba
|
1cb9066dbb
|
Increase replay max allowed duration to 3 hours
|
2025-02-06 01:56:17 +01:00 |
|