This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM68A:H265 Slice_partitioning_method

Guru**** 2831025 points

Other Parts Discussed in Thread: AM68A

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1618256/am68a-h265-slice_parttioning_method

部件号: AM68A

我们正在从 h264 转向 H265、重点是实现尽可能小的延迟。 因此、我们想要在 H265 中使用切片。 但是、我看到的唯一参数是:

    number_of_MBS_in_a_slice 0x009909dc (int)  :min=0 max=65535 step=1 default=0 value=0
   Slice_partitioning_method 0x009909dd(菜单) :min=0 max=1 default=0 value=0(单个)
        0:单通道
        1:Max macroblocks

考虑到它说的是 macroblock 而不是 ctus、它看起来像是 H265 不受支持。 我还尝试为 v4l2h265enc 启用 slice_partitioning_method=1、但它只是崩溃了。