Skip to content

sauravtom/avg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avg : artistic video generator

Converts photos into artistic videos & gifs

Demo

All examples

Dependencies

usage: avg.py [-h] -i IMAGE [-f FRAMES] [-d DELAY] [-v] -o SAVEPATH

AVG v1.0

arguments:
  -h, --help            show this help message and exit
  -i IMAGE, --image Source image path 
                    
  -f FRAMES, --frames Number of frames in output (default=6)

  -d DELAY, --delay Morphtime interval , time delay between frames (default value 5)
                                          
  -o SAVEPATH, --savepath SAVEPATH 
                          
  -v VIDEO, --video Get output media in video format 
      

Usage

python avg.py -i input.png -o output.gif

If video output is required, then pass along the --video flag as well.

python avg.py -i input.png -o output.gif -v True

About

Artistic Video Generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages