History for process_podcast / process_podcast.py
2016-08-24
• Added support for default stream numbers on the command line (in the form filename:0). Includes a custom argparse action handler to split the stream number from the filename. NOTE: not fully tested! (closes #11)
Nigel Stanger committed on 24 Aug 2016
2016-08-22
• Removed --frame option (closes #10).
Nigel Stanger committed on 22 Aug 2016
2016-08-18
• Moved segment classes into separate module (closes #7). ...
Nigel Stanger committed on 18 Aug 2016
• Moved shell command classes into separate module.
Nigel Stanger committed on 18 Aug 2016
2016-08-15
• Added -pix_fmt output video option to ensure that concatenated segments have the same pixel format (especially for motion JPEG segments generated from still images). ...
Nigel Stanger committed on 15 Aug 2016
• Fixed spurious debugging output when not in debug mode.
Nigel Stanger committed on 15 Aug 2016
2016-08-14
• Added exception handler to catch irrelevant “file not found” errors when attempting to delete a temporary file. If it’s already been deleted, then great!
Nigel Stanger committed on 14 Aug 2016
• Corrected logic for checking existence of previous segment. ...
Nigel Stanger committed on 14 Aug 2016
• Renamed concatenate_segments() to render_podcast(). ...
Nigel Stanger committed on 14 Aug 2016
• Added output file to ConvertCommand options. ...
Nigel Stanger committed on 14 Aug 2016
2016-08-13
• Moved into a subdirectory to make it tidier once the classes are broken out.
Nigel Stanger committed on 13 Aug 2016