Clipar is a web application for creating video clips with precise time segments. Users can upload videos, download videos from URLs, or use existing videos to define clips and time segments.
- Upload video files or download videos from URLs.
- Define multiple clips with custom names and precise time segments.
- View and manage existing clips.
- Clear all clips with a single action.
-
Clone the repository:
git clone <repository-url> cd clipar
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open the application in your browser at
http://localhost:5000.
- Flask: Web framework for building the application.
- yt-dlp: For downloading videos from URLs.
- ffmpeg: For processing video clips.
- Select a video source (upload, URL, or existing video).
- Define clips and time segments.
- Process and download the clips.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.