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

Nigel Stanger authored on 2 Sep 2016
test • Added test config files for parser. 7 years ago
config_help.md • Changed “segment specification” to “time specification”, and “stream specification” to “segment specification”. This makes more sense, and is consistent with the configuration parser. 7 years ago
config_parser.py • Added config5.txt to test files. 7 years ago
globals.py • Updated name of program. 7 years ago
process_podcast.py • Added print_progress() function and implemented progress bar for frame processing (partial progress—hah!—towards #18). 7 years ago
segment.py • Moved frame segment post-processing into a function. 7 years ago
shell_command.py • Ensured that audio/video output options and filters are only included when there actually is an audio/video stream (closes #19). 7 years ago