nstanger / process_podcast

Python script for processing and assembling a podcast from various input sources
0 stars 0 forks source link

process_podcast

This script enables you to assemble an ingterated podcast of a lecture or class from several different inputs, including:

Audio and video may come from the same file, or from separate files. You also have the ability to insert small “joiner” sections of audio and video between major “segments” of the podcast. You can even configure the “joiner” so that it repeats the last frame of the previous segment for the desired duration.

For help on command line options: process_podcast.py --help.

For help on the podcast configuration file format, see the configuration file documentation.

Requirements

Testing

Run python -m unittest at the root level of the project to run all unit tests.