Set audio timeout to a low value again

This commit is contained in:
dec05eba
2024-04-13 01:46:31 +02:00
parent 1c274cd448
commit bc55369230
2 changed files with 42 additions and 9 deletions

4
TODO
View File

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