필터 지우기
필터 지우기

How to import an avi-file?

조회 수: 38 (최근 30일)
Emerson De Souza
Emerson De Souza 2011년 10월 8일
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

채택된 답변

Andrei Bobrov
Andrei Bobrov 2011년 10월 8일
mov = aviread('125.avi')
so?
  댓글 수: 1
Emerson De Souza
Emerson De Souza 2011년 10월 8일
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?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2011년 10월 8일

카테고리

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