aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-11-30 18:27:39 +0100
committerdec05eba <dec05eba@protonmail.com>2023-11-30 18:27:39 +0100
commit72d75d0f4a43fd460d0df2364890b5fdc1234514 (patch)
tree2b497977e9f13e760d396e4febcc0b7dbe8d73d7 /TODO
parent31e54bdc8551fa5c9984311341fcbd05938eca9d (diff)
Workaround mesa (amd and intel driver issue): use hevc when mkv is used since mesa doesn't support global headers for h264
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 97a741d..e78d62e 100644
--- a/TODO
+++ b/TODO
@@ -106,3 +106,5 @@ Support I915_FORMAT_MOD_Y_TILED_CCS (and other power saving modifiers, see https
Test if p2 state can be worked around by using pure nvenc api and overwriting cuInit/cuCtxCreate* to not do anything. Cuda might be loaded when using nvenc but it might not be used, with certain record options? (such as h264 p5).
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. \ No newline at end of file