Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Having a problem regarding mmreader (avi) video reading

2 vues (au cours des 30 derniers jours)
Dhruvh C
Dhruvh C le 23 Mai 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
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

Réponses (1)

Image Analyst
Image Analyst le 23 Mai 2014
Try VideoReader() instead. It's newer.
  2 commentaires
Dhruvh C
Dhruvh C le 23 Mai 2014
i m using a R2007b version, r u sure it will work there?
Image Analyst
Image Analyst le 23 Mai 2014
Wow, that's really old. I don't think it's over 7 years old. Can you upgrade to the current version?

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by