iAvoe
23rd February 2021, 02:55
Hi, I came across the option rceq='blurCplx^(1-qComp)' (involves 2 option values), and thought about the possibility of using equations as parameter value since x264 is not going to get major updates, I believe some coding can be added in source code to adapt this idea.
There are 3 options that usually requires manual calculation:
--rc-lookahead <multiple of fps (round)>
--keyint <multiple of fps (round)>
--min-keyint <dividing keyint (round)>
For example:
--rc-lookahead 3×fps
--keyint 9×fps
--min-keyint max(0.5×keyint, 1)
I have no idea about coding, so this question is more like a silly feature request for random people, but that would be a good improvement tho :sly:
There are 3 options that usually requires manual calculation:
--rc-lookahead <multiple of fps (round)>
--keyint <multiple of fps (round)>
--min-keyint <dividing keyint (round)>
For example:
--rc-lookahead 3×fps
--keyint 9×fps
--min-keyint max(0.5×keyint, 1)
I have no idea about coding, so this question is more like a silly feature request for random people, but that would be a good improvement tho :sly: