diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-31 02:56:42 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-31 02:56:42 +0200 |
commit | 534c9fd2992d249a200c5ec95349b23e1433263b (patch) | |
tree | 1e8d492af34f08643b9fb01cacb33ce97d2517c4 /README.md | |
parent | 008f119f4c5c2a3e0b590da073df8e05a8e7748f (diff) |
Change qmin and qmax again. They are too low
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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? |