Why do i get error of when i m trying to read a video file
1 回表示 (過去 30 日間)
古いコメントを表示
??? 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);
0 件のコメント
回答 (1 件)
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?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!