Skip to content

fitnr/larry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

larry

Create short, boring film clips.

Install with python setup.py install. Requires Pillow, which uses external libraries, so you may get an error without those. Tested on OS X and CentOS.

usage: larry [-h] [--max-length MAX_LENGTH] [--start START]
             [--granularity FRACTION] [-f {gif,mp4}] [-o OUTPUT]
             video

Create a short, boring film clip

positional arguments:
  video                 video file to use

optional arguments:
  -h, --help            show this help message and exit
  --max-length MAX_LENGTH
                        maximum length of clip
  --start START         time index to start search [default: random]
  --granularity FRACTION
                        higher values walk the film more carefully
  -f {gif,mp4}, --format {gif,mp4}
                        output format [default is mp4]
  -o OUTPUT, --output OUTPUT
                        save output file here [default: stdout]

License

Copyright (c) 2015 Neil Freeman. All rights reserved.

About

larry creates short, mostly-static film clips

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors