aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-08-31 04:19:11 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-31 04:19:11 +0200
commitc622d2d799820b90dc624c5f869b79607c62f1ae (patch)
treed8ae2ccb5d3a03b0e46287e4e35abe5baf2666d6 /README.md
parent5f84ad1c767ed4e8fd67a27514fe38cdee9b3edf (diff)
Revert select code. Causes laggy video for some reason
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index bacdb08..750b8af 100644
--- a/README.md
+++ b/README.md
@@ -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?