aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-08-23 17:39:49 +0200
committerdec05eba <dec05eba@protonmail.com>2022-08-23 17:39:49 +0200
commitcd69b7813b98ce0a27667d220e2fff7727cae65d (patch)
tree4f965618491ae39b174d56f1a8d3f88691e76d2f /TODO
parent16237d589a9bddbe12018f3f5c1be55ce3d847e6 (diff)
Add option to use multiple audio inputs (each in their own audio track)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7d9dc87..eadfb3e 100644
--- a/TODO
+++ b/TODO
@@ -7,4 +7,5 @@ Remove dependency on glfw (and glew?).
Quickly changing workspace and back while recording under i3 breaks the screen recorder. i3 probably unmaps windows in other workspaces.
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. \ No newline at end of file
+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