Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是解析 JM 中编码的 H264 比特流的每帧使用的比特的快速方法?
如果你想要平均位数,只需number_of_bits/number_of_frames. 对于来自单个帧的位,您将不得不解码实际的位流。
number_of_bits/number_of_frames