Read part of frames
3 次查看(过去 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!