Translate

الاثنين، 3 فبراير 2014

  •   convert images into  avi video

a=avifile('E:\a1.avi');

for i = 1:500

    str = strcat('C:\Users\DELL\Documents\data\4b\img_000',int2str(i),'.bmp'); 

    img=imread(str);

    a=addframe(a,img);

% img  is the image file you need

end

ليست هناك تعليقات:

إرسال تعليق