https://github.com/techlism/convertfast
An all in one tool to convert various media formats across each other.
https://github.com/techlism/convertfast
ffmpeg-wasm wasm webassembly
Last synced: about 1 month ago
JSON representation
An all in one tool to convert various media formats across each other.
- Host: GitHub
- URL: https://github.com/techlism/convertfast
- Owner: techlism
- License: mpl-2.0
- Created: 2024-03-30T10:00:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-21T13:22:49.000Z (7 months ago)
- Last Synced: 2025-12-23T04:44:04.781Z (7 months ago)
- Topics: ffmpeg-wasm, wasm, webassembly
- Language: TypeScript
- Homepage: https://convifi.com
- Size: 15.6 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started
First, run the development server:
```bash
npm install && npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
A NEXTJS BASED PROJECT.