aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-08-31 02:56:42 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-31 02:56:42 +0200
commit534c9fd2992d249a200c5ec95349b23e1433263b (patch)
tree1e8d492af34f08643b9fb01cacb33ce97d2517c4 /README.md
parent008f119f4c5c2a3e0b590da073df8e05a8e7748f (diff)
Change qmin and qmax again. They are too low
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 750b8af..bacdb08 100644
--- a/README.md
+++ b/README.md
@@ -40,3 +40,4 @@ 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?