Read part of frames

 采纳的回答

You can use:
nframes = fileinfo.NumFrames;
i = 1:10:nframes

1 个评论

Note: if the video is stored with variable frame rate, then you will have to read to the end of the video file first before you can determine how many frames were present.

请先登录,再进行评论。

更多回答(0 个)

产品

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by