dec05eba
6141fda5e2
Add support for vp8 and vp9 (experimental)
2024-07-06 01:43:50 +02:00
dec05eba
62d61fda12
Add support for software video encoding with '-encoder cpu' option, currently h264 only
2024-07-04 01:35:03 +02:00
dec05eba
6598e09efa
Use low latency mode if output is being piped (/dev/stdout as output), do not do audio delay compensation if output is being piped
2024-06-28 16:30:00 +02:00
dec05eba
d21ada4b19
temp
2024-06-23 01:02:40 +02:00
dec05eba
df83c8a602
Fix audio recording (channel layout) for ffmpeg 7
2024-06-22 03:36:23 +02:00
dec05eba
ab78e56872
Add -fm 'content' option to match fps to captured content, only x11 window capture currently supported
2024-06-21 22:18:23 +02:00
dec05eba
ac2add6f04
Force non av1 video codec for hls and aac, force aac for flv
2024-06-03 10:11:49 +02:00
dec05eba
fe690fa38a
Make gopm a float, rename it to keyint (keyframe interval)
2024-05-30 00:21:45 +02:00
dec05eba
cd7aa77bf5
Re-enable opus and make it default (test)
2024-05-10 23:39:43 +02:00
dec05eba
f90b274720
Cleanup, clear bg on init
2024-05-03 19:38:36 +02:00
dec05eba
984d10caff
Show flatpak run command in help menu
2024-04-22 10:41:51 +02:00
Stoppedpuma
d066dfc645
Increase audio bitrate for all codecs
...
Increases AAC to 160kbps, increases Opus and FLAC to 128kbps.
Remove step from TODO.
2024-04-16 18:12:08 +02:00
dec05eba
bc55369230
Set audio timeout to a low value again
2024-04-13 01:46:31 +02:00
dec05eba
e7aa4a5499
Better audio timing test: compensate for audio server latency
2024-04-09 23:34:35 +02:00
dec05eba
d5bf41fed6
X11 nvidia monitor capture: fix capture broken after sleep/suspend or monitor reconfiguration
2024-04-08 00:51:33 +02:00
dec05eba
1f4f6209a0
Mention new issues page
2024-04-02 00:49:43 +02:00
dec05eba
2efcc6a567
Allow overclocking on window capture nvidia
2024-03-10 10:09:59 +01:00
dec05eba
45ad3695b6
Refactor capture base
2024-03-09 18:54:53 +01:00
dec05eba
a3fedae329
Draw cursor in window capture
2024-03-09 16:59:09 +01:00
dec05eba
0d89378021
Use opengl capture for nvfbc (prepare for vulkan capture without cuda)
2024-03-08 11:35:26 +01:00
dec05eba
e75dcd0374
Update readme
2024-02-28 13:45:41 +01:00
dec05eba
d56db4acb4
Add usage example for replay
2024-02-20 19:04:04 +01:00
dec05eba
aabd64aabb
FAQ: glitched video
2024-02-10 15:45:20 +01:00
dec05eba
b8843395ac
Add screen rotation support (tested on amd/intel)
...
screen rotation in wayland is best effort,
wayland doesn't give the necessary information to make it robust.
2024-02-10 03:48:43 +01:00
dec05eba
017fd0a37d
Add support for hdr capture on amd/intel
...
Nvidia support will be added in the future.
Note that hdr metadata is missing from the output file as
amd and intel both have bugged drivers that dont add hdr metadata
to the output file.
Need to find a workaround for this (patching the video bitstream?).
Add -cr limited|full, to set color range
2024-02-06 02:43:47 +01:00
dec05eba
0af35ae6df
Create directory to output file if not exists
2024-01-02 05:38:29 +01:00
dec05eba
84f9a04272
Small changes who cares
2023-12-23 12:40:16 +01:00
dec05eba
8e66363352
flatpak: run gsr kms server on host if the file has root capacity
2023-11-30 18:44:45 +01:00
dec05eba
72d75d0f4a
Workaround mesa (amd and intel driver issue): use hevc when mkv is used since mesa doesn't support global headers for h264
2023-11-30 18:27:39 +01:00
dec05eba
21a8180f82
test
2023-11-27 16:42:11 +01:00
dec05eba
5a8900e3c1
Remove old todo
2023-11-18 14:32:57 +01:00
dec05eba
a629c0bfb3
Make amd/intel nvidia/wayland capture display match x11 connector name, allow screen capture on amd/intel nvidia/wayland (select the first output for now)
2023-11-17 10:09:51 +01:00
dec05eba
290db495ff
kms client/server: replace unix domain socket file with socketpair after connecting (fixes issue of .gsr-kms-socket files remaining in $HOME)
2023-11-12 10:55:02 +01:00
dec05eba
f4f78b0684
Add experimental av1 support (only tested on amd)
2023-11-11 13:36:45 +01:00
dec05eba
62e7a04b10
Revert "Try re-enabling use of modified in linux dma buf ext egl create image"
...
This reverts commit 97a345f08f .
2023-10-31 21:11:23 +01:00
dec05eba
f12541d3f0
Revert temp modifier test
2023-10-31 20:59:40 +01:00
dec05eba
97a345f08f
Try re-enabling use of modified in linux dma buf ext egl create image
2023-10-31 17:40:32 +01:00
dec05eba
44d50065b9
Update TODO
2023-10-21 23:10:06 +02:00
dec05eba
bae4504370
Install systemd service in install script, skip empty audio device
...
Stop systemd service with SIGINT
2023-10-15 18:12:33 +02:00
dec05eba
7d358580a2
wip
2023-09-07 19:19:00 +02:00
dec05eba
3acc7e5972
README password prompt
2023-08-18 23:14:59 +02:00
dec05eba
59bf8e3025
Change nvenc preset to p5 to workaround new nvidia driver bug
2023-08-15 23:27:13 +02:00
dec05eba
a0e8e9ba59
Test fix recent regression in ffmpeg that increases cpu usage
2023-08-09 18:18:46 +02:00
dec05eba
140199bf7b
Update TODO with camera
2023-08-09 09:14:58 +02:00
dec05eba
3a85b457c8
Remove TODO items, improve readme replay service section
2023-07-28 23:06:26 +02:00
dec05eba
4ad0118f35
High priority egl context if possible, use eglBindAPI(EGL_OPENGL_ES_API)
2023-07-26 02:31:12 +02:00
dec05eba
bee99a69e3
Dont use jpeg color range (fixes too dark image on amd/intel in flatpak)
2023-07-25 04:46:45 +02:00
dec05eba
9ca5b8ec3a
Fix cursor offset in kms grab (amd/intel), disable wlroots capture until its fixed
2023-07-22 20:12:41 +02:00
dec05eba
4de23c2556
Temp disable cursor fix
2023-07-22 05:13:23 +02:00
dec05eba
22a0a01553
AMD/Intel capture cursor
2023-07-22 02:57:38 +02:00