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 output_file_path – Location in the filesystem where the animated gif will be written. width – Width […]
Continue Reading →