Skip to content
/ clypper Public

Rapidly create supercuts from various video sources.

License

Notifications You must be signed in to change notification settings

kpj/clypper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clypper

image

Rapidly create supercuts from various video sources.

Installation

pip install clypper

Usage

A text file specifying the video source url as well as start and end timestamps can be converted to a supercut using a single command:

$ cat input.txt
https://www.youtube.com/watch?v=dQw4w9WgXcQ 0:43.2 0:44
https://www.youtube.com/watch?v=o0u4M6vppCI 1:55 1:58.45
$ clypper -i input.txt -o supercut.mp4
[..]
$ file supercut.mp4
supercut.mp4: ISO Media, MP4 Base Media v1 [IS0 14496-12:2003]

Developer notes

Making a new release

$ bump2version patch # minor major
$ poetry publish --build

About

Rapidly create supercuts from various video sources.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages