Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```