SVT-HEVC
SVT-HEVC copied to clipboard
Set max number of B frames between non-B-frames.
When can the SVT-HEVC decoder support setting setting max number of B frames between non-B-frames. Thanks a lot.
Hi @Holly0521, You may be aware of it already but in case you may find it useful, bitstream hierarchical coding structure looks like this https://github.com/OpenVisualCloud/SVT-HEVC/blob/master/Docs/svt-hevc_encoder_user_guide.md#1-hierarchical-coding-structure-parameters I guess you are asking something similar to --bframes from x265?
Hi @tianjunwork, thanks for your reply, then I will see the implementation of SVT_HEVC. Yes, I'm asking -bframes similar to x265.