Conversion of video to images

21 次查看(过去 30 天)
NITHIN BHARADWAJ
NITHIN BHARADWAJ 2012-3-21
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
Bjorn Gustavsson 2012-3-21
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
Nick Haddad 2012-3-21
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
Image Analyst 2012-3-21

NITHIN BHARADWAJ
NITHIN BHARADWAJ 2012-3-23
Thank you very much all of you

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by