Read part of frames
조회 수: 1 (최근 30일)
이전 댓글 표시
How i read for exemple 10 in 10 frames of a video in matlab?
댓글 수: 0
채택된 답변
Nuno
2011년 7월 18일
You can use:
nframes = fileinfo.NumFrames;
i = 1:10:nframes
댓글 수: 1
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개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!