diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-28 05:33:53 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-28 05:33:53 +0200 |
commit | 1a82c72154c1d1db930a61b5486d375195692036 (patch) | |
tree | d925d7effc899a674fe1d6c72488ac246ee7d38c /README.md | |
parent | c1f5d7ee4d5fc8cdd7f297f3f2c0b57b7718b114 (diff) |
Add TODO black screen
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,4 +37,5 @@ FFMPEG only uses the GPU with CUDA when doing transcoding from an input video to * Support AMD and Intel, using VAAPI. cuda and vaapi should be loaded at runtime using dlopen instead of linking to those libraries at compile-time. * Clean up the code! -* Fix segfault in debug mode +* Fix segfault in debug mode (happens because audio codec becomes NULL?) +* Fix blackscreen at start that appears until the second keyframe, which can be several seconds on a non-moving screen. Why does this happen? ffmpeg says the first frame should always be a keyframe! |