MATLAB: How to compress a video

Image Processing Toolboxvideo compression

how to compress a video? i converted the video to frames. My next procedure is to reduce the frames and then to compress it. How to achieve those?
[Merged from duplicate]
my problem with video compression. assume we have 100 images, how can we compress and regenerate video from those images using matlab code.
your ideas will help me so much in my research.

Best Answer

hi,
If you already use "avifile" , then look at its properties :
On Windows: 'Indeo3''Indeo5''Cinepak''MSVC''RLE''None'
Related Question