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
24 commits
Download ZIP
tree:
640f7b8510
Switch branches
×
Python2.7
master
latest commit
640f7b8510
Nigel Stanger
authored
on 30 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
• Shifted -truecolor setting from the outer image sequence into the parenthesised image sequence, to fix weird coloured box that were appearing on certain pages.
8 years ago