필터 지우기
필터 지우기

Reading MP4 Video files with Matlab in Win7

조회 수: 7 (최근 30일)
Emmanuel
Emmanuel 2011년 3월 9일
답변: timmdd pan 2016년 4월 19일
Hi,
I plan to do image processing on frames from .mp4 (h264) video files, but it seems I cannot get matlab to read the video files first.
The VideoReader class help does not list .mp4 as a supported file type, but accepts "any format supported by Microsoft DirectShow". The Windows player on my machine does read my mp4s, but matlab does not. Updating my codecs with the k-lite codec pack does nothing better.
I searched for solutions before posting here :
- videoIO library http://www.mathworks.com/matlabcentral/newsreader/view_thread/252119 Unfortunately requires installation process that is beyond my knowledge (compilation, environment variables ...)
- video.MultimediaFileReader http://www.mathworks.com/matlabcentral/newsreader/view_thread/303186 This does not work either, although I have the Video Processing blockset installed.
I know I can transform my mp4 into AVI using VirtualDub or something, but doing the whole process inside Matlab would save hours of work as I have many videos to analyse.
Thank you if anyone can help.
Emmanuel.

채택된 답변

Emmanuel
Emmanuel 2011년 6월 14일
R2011b pre-release now supports mpeg-4 and .mov in videoreader. http://www.mathworks.com/help/pdf_doc/matlab/relnotes_pr.pdf (see p. 13) I have not tested it yet (will probably wait for the final release), but this is good news!

추가 답변 (7개)

Joseph
Joseph 2011년 5월 25일
I am having the same issue as you. I downloaded the videoIO toolbox with the precompiled binaries for Windows XP, however it does not read in my mp4 video files. I don't think it is a missing codec, as WMP plays the file just fine.
There is apparently VideoReader in Matlab 2010b and newer; however I am running R2009a and only have access to R2010a at the moment. Looking into getting R2010b or newer. Wish there was an easier solution. Did you ever figure out your problem? I see your post is approximately 3 months old.

Harsha Vardhan Rao  Avunoori
Harsha Vardhan Rao Avunoori 2011년 5월 26일

In the earlier versions of MATLAB with mmreader you can read a video file and this function supports most of the video formats.If you have the latest version of MATLAB then you should try using VideoReader()

For more information refer to the below link

http://www.mathworks.com/help/techdoc/ref/videoreaderclass.html

Let me know if it works for you :)

-Harsha


Emmanuel
Emmanuel 2011년 5월 27일
I have 2010b and both mmreader and Videoreader fail to open my .mp4 files, even though Windows reader accepts to read them.
The problem remains.
The solution I chose for my last work is to transform .mp4 into separate .jpg frames with another software, and work on frames with matlab.

Harsha Vardhan Rao  Avunoori
Harsha Vardhan Rao Avunoori 2011년 5월 27일
Which software did you use to extract frames ???

Emmanuel
Emmanuel 2011년 5월 30일
I used a famous computer graphics suite, but I wish I could use Matlab !

Marc Vivet
Marc Vivet 2012년 4월 17일
You can use the Matlab VideoUtils toolbox:
It is very easy to use.

timmdd pan
timmdd pan 2016년 4월 19일
This works http://www.mathworks.com/help/matlab/ref/videoreader.html but I found this:http://www.mathworks.com/help/pdf_doc/matlab/relnotes_pr.pdf not available by now? may try to let mp4 to mkv or something?

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by