Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmingn/vtrim
A python script to trim a video using ffmpeg.
https://github.com/dmingn/vtrim
Last synced: 3 months ago
JSON representation
A python script to trim a video using ffmpeg.
- Host: GitHub
- URL: https://github.com/dmingn/vtrim
- Owner: dmingn
- Created: 2021-09-19T14:40:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T14:16:21.000Z (about 3 years ago)
- Last Synced: 2024-06-28T18:45:30.133Z (5 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vtrim
A python script to trim a video using ffmpeg.## Install
```
pip install git+https://github.com/dmingn/vtrim.git
```## Usage
```
$ vtrim some_video.video --ss 1:23.45 --to 5:43.21
```