GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
1
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
process_podcast
Python script for processing and assembling a podcast from various input sources
Transfer to URL with SHA
23 commits
Download ZIP
tree:
59f1cc408b
Switch branches
×
Python2.7
master
latest commit
59f1cc408b
Nigel Stanger
authored
on 29 Aug 2016
test
• Added test config files for parser.
8 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.
8 years ago
globals.py
• Updated name of program.
8 years ago
process_podcast.py
• Only print warning about differing audio and video durations when there’s actually some audio (may need further work?).
8 years ago
segment.py
• Refactored input/output options variables and methods from FFmpegCommand into ShellCommand, so that all subclasses can use them.
8 years ago
shell_command.py
• Refactored input/output options variables and methods from FFmpegCommand into ShellCommand, so that all subclasses can use them.
8 years ago