Fix black video when resizing to smaller window size

This commit is contained in:
dec05eba
2020-08-31 06:49:25 +02:00
parent c622d2d799
commit c94ce44dbe
2 changed files with 17 additions and 2 deletions

View File

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