Why do i get error of when i m trying to read a video file

조회 수: 2 (최근 30일)
vijay chander
vijay chander 2014년 2월 18일
댓글: vijay chander 2014년 2월 19일
??? The file requires the following codec(s) to be installed on your system:
video/mpeg
Error in ==> VideoReader.VideoReader>VideoReader.init at 423
obj.VideoReaderImpl = audiovideo.mmreader(fullName);
Error in ==> VideoReader.VideoReader>VideoReader.VideoReader at 133
obj.init(fileName);

답변 (1개)

Walter Roberson
Walter Roberson 2014년 2월 18일
You do not have a codec for video/mpeg installed on your system.
Which operating system are you using? And are you using MATLAB in 32 bit or 64 bit mode?
  댓글 수: 1
vijay chander
vijay chander 2014년 2월 19일
I'm using Windows7 os 64 bit and also matlab of 64 bit and can i use raster for conversion of video so that the matlab can read the video????

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

Community Treasure Hunt

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

Start Hunting!

Translated by