aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-03-22 00:29:20 +0100
committerdec05eba <dec05eba@protonmail.com>2022-03-22 00:29:20 +0100
commitf81bdfb29e2747c39c982a9f4cbbdaa830c2560a (patch)
tree1669c809e67b738fe91d3a6ad2053e36d60264a5 /README.md
parent97e0a6ad1b5204bc919d4d852b0b8a2c0c10a611 (diff)
Use /usr/lib64 instead of /usr/lib, which makes it compatible with gentoo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1f8ad7..5700257 100644
--- a/README.md
+++ b/README.md
@@ -38,4 +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?)
-* 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.
+* Dynamically change bitrate/resolution to match desired fps. This would be helpful when streaming for example, where the encode output speed also depends on upload speed to the streaming service.