aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-04-13 01:46:31 +0200
committerdec05eba <dec05eba@protonmail.com>2024-04-13 01:46:31 +0200
commitbc553692307a3005410b5b2f5c7e20a26aefdcfe (patch)
treeb74e9a1b81741e70ceacfc85c9856e75af8e1d3a /TODO
parent1c274cd4484589e94846dff0a7200467388f3225 (diff)
Set audio timeout to a low value again
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 86911c3..d980aa4 100644
--- a/TODO
+++ b/TODO
@@ -117,3 +117,7 @@ Support drm plane rotation. Neither X11 nor any Wayland compositor currently rot
Investigate if there is a way to do gpu->gpu copy directly without touching system ram to enable video encoding on a different gpu. On nvidia this is possible with cudaMemcpyPeer, but how about from an intel/amd gpu to an nvidia gpu or the other way around or any combination of iGPU and dedicated GPU?
Maybe something with clEnqueueMigrateMemObjects? on AMD something with DirectGMA maybe?
+
+Fix opus/flac ( variable framerate audio :( ).
+
+Change aac bitrate by default to 160kbps and opus/flac to 128kbps and remove the -ab option. \ No newline at end of file