Effortlessly extract clips from your videos! ✂️
Description:
- Simple and intuitive interface for easy clip extraction.
- Supports various video formats as input.
Prerequisites:
-
Download FFmpeg: https://ffbinaries.com/downloads
-
Place FFmpeg in the
resources
folder:resources/ ├── linux/ffmpeg ├── mac/ffmpeg └── win/ffmpeg.exe
Installation:
-
Clone the repository:
git clone https://github.com/le-pepe/clip-xtractor.git
-
Install dependencies:
cd clip-xtractor yarn
Development:
-
Start the development server:
yarn dev
Build:
-
Compile TailwindCSS:
yarn tailwindcss -i ./src/renderer/src/assets/css/styles.css -o ./src/renderer/src/assets/css/app.css --watch --minify npx tailwindcss -i ./src/renderer/src/assets/css/styles.css -o ./src/renderer/src/assets/css/app.css --watch --minify
-
Build the Vue project:
electron-vite build
-
Package for your platform:
# Windows yarn build:win # macOS yarn build:mac # Linux yarn build:linux
Screenshots:
Roadmap:
- Create a Logo
- Test on physical Linux and macOS devices
- Add tests
- Improve UI
- Add more options for customization
Contributing:
Pull requests are welcome! Please follow the project's coding style and guidelines.
License:
MIT