26
Jan
Learn how to use ffmpeg_php : ffmpeg_animated_gif object
ffmpeg_animated_gif
The ffmpeg_animated_gif object provides methods to create animated gif movies from a series of frames.
ffmpeg_animated_gif object methods
Method | Description |
$gif = new ffmpeg_animated_gif(String output_file_path, Integer width, Integer height, Integer frame_rate, [Integer loop_count]) | create a new ffmpeg_animated_gif object
|
$frame->addFrame(ffmpeg_frame frame_to_add) | Add a frame to the end of the animated gif.
|