ffmpeg.js icon indicating copy to clipboard operation
ffmpeg.js copied to clipboard

.mp4 -> .gif without full FFmpeg library

Open 1kilogram opened this issue 2 years ago • 1 comments

Where can I find a library that will return data from each frame of an .mp4 video that can be converted to jpeg, for example? Or can the video be converted directly to gif-animation (with % quality of .gif image)?

Without using the complete FFmpeg library which is more than 10 mb.

1kilogram avatar May 19 '23 19:05 1kilogram

This is a version I built with mp4 -> gif support: https://github.com/ugoira/ffmpeg.js The file size is about 9mb and 1.5mb for gziped

makeding avatar Mar 30 '24 03:03 makeding