MKV to GIF
Turns an MKV clip into an animated GIF at the frame rate and width you set. GIF maps everything to 256 colors.
What this does
MKV (Matroska) is an open container that can wrap almost any video and audio stream, so it is common for HD rips and recordings. This reads the picture track out of the .mkv, resamples the frames to the frame rate and width you choose, trims them to the start and end you set, and packs each frame into a 256-color palette to write an animated .gif.
Whatever was inside the Matroska container, the GIF that comes out is a plain looping image: no audio, no subtitle track, no chapters. Each frame is stored as its own palette image with no inter-frame compression, so longer ranges, higher frame rates, and wider output all push the file size up.
How it works
- 1Drop your .mkv file here or pick it from your device.
- 2Choose the frame rate and width, and trim with the start and end fields.
- 3Click Create GIF, check the looping preview, then download the .gif.
Built with open source
- Mediabunny — Converts and edits video and audio in the browser via WebCodecs. Add-on encoders cover MP3, AAC, and FLAC. · MPL-2.0
- gifenc — Fast GIF encoding with color quantization. · MIT
