movmasty
7th January 2016, 23:37
Seems that to get the right quote of Bf you must use the optimal adaptive B frames,
but it costs a lot in time encoding, 25-30% more for a final pass,
and almost doubles the time for a fast 1st pass.
Looking for a workaround, setting fast adaptive, i tried to raise the bias, very poor results
then to raise max B together with bias, always poor results, few B more,
but really an higher Bias is raising the max number of consecutive B-frames, leaving the total almost equal.
The exact opposite of that an encoder would like, because the goal is to get more 1-2-3 consecutive B, lowering the 0 B points,turning 1 consecutive into 2, but to not have too many consecutive B.
With optimal 0 b frames is rare, with fast happens often, also if you raise the bias or max B frames.
There is any way to change this?
To modify the bias so that raising it will avoid no B frames in between or just one,
and wont raise 5-6 consecutive B.
And I am also addressing to the programmers of x265,
since those of x264 are by now in a relaxing mood(dont tell me that they are the same....)
but it costs a lot in time encoding, 25-30% more for a final pass,
and almost doubles the time for a fast 1st pass.
Looking for a workaround, setting fast adaptive, i tried to raise the bias, very poor results
then to raise max B together with bias, always poor results, few B more,
but really an higher Bias is raising the max number of consecutive B-frames, leaving the total almost equal.
The exact opposite of that an encoder would like, because the goal is to get more 1-2-3 consecutive B, lowering the 0 B points,turning 1 consecutive into 2, but to not have too many consecutive B.
With optimal 0 b frames is rare, with fast happens often, also if you raise the bias or max B frames.
There is any way to change this?
To modify the bias so that raising it will avoid no B frames in between or just one,
and wont raise 5-6 consecutive B.
And I am also addressing to the programmers of x265,
since those of x264 are by now in a relaxing mood(dont tell me that they are the same....)