https://github.com/hayr-hotoca/vidip
A lightweight video and image processing desktop app made with TauriJS 2, Next.js, Redux state management ,Tailwind CSS, Shadcn and standalone FFmpeg. This complete app with Lemonsqueezy payment lets you compress, split, trim, merge videos, and resize, crop, rotate images.
https://github.com/hayr-hotoca/vidip
ffmpeg i18next image-processing javascript jimp lemonsqueezy nextjs re react-redux redux rust shadcn shadcn-ui tailwindcss tauri typescript video-processing
Last synced: 13 days ago
JSON representation
A lightweight video and image processing desktop app made with TauriJS 2, Next.js, Redux state management ,Tailwind CSS, Shadcn and standalone FFmpeg. This complete app with Lemonsqueezy payment lets you compress, split, trim, merge videos, and resize, crop, rotate images.
- Host: GitHub
- URL: https://github.com/hayr-hotoca/vidip
- Owner: hayr-hotoca
- Created: 2026-04-18T09:55:10.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-04-18T11:52:59.000Z (2 months ago)
- Last Synced: 2026-04-18T13:27:19.477Z (2 months ago)
- Topics: ffmpeg, i18next, image-processing, javascript, jimp, lemonsqueezy, nextjs, re, react-redux, redux, rust, shadcn, shadcn-ui, tailwindcss, tauri, typescript, video-processing
- Language: TypeScript
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Install environment
NodeJS version >= 20
Rust
Static ffmpeg executables: Download from https://ffmpeg.martin-riedl.de/ then put it in the app `src-tauri/binaries` folder
# Install dependencies
Open cmd/terminal, navigate to the root folder then run:
`yarn`
# Run the app
Open cmd/terminal, navigate to the root folder then run:
`yarn tauri dev`