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 • Removed the --config-help option as there appears to be no easy way to create additional standalone help-style options with argparse (it complains that there aren’t enough arguments because the positional argument is missing). The help text has been put into a separate Markdown file instead. (closes #12) 7 years ago
config_parser.py • Removed unused literals hyphen and comment_char. 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