ffmpeg_animated_gif
class ffmpeg_animated_gif (View source)
Methods
__construct(string $output_file_path, int $width, int $height, int $frame_rate, int $loop_count = 0)
No description
Details
__construct(string $output_file_path, int $width, int $height, int $frame_rate, int $loop_count = 0)
No description
addFrame(ffmpeg_frame $frame_to_add)
Add a frame to the end of the animated gif.