How to decompress videos for matlab input video
이전 댓글 표시
an error message was came while giving input videos to matlab like
?? Error using ==> aviread at 76 Unable to locate decompressor to decompress video stream
Error in ==> main at 7 avi = aviread('Testvid_NEW_NEW.avi');
댓글 수: 5
per isakson
2012년 11월 9일
R2012a doc says:
Note: aviread will be removed in a future release. Use VideoReader instead
Walter Roberson
2012년 11월 9일
Which operating system are you using? Are you using 32 bit or 64 bit MATLAB? What does mmfileinfo() say about the file ?
Walter Roberson
2012년 11월 9일
Please use
minfo = mmfileinfo('Testvid_NEW_NEW.avi');
and show us minfo.Video
live to l e a r n MATLAB
2012년 11월 9일
Walter Roberson
2012년 11월 9일
Please show us minfo.Video by entering that at the command line. We need to see the contents of the structure.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!