aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-03 00:05:34 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-03 00:05:34 +0200
commit636150ef08867178ca8a826e912502112865346d (patch)
treee622f1d91e08c92687d1be4a65796f7c3d4751fa /TODO
parent612fe6a9c2f97f20a1be255e188cd46d63c7175b (diff)
Fallback to cpu encoding if auto video encoder is selected and gpu encoding is not supported. Automatically use correct mp4/webm container depending on video codec
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index ae315e6..fa0fdb7 100644
--- a/TODO
+++ b/TODO
@@ -179,3 +179,5 @@ Show message that replay/streaming has to be restarted if recording settings are
Support vector graphics. Maybe support svg, rendering it to a texture for better performance.
Support freetype for text rendering. Maybe load freetype as runtime (with dlopen) and use that when available and fallback to stb_freetype if not available.
+
+Show .webm container option. It's currently chosen automatically if vp8/vp9 is chosen. The available containers should automatically switch depending on the video codec. \ No newline at end of file