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.
我有来自 PAL 50i 相机的 raw-rgb 视频。如何检测帧的开始,就像在 gstreamer 中检测 h264 视频的关键帧一样?我想这样做是为了索引/切割目的。
如果这确实是原始 rgb 视频,则没有(现实的)方法来检测帧的开始。我会假设您的视频将作为整个帧出现,因此一个缓冲区 == 一帧,因此不需要进行此类检测。