diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-04-29 20:47:08 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-05-03 19:38:36 +0200 |
commit | f90b2747206ab2d50db47e510727980f5129e2f6 (patch) | |
tree | 4991e11513432f3dce7c3df5866b2fdd59f8155d /TODO | |
parent | 3143358c3bfc882fb94c1ea906630fc0aa7fd061 (diff) |
Cleanup, clear bg on init
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -121,3 +121,7 @@ Investigate if there is a way to do gpu->gpu copy directly without touching syst Fix opus/flac ( variable framerate audio :( ). Going back to constant framerate audio should fix the issue with skipped frames when recording for some people (issue only reproducable with pulseaudio, and only for some users?). Go back to using pure vaapi without opengl for video encoding? rotation (transpose) can be done if its done after (rgb to yuv) color conversion. + +Implement scaling and use lanczos resampling for better quality. Lanczos resampling can also be used for YUV chroma for better color quality on small text. + +Try fixing HDR by passing HDR+10 data as well, and in the packet. Run "ffprobe -loglevel quiet -read_intervals "%+#2" -select_streams v:0 -show_entries side_data video.mp4" to test if the file has correct metadata. |