Python script for processing and assembling a podcast from various input sources

Nigel Stanger authored on 29 Aug 2016
test • Added test config files for parser. 7 years ago
config_parser.py • Default all missing fields to None instead of 0 or "" so we can check whether there actually is a value assigned if necessary. 7 years ago
globals.py • Updated name of program. 7 years ago
process_podcast.py • Only print warning about differing audio and video durations when there’s actually some audio (may need further work?). 7 years ago
segment.py • Refactored input/output options variables and methods from FFmpegCommand into ShellCommand, so that all subclasses can use them. 7 years ago
shell_command.py • Refactored input/output options variables and methods from FFmpegCommand into ShellCommand, so that all subclasses can use them. 7 years ago