diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-31 04:19:11 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-31 04:19:11 +0200 |
commit | c622d2d799820b90dc624c5f869b79607c62f1ae (patch) | |
tree | d8ae2ccb5d3a03b0e46287e4e35abe5baf2666d6 /README.md | |
parent | 5f84ad1c767ed4e8fd67a27514fe38cdee9b3edf (diff) |
Revert select code. Causes laggy video for some reason
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,4 +40,3 @@ libraries at compile-time. * 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. -* Random frames are skipped, why? |