필터 지우기
필터 지우기

Function to open a video file

조회 수: 3 (최근 30일)
Rashmi
Rashmi 2012년 2월 8일
편집: Cedric 2013년 10월 6일
I want to open a video file in my code. The 'aviread' function is not working. Is there any constraint on using this function???? Is this function available in higher versions of MATLAB only?
  댓글 수: 2
Walter Roberson
Walter Roberson 2012년 2월 8일
Which MATLAB version are you using?
Is it saying that aviread is not found, or is aviread saying that it cannot find the codec for that video?
Rashmi
Rashmi 2012년 2월 9일
I am using MATLAB 7.0.1.
it gives following errors
Error using==>audiovideo\private\findchunk
Incorrect chunk size information in AVI file
Error in==>aviinfo at 90
[chunk, msg]=findchunk(fid,'RIFF');
Error in==>aviread at 49
info=aviinfo(filename,'Robust');

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

답변 (2개)

Thomas
Thomas 2012년 2월 8일
did you try
implay()
doc implay

Walter Roberson
Walter Roberson 2012년 7월 3일
Your AVI file is corrupt.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by