Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohit1kumar/video-tools
simple browser-based tools to help you work with videos.
https://github.com/rohit1kumar/video-tools
compress-videos ffmpeg-wasm video-tools
Last synced: about 1 month ago
JSON representation
simple browser-based tools to help you work with videos.
- Host: GitHub
- URL: https://github.com/rohit1kumar/video-tools
- Owner: rohit1kumar
- Created: 2024-08-11T09:29:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T15:02:53.000Z (4 months ago)
- Last Synced: 2024-08-17T18:14:24.941Z (4 months ago)
- Topics: compress-videos, ffmpeg-wasm, video-tools
- Language: JavaScript
- Homepage: https://video-tools.roht.me
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Tools
A web app to compress videos in the right in the browser with up to 90% smaller file size while maintaining quality.
## Tech Stack
- **React (Vite)**
- **TailwindCSS**
- **[FFmpeg.wasm](https://ffmpegwasm.netlify.app)**## Usage
1. Clone the repo:
`git clone https://github.com/rohit1kumar/video-tools.git`2. Install dependencies:
`npm install`3. Run the app:
`npm run dev`Open `http://localhost:5173` to start compressing videos.
---