2018-09-24 |
Refactored progress bar class into subpackage.
Nigel Stanger
committed
on 24 Sep 2018
|
---|---|
2018-09-23 |
Added requirement for Python ≥ 3.7 (ref #32).
Nigel Stanger
committed
on 23 Sep 2018
|
2018-08-28 |
Fixed logging of SegmentError (renamed to follow conventions) — ref #32.
Nigel Stanger
committed
on 28 Aug 2018
|
2018-08-26 |
Converted os.path to pathlib and all #! lines to python3 (ref #32).
Nigel Stanger
committed
on 26 Aug 2018
|
2017-04-14 |
• Added --copy-audio and --copy-video options to disable all additional stream processing (reducing audio channels, etc.).
...
Nigel Stanger
committed
on 14 Apr 2017
|
2017-04-13 |
• Added --no-normalise option to disable normalisation of the source audio.
Nigel Stanger
committed
on 13 Apr 2017
|
2016-10-12 |
Merge branch 'master' of https://github.com/nstanger/process_podcast
Nigel Stanger
committed
on 12 Oct 2016
|
• Added --preview option (closes #17).
Nigel Stanger
committed
on 12 Oct 2016
|
|
2016-09-24 |
• Now checks whether a filename already starts with the input prefix before adding it (closes #25).
Nigel Stanger
committed
on 24 Sep 2016
|
2016-09-20 |
|
• Redesigned FFprobeCommand to retrieve media file entries in JSON format for easier extraction and processing.
...
Nigel Stanger
committed
on 20 Sep 2016
|
|
2016-09-19 |
• Ensured that prefix isn’t added if input filename is “^”.
...
Nigel Stanger
committed
on 19 Sep 2016
|
Merge branch 'master' of https://github.com/Otago-InfoSci-Database/Tools
Nigel Stanger
committed
on 19 Sep 2016
|
|
• Ensured progress bar is silent when maximum value is zero.
Nigel Stanger
committed
on 19 Sep 2016
|
|
• Added debug code to output number of frame segments.
Nigel Stanger
committed
on 19 Sep 2016
|
|
2016-09-18 |
• Rewrote get_configuration() to fix a crasher when processing frame inputs. Also refactored to eliminate duplicate code.
...
Nigel Stanger
committed
on 18 Sep 2016
|
|
|
• Added progress bars for all long-running operations (closes #18).
...
Nigel Stanger
committed
on 18 Sep 2016
|
|
2016-09-15 |
|
2016-09-05 |
• Fixed parsing bug that produced incorrectly structured timestamp lists when using a duration file (introduced by restructuring of grammar).
Nigel Stanger
committed
on 5 Sep 2016
|
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 |
|
• Normalised terminology around “streams” (closes #21).
Nigel Stanger
committed
on 30 Aug 2016
|
|
2016-08-29 |
• 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
|
• Ensured that audio_stream_number and video_stream_number always default to None.
Nigel Stanger
committed
on 29 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
|