Conversion of video to images
이전 댓글 표시
I would like to know the procedure to convert a video(preferably mp4 or avi format) to images(frames) of any standard format in matlab
답변 (4개)
Bjorn Gustavsson
2012년 3월 21일
0 개 추천
You could give aviread a try. Otherwise look in the file exchange, there are tools for dealing with files in many video-formats there. But why not do the conversion with mencoder outside of matlab and then read the images as per usual? Mencoder is a general tool designed for this and only this type of task.
Nick Haddad
2012년 3월 21일
0 개 추천
Take a look at the Convert Between Image Sequences and Video Demo, which show you how to do this using VideoReader and imwrite.
Image Analyst
2012년 3월 21일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!