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

This commit is contained in:
dec05eba
2025-06-03 00:05:34 +02:00
parent 612fe6a9c2
commit 636150ef08
2 changed files with 55 additions and 19 deletions

2
TODO
View File

@@ -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.