Converts MP4 videos into sprite sheets for game development. Extract animations from video files and use them as character sprites or effects.
Converts MP4 videos into sprite sheets for game development
Bridges AI-generated videos to traditional sprite sheet format
Available for $5.00 on itch.io from developer yewlark
MP4toSprite by yewlark converts MP4 video files into sprite sheets for 2D game development. Simply input an MP4, define frame grid and rate, and output a PNG sprite sheet with JSON metadata. Supports common codecs, alpha transparency, and automatic sprite layout optimization. Ideal for turning cutscenes, effects, or animations into game-ready sprite sequences without manual extraction.
Yes, if your MP4 contains an alpha channel (e.g., from a video with transparency), MP4toSprite will export sprite frames with transparency preserved. For standard MP4s without alpha, you can use chroma-key or background removal post-conversion.
Yes, you can set a start/end time or frame range in the tool to extract only the segment you need, which helps optimize sprite sheet size.
The sprite sheets are standard PNGs with JSON metadata, compatible with any engine that supports sprite sheets, including Unity, Unreal, Godot, and Phaser. You can also import the PNG directly and manually define frames.