フィルターのクリア

video to frame conversion

3 ビュー (過去 30 日間)
Elysi Cochin
Elysi Cochin 2012 年 12 月 26 日
i wanted to convert a video to frames... the video was in mp4 format... so i converted it into avi format and did the video to frame conversion... but when i execute the code the following error appears... what shud i do to rectify the error... please do reply...
??? Error using ==> aviread at 76
Unable to locate decompressor to decompress video stream
Error in ==> VideotoFrame at 5
vi=aviread(strcat( vpathname, vfilename ));

採用された回答

Walter Roberson
Walter Roberson 2012 年 12 月 26 日
Use aviinfo to determine which compressor was used.
If the compressor was one of the Indeo series, then the file cannot be decompressed on any 64 bit version of MATLAB (the manufacturer of the Indeo compressor refuses to release a 64 bit version of the decompressor.)

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by