Skip to main content

Automated video compositions

Project description

This script aims to automate the video compositions for the GULUC3M talks.

Compatible with Python 2 and 3, tested with 2.7 and 3.4 .

Dependencies

vidmaster depends on MoviePy, if you are installing manually, run:

pip install moviepy

MoviePy uses FFmpeg for its operations. If for some reason FFmpeg is not available in your distribution, the imageio library (dependency from MoviePy) will download a binary and use it.

Due to imageio limitations, this will not work on Raspberry Pi automatically, so you may have to compile FFmpeg and modify some configurations

Installation

vidmaster is available in the Package Index, simply run:

pip install vidmaster

to install vidmaster and its dependencies or download the source and run:

python setup.py install

Usage

You can use vidmaster in two ways:

  • As an independent program:

vidmaster <video script file>
  • As a Python module:

from vidmaster.workbench import start_workbench
import sys

if __name__ == "__main__":
    if len(sys.argv) != 2:
        print("Usage: vidmaster.py <video script file>")
        sys.exit()

    workbench = start_workbench(sys.argv[1])

    workbench.build()

Scripting

vidmaster uses a dead simple (and quite silly) scripting language for defining the compositions.

See Scripting for more information on the syntax or Script example for a real example.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vidmaster-0.1.2.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distributions

vidmaster-0.1.2-py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 3

vidmaster-0.1.2-py2-none-any.whl (11.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page