diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-02 00:42:22 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-02 00:42:22 +0200 |
commit | 6ea59acb9e1e268d445d8b1888c390a3e2d792de (patch) | |
tree | 3b046a10a3f53f4eb6c467562fc581f9ffaba256 /TODO | |
parent | cd69b7813b98ce0a27667d220e2fff7727cae65d (diff) |
Make video framerate constant, fix audio desync a bit when no audio playing for a while
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,4 +8,6 @@ Quickly changing workspace and back while recording under i3 breaks the screen r Remove hw_get_frame as it creates a new cuda device ptr which we dont use! Nvidia 515.57 supports nvfbc direct capture with mouse capture. Check if driver is equal or newer than this and use mouse capture in such situations (with direct capture) supports nvfbc direct capture with mouse capture. See https://trac.ffmpeg.org/wiki/EncodingForStreamingSites for optimizing streaming. -Add -ma option to merge all audio tracks into one (muxing?).
\ No newline at end of file +Add -ma option to merge all audio tracks into one (muxing?). +Look at VK_EXT_external_memory_dma_buf. +Allow setting a different output resolution than the input resolution.
\ No newline at end of file |