Cut videos with multiple timestamps using ffmpeg and python
First, you need to install ffmpeg
git clone https://github.com/ericksantos12/ffmpeg-cropper.git
cd ffmpeg-cropper
pip install -r requirements.txt
Create a cuts.csv
file in source directory and add title, start, and end timestamps in the following format separated by commas, line by line for the respective cuts:
filename,start_timestamp,end_timestamp
video1,00:00:01,00:02:00
video2,00:02:01,00:03:00
Important: do not forget the file format in the title, it needs to correspond to the original file format
After that you can execute the script
python app.py
After being prompted with the menu, just follow the instructions in terminal
- Implement a way to write to the cuts file via terminal
- Implement a better menu
- Implement a feature to download videos using yt-dlp and cut them using ffmpeg
- Implement a quick cut option
👤 Erick Santos
- Website: https://ericksantos12.neocities.org
- Twitter: @ErickSantosS12
- Github: @ericksantos12
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator