2021-07-23 15:33:37 +00:00
Check for reparent.
2022-04-04 04:13:52 +00:00
Quickly changing workspace and back while recording under i3 breaks the screen recorder. i3 probably unmaps windows in other workspaces.
2022-08-23 15:39:49 +00:00
See https://trac.ffmpeg.org/wiki/EncodingForStreamingSites for optimizing streaming.
2022-09-18 16:51:37 +00:00
Add option to merge audio tracks into one (muxing?) by adding multiple audio streams in one -a arg separated by comma.
2022-09-01 22:42:22 +00:00
Look at VK_EXT_external_memory_dma_buf.
2022-09-06 12:40:34 +00:00
Allow setting a different output resolution than the input resolution.
Use mov+faststart.
2022-09-18 16:51:37 +00:00
Allow recording all monitors/selected monitor without nvfbc by recording the compositor proxy window and only recording the part that matches the monitor(s).
Allow recording a region by recording the compositor proxy window / nvfbc window and copying part of it.
2022-10-03 14:54:48 +00:00
Use nvenc directly, which allows removing the use of cuda.
2022-10-17 00:55:59 +00:00
Handle xrandr monitor change in nvfbc.
2022-11-30 23:47:30 +00:00
Add option for yuv 4:4:4 chroma sampling for the output video.
Implement follow focused in drm.
Support fullscreen capture on amd/intel using external kms process.
Support amf and qsv.