Git Product home page Git Product logo

imagestoanimation's Introduction

Convert a folder of images to an animation

If using PowerPoint 2016 you can save all slides as images to be used as input

Use settings.conf or command line arguments to configure the input/output/etc

Install with pip install imagestoanimation

Usage:

imgvid [-h] [-s SETTINGS] [-d DIRECTORY] [-f FILEFORMAT] [-c CODEC]
              [-o OUTPUT] [-r RATE] [-W WIDTH] [-H HEIGHT]

Args that start with '--' (eg. -d) can also be set in a config file (*.conf or
specified via -s). Config file syntax allows: key=value, flag=true,
stuff=[a,b,c] (for details, see syntax at https://goo.gl/R74nmi). If an arg is
specified in more than one place, then commandline values override config file
values which override defaults.

optional arguments:
  -h, --help            show this help message and exit
  -s SETTINGS, --settings SETTINGS
                        Config file path, usually *.conf
  -d DIRECTORY, --directory DIRECTORY
                        Directory containing frame files
  -f FILEFORMAT, --fileformat FILEFORMAT
                        Naming convention for frame files
  -c CODEC, --codec CODEC
                        Codec as FOURCC, see http://www.fourcc.org/codecs.php
  -o OUTPUT, --output OUTPUT
                        Output file name
  -r RATE, --rate RATE  Frames Per Second
  -W WIDTH, --width WIDTH
                        Output frame width
  -H HEIGHT, --height HEIGHT
                        Output frame height

Example:

imgvid -d="input" -f=Slide[0-9]*.PNG -c=XVID -o=output.avi -r=15 -w=1280 -h=720

imagestoanimation's People

Contributors

jpsmithnl avatar

Watchers

James Cloos avatar  avatar

Forkers

obichidi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.