diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-31 06:49:25 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-31 06:49:25 +0200 |
commit | c94ce44dbeb1156cd9c9ac1ae9d40248ce6c491e (patch) | |
tree | 8d647bcbd98aa6bca568e1028f4c08f98557cee2 /README.md | |
parent | c622d2d799820b90dc624c5f869b79607c62f1ae (diff) |
Fix black video when resizing to smaller window size
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,5 +38,4 @@ FFMPEG only uses the GPU with CUDA when doing transcoding from an input video to libraries at compile-time. * Clean up the code! * 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! * Dynamically change bitrate to match desired fps. This would be helpful when streaming for example, where the encode output speed also depends on upload speed to the stream service. |