diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-02-16 23:39:02 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-02-16 23:40:21 +0100 |
commit | 1d8d95fba49a6c1eb6304d439b671f39595b984d (patch) | |
tree | 03299c76d7bfd872e999e6c48c4ad860ee4ee167 /TODO | |
parent | c22c66260e0a2442ac4344f722cb60279449c0cc (diff) |
Add option to merge audio devices by separating audio inputs with | in one -a
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,6 @@ Check for reparent. Quickly changing workspace and back while recording under i3 breaks the screen recorder. i3 probably unmaps windows in other workspaces. See https://trac.ffmpeg.org/wiki/EncodingForStreamingSites for optimizing streaming. -Add option to merge audio tracks into one (muxing?) by adding multiple audio streams in one -a arg separated by comma. Look at VK_EXT_external_memory_dma_buf. Allow setting a different output resolution than the input resolution. Use mov+faststart. @@ -13,4 +12,5 @@ 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. -Disable flipping on nvidia? this might fix some stuttering issues on some setups. See NvCtrlGetAttribute/NvCtrlSetAttributeAndGetStatus NV_CTRL_SYNC_TO_VBLANK https://github.com/NVIDIA/nvidia-settings/blob/d5f022976368cbceb2f20b838ddb0bf992f0cfb9/src/gtk%2B-2.x/ctkopengl.c.
\ No newline at end of file +Disable flipping on nvidia? this might fix some stuttering issues on some setups. See NvCtrlGetAttribute/NvCtrlSetAttributeAndGetStatus NV_CTRL_SYNC_TO_VBLANK https://github.com/NVIDIA/nvidia-settings/blob/d5f022976368cbceb2f20b838ddb0bf992f0cfb9/src/gtk%2B-2.x/ctkopengl.c. +Replays seem to have some issues with audio/video. Why?
\ No newline at end of file |