2016-09-01
• Added print_progress() function and implemented progress bar for frame processing (partial progress—hah!—towards #18).
Nigel Stanger committed on 1 Sep 2016
2016-08-31
• Ensured that audio/video output options and filters are only included when there actually is an audio/video stream (closes #19). ...
Nigel Stanger committed on 31 Aug 2016
• Removed some leftovers from the deleted --config-help option.
Nigel Stanger committed on 31 Aug 2016
• 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)
Nigel Stanger committed on 31 Aug 2016
2016-08-30
• Moved frame segment post-processing into a function. ...
Nigel Stanger committed on 30 Aug 2016
• Normalised terminology around “streams” (closes #21).
Nigel Stanger committed on 30 Aug 2016
• Shifted -truecolor setting from the outer image sequence into the parenthesised image sequence, to fix weird coloured box that were appearing on certain pages.
Nigel Stanger committed on 30 Aug 2016
2016-08-29
• Refactored input/output options variables and methods from FFmpegCommand into ShellCommand, so that all subclasses can use them. ...
Nigel Stanger committed on 29 Aug 2016
Merge branch 'master' of https://github.com/Otago-InfoSci-Database/Tools
Nigel Stanger committed on 29 Aug 2016
• When appending a concat filter, check that the segments list actually contains something.
Nigel Stanger committed on 29 Aug 2016
• Only print warning about differing audio and video durations when there’s actually some audio (may need further work?).
Nigel Stanger committed on 29 Aug 2016
• Added white background and removed transparency for PDF to PNG image conversions.
Nigel Stanger committed on 29 Aug 2016
• Ensured that audio_stream_number and video_stream_number always default to None.
Nigel Stanger committed on 29 Aug 2016
2016-08-27
• Default all missing fields to None instead of 0 or "" so we can check whether there actually is a value assigned if necessary.
Nigel Stanger committed on 27 Aug 2016
2016-08-26
• Finished support for generating frames directly from PDF slides (closes #8). ...
Nigel Stanger committed on 26 Aug 2016
2016-08-25
• Enabled --config-help option (no content yet).
Nigel Stanger committed on 25 Aug 2016
• Updated help messages for --audio and --video to reflect ability to specify default stream number.
Nigel Stanger committed on 25 Aug 2016
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
• Updated name of program.
Nigel Stanger committed on 22 Aug 2016
• 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
• Added test config files for parser.
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