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.
我目前正在使用 nvenc 解码 H264 文件,我需要随机访问该文件。所以,我为测试目的所做的就是让每一帧都成为 IDR 帧。现在,如果我知道 H264 文件中帧的文件偏移量。仅仅寻找那个位置,读取为该帧写入的字节量并将其传递给解码器就足够了吗?我的理解是解码器应该能够只处理一个 IDR 帧并能够对其进行解码。那是对的吗?