imgit
imgit copied to clipboard
Transform images, video and YouTube links to HTML optimized for web vitals
Implement `log.tty` for Deno platform. https://github.com/elringus/imgit/blob/f5cda02c0012c154d60529b0eef402a117ddec5a/src/server/platform/deno.ts#L71-L72 https://deno.land/api?s=Deno.stdout
Find a way to resolve actual codec spec used by ffmpeg for each run. Currently we're sharing a value manually evaluated by following the guide: https://jakearchibald.com/2022/html-codecs-parameter-for-av1 It's valid at the...
Instead of resolving content MIME type via file extension, consider using `file --mime-type` utility available by default on Linux and Mac. On Windows similar is available via file utility available...
Consider when following is resolved: - [ ] https://github.com/oven-sh/bun/issues/7100 - [ ] https://github.com/oven-sh/bun/issues/7662 - [x] https://github.com/oven-sh/bun/issues/4015
I've noticed FFmpeg 7+ releases are unstable, constantly crashing with out of memory exceptions and failing to convert some image formats. As a workaround, use [6.1.1 release](https://github.com/GyanD/codexffmpeg/releases/tag/6.1.1), which proven to...
Basic support for Naninovel documentation localization.