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.
我想知道是否可以使用 h264_cuvid 解码器通过 ffmpeg 解码 h264 流来获取运动矢量数据。使用标准的“h264”解码器,我可以在 avframe 的 sidedata 中获取它们(将 av_dict_set(&opts, "flags2", "+export_mvs", 0); 传递给 avcodec_open2 函数)。但是cuvid版本呢?我已经进行了搜索,但没有成功。有人知道吗?谢谢