Add config options to fine tune the x264 encoder

This commit is contained in:
loki
2019-12-06 20:52:08 +01:00
parent f9c76828d4
commit d0f0e0b239
5 changed files with 29 additions and 12 deletions

View File

@@ -26,4 +26,9 @@ gop_size = 24
# Constant Rate Factor. Between 1 and 52.
# Higher value means more compression, but less quality
crf = 35
crf = 28
# See x264 --fullhelp for the different presets
# profile = baseline
# preset = superfast
# tune = zerolatency