<< Utilities and Interactive Tools Utilities and Interactive Tools imaddtext >>

IPCV >> Utilities and Interactive Tools > im2movie

im2movie

Create movie from sequence of images

Syntax

err = im2movie(mvfn,imfn,sz,fps,fourcc)

Parameters

mvfn :

Output moive filename

sz :

A 1x2 vector, which indicates the frame size (width, height).

fps :

Frame pre second

fourcc :

4-character code of codec used to compress the frames

repeat :

How many times to repeat the sequence images

err :

Error message if any

Description

This function convert sequence of images to movie with given setting.

Examples

err = im2movie('test.avi',[1000 600],30,'xvid');

See also

Authors


Report an issue
<< Utilities and Interactive Tools Utilities and Interactive Tools imaddtext >>