Read part of frames

How i read for exemple 10 in 10 frames of a video in matlab?

 採用された回答

Nuno
Nuno 2011 年 7 月 18 日

0 投票

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

1 件のコメント

Walter Roberson
Walter Roberson 2011 年 7 月 18 日
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 件)

製品

タグ

質問済み:

2011 年 7 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by