Info
This question is closed. Reopen it to edit or answer.
Having a problem regarding mmreader (avi) video reading
1 view (last 30 days)
Show older comments
Code ----
obj=mmreader('demo_video.avi');
a=read(obj);
frames=get(obj,'numberOfFrames');
for k = 1 : frames-1
I(k).cdata = a(:,:,:,k);
I(k).colormap = [];
StackTrace ----------
- ??? Error using ==> mmreadermexInitialization failed. (No combination of intermediate filters could be found tomake the connection.)
Error in ==> mmreader.mmreader at 66 uddobj = mmreadermex(fullFilePath); % registers class
0 Comments
Answers (1)
Image Analyst
on 23 May 2014
Try VideoReader() instead. It's newer.
2 Comments
Image Analyst
on 23 May 2014
Wow, that's really old. I don't think it's over 7 years old. Can you upgrade to the current version?
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!