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.
我正在尝试在 MATLAB 中设置一个视频框架,我需要知道给定视频的关键帧。我尝试了 ffmpeg 并且能够提取关键帧。我知道我可以从 MATLAB 调用 ffmpeg 并继续我的生活。我想知道关键帧索引以及我对 MATLAB 解决方案的要求。
尝试使用VideoReader 类在 Matlab 中加载视频。