devilreef
|
fcc495c06f
|
feat: add autoZoom param to GIF/MP4 renderers
Adjusts camera distance multiplier from 1.5 to 1.25 when enabled,
reducing empty space around character while leaving room for cosmetics.
|
2026-01-23 01:51:07 +06:00 |
|
devilreef
|
ce511e1a85
|
feat: add /render/mp4 endpoint with FFmpeg encoding
- Add MP4Request type with fps param
- Render frames in parallel, encode via ffmpeg
- Add ffmpeg to Docker image
|
2026-01-23 01:11:53 +06:00 |
|
devilreef
|
fb3c4a0107
|
feat: add dithering param and parallel frame rendering for GIF
- Add dithering bool param to GIFRequest (default true)
- Parallelize frame rendering with goroutines
- Conditional Floyd-Steinberg dithering for speed vs quality tradeoff
|
2026-01-23 00:51:38 +06:00 |
|
devilreef
|
1b81917307
|
feat: initial commit
|
2026-01-22 16:26:39 +06:00 |
|