Filter löschen
Filter löschen

How to import an avi-file?

38 Ansichten (letzte 30 Tage)
Emerson De Souza
Emerson De Souza am 8 Okt. 2011
I want to import an avi-file. I used the command line:
mov = aviread(filename)
as suggested in the Matlab documentation. However, I obtain the error message:
??? mov = aviread(125.avi) | Error: Unexpected MATLAB expression.
So I wounder if someone could tell me what I'm doing wrong and how to correct this procedure.
Thank you in advance for your help Emerson

Akzeptierte Antwort

Andrei Bobrov
Andrei Bobrov am 8 Okt. 2011
mov = aviread('125.avi')
so?
  1 Kommentar
Emerson De Souza
Emerson De Souza am 8 Okt. 2011
Yes, the problem was the missing ''.
I wrote as you advised and got no more error.
My following question is: How do I extract all images of this video and save them as bmp-file?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 8 Okt. 2011

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by