Info

This question is closed. Reopen it to edit or answer.

getting problem in coading while reading input video.

1 view (last 30 days)
if true
% code
end[filen,pathn]=uigetfile('*.avi','select the avifile','avi');
avi = aviread(filen);
frames = {avi.cdata};
a = mmreader([pathn,filen]);
vidFrames = read(a);
numFrames = get(a,'numberOfFrames');
figure;

Answers (0)

Community Treasure Hunt

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

Start Hunting!