30.12.2021, 16:56
Hmm, debug output doesn't really show an error aside from that the encoder aborted with "exitcode -1073741819".
That said I can reproduce the issue here and I get:
Funny thing is that if I use '--tune animation' instead of "--bframes 5 --psy-rd 0.40 --deblock=1:1" encoding works.
(https://x265.readthedocs.io/en/stable/pr...#animation)
Alternatively one could add '--rc-lookahead 6'.
Yes, I thing this is a bug in x265 as it should automatically adjust the rc-lookahead since it wasn't specified in the default settings.
-> I'll adjust Hybrid to make sure that the rc-lookahead is always > b-frame count (not >= b-frame count as it is atm.)
Cu Selur
That said I can reproduce the issue here and I get:
x265 [info]: HEVC encoder version 3.5+21-428400bf5
x265 [info]: build info [Windows][GCC 11.2.0][64 bit] 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [error]: Lookahead depth must be greater than the max consecutive bframe count
x265 [error]: x265_encoder_open() failed for Enc,
x265 [error]: Failure generating stream headers in x265
(https://x265.readthedocs.io/en/stable/pr...#animation)
Alternatively one could add '--rc-lookahead 6'.
Yes, I thing this is a bug in x265 as it should automatically adjust the rc-lookahead since it wasn't specified in the default settings.
-> I'll adjust Hybrid to make sure that the rc-lookahead is always > b-frame count (not >= b-frame count as it is atm.)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.