Movie to GIF Converter

버전 1.5.0.0 (2.98 KB) 작성자: Nicolae Cindea
Convert a matlab movie to a GIF
다운로드 수: 8.8K
업데이트 날짜: 2013/4/22

라이선스 보기

Movie2Gif

Matlab movie to GIF Converter.

Syntax: movie2gif(mov, gifFile, prop, value, ...)

The list of properties is the same like for the command 'imwrite' for the
file format gif:

'BackgroundColor' - A scalar integer. This value specifies which index in
the colormap should be treated as the transparent
color for the image and is used for certain disposal
methods in animated GIFs. If X is uint8 or logical,
then indexing starts at 0. If X is double, then
indexing starts at 1.

'Comment' - A string or cell array of strings containing a comment to be
added to the image. For a cell array of strings, a carriage
return is added after each row.

'DelayTime' - A scalar value between 0 and 655 inclusive, that specifies
the delay in seconds before displaying the next image.

'DisposalMethod' - One of the following strings, which sets the disposal
method of an animated GIF: 'leaveInPlace',
'restoreBG', 'restorePrevious', or 'doNotSpecify'.

'LoopCount' - A finite integer between 0 and 65535 or the value Inf (the
default) which specifies the number of times to repeat the
animation. By default, the animation loops continuously.
For a value of 0, the animation will be played once. For a
value of 1, the animation will be played twice, etc.

'TransparentColor' - A scalar integer. This value specifies which index
in the colormap should be treated as the transparent
color for the image. If X is uint8 or logical, then
indexing starts at 0. If X is double, then indexing
starts at 1

인용 양식

Nicolae Cindea (2024). Movie to GIF Converter (https://www.mathworks.com/matlabcentral/fileexchange/17463-movie-to-gif-converter), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Movie에 대해 자세히 알아보기
도움

줌: gif, gif_add_frame

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.5.0.0

Some small bug fixes and ameliorations.

1.3.0.0

This new version fixed some small bugs.

1.0.0.0