aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-12-23 12:40:16 +0100
committerdec05eba <dec05eba@protonmail.com>2023-12-23 12:40:16 +0100
commit84f9a042729ca76b3b56e824fede202cc6d2897b (patch)
treeb337d1f6b6edbfc017b72b82596856a3b8d32375 /TODO
parent02ee8b8d0f80b759f13601523c4514fb23bf5fce (diff)
Small changes who cares
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index e96ef3f..c7d3a75 100644
--- a/TODO
+++ b/TODO
@@ -108,3 +108,5 @@ Test if p2 state can be worked around by using pure nvenc api and overwriting cu
nvenc uses cuda when using b frames and rgb->yuv conversion, so convert the image ourselves instead.-
Mesa doesn't support global headers (AV_CODEC_FLAG_GLOBAL_HEADER) with h264... which also breaks mkv since mkv requires global header. Right now gpu screen recorder will forcefully set video codec to hevc when h264 is requested for mkv files.
+
+Drop frames if live streaming cant keep up with target fps, or dynamically change resolution/quality.