matlab n stuff
Welcome visitors,If you like my blog bookmark it,rate on G+,Keep visiting,Have fun
Home
Matlab Codes
Matlab Categories
Small Projects
Detection Codes
Accessing Hardwares
Saturday, 2 February 2013
Frames to AVI using Matlab Code
avi = avifile('output1.avi');
avi.COMPRESSION ='None';
for i =1:numOfFrames
%%%read image
%%% call imread or related something
%%%%%%%%%%%%%
avi = addframe(avi,img);
end
aviobj = close(avi);
Reverse thing,you may also see
Video to frames
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment