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