Community:Emoji Creation Tools
From VRChat Wiki
The following was created by the community. It may contain material not directly endorsed by the VRChat team. To learn more, consider reading Contributing to the VRChat Wiki.
Emoji creation tools are community-developed applications that convert GIFs, videos, or other image sources into sprite sheets for VRChat's custom animated emojis.
Comparison
| Tool | Type | Input formats | Chroma key | Upload to VRChat | Crop | Preview | Open source |
|---|---|---|---|---|---|---|---|
| VRCEmoji.com | Web (browser) | GIF, MP4, MOV, WebM | No | No | Yes | Yes | No |
| VRCEmoji | Desktop (Windows) | GIF | Yes (HSV/RGB) | Yes | Yes | Yes | Yes |
VRCEmoji.com
VRCEmoji.com is a web-based sprite sheet generator by -peas-. All processing occurs locally in the user's browser.
Features
- Accepts GIF, MP4, MOV, and WebM files
- Live preview with adjustable FPS
- Background options: transparent, black, or white
- Crop support
- Download or copy to clipboard
VRCEmoji
VRCEmoji is an open-source desktop application for Windows by Wakamu, written in C#.
Features
- Timeline selection (choose start and end frames)
- GIF cropping and aspect ratio adjustment
- Three generation modes (Quality, Balance, Fluidity) that select the grid size
- Chroma keying (HSV or RGB color selection)
- Automatic file naming following VRChat's convention
- Result preview
- Direct emoji and sticker uploading to a VRChat account
Resources
- VRCEmoji.com
- VRCEmoji on GitHub