Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beemargarida/video-to-gif
Simple SolidJS app that converts small videos to GIFs
https://github.com/beemargarida/video-to-gif
ffmpeg solidjs
Last synced: 3 months ago
JSON representation
Simple SolidJS app that converts small videos to GIFs
- Host: GitHub
- URL: https://github.com/beemargarida/video-to-gif
- Owner: BeeMargarida
- Created: 2022-12-04T22:27:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:53:43.000Z (about 2 years ago)
- Last Synced: 2024-10-12T23:11:07.454Z (4 months ago)
- Topics: ffmpeg, solidjs
- Language: TypeScript
- Homepage: https://video-to-gif-bee.vercel.app/
- Size: 35.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video to GIF
Simple page that converts small videos to GIFs using FFMPEG, powered by WASM.
This is also an excuse to try out SolidJS. Thank you to the `@ffmpeg/ffmpeg` package creators.## Usage
* Run `yarn install`
* Run `yarn dev`