از مثال های 2013 متلب
%% Convert Between Image Sequences and Video
% This example shows how to convert between video files and sequences of
% image files using VideoReader and VideoWriter.
%
% The sample file named |shuttle.avi| contains 121 frames. Convert the
% frames to image files using VideoReader and the |imwrite| function. Then,
% convert the image files to an AVI file using VideoWriter.
% Copyright 2011 The MathWorks, Inc.