Video to GIF / Animation
Convert a segment of video to an animated WebM or GIF-like animation. All processing happens in your browser.
Input
FAQ
What output format is produced?
The tool produces a WebM video using the VP8/VP9 codec, which offers excellent compression for animations. Most modern browsers and social platforms support WebM.
What frame rate should I use?
For short animations, 10 fps is a good balance between file size and smoothness. Use 5 fps for very small files or 15+ fps for smoother motion.
How does the conversion work?
The video is played between your selected start and end times at the specified frame rate. Each frame is drawn to a canvas, then encoded into a video using MediaRecorder API — all in your browser.