Release 0.1.12
Fixed:
- Folders will now be deleted if there are 0-byte or corrupt video files within the folder Issue #40
- Providing a filename for --output would create a folder instead and not setting resulting file to filename provided Issue #52
- Thread exception in Windows that ToastNotifier does not have an attribute classAtom (potential fix). Issue #54
- Traceback when invalid output path (none-existing) is provided or when unable to create target folder in given path.
- Including sub dirs did not work correctly, it would only grab the 1st folder.
- When using monitor, if . was provided as source then nothing would be processed. Now it will process everything as intended.
- File created when providing a filename with --output and --monitor option did not put timestamp in filename to ensure unique filenames
- Argument to get release notes was provided incorrectly when checking for updates. Thank you to demonbane for fixing.
New:
- Added chapter markers in the concatenated movies. Folder ones will have a chapter marker for each intermediate clip, merged one has a chapter marker for each folder.
- Option --chapter_offset for use with --merge to offset the chapter marker in relation to the folder clip.
- Added flags -movstart and +faststart for video files better suited with browsers etc. (i.e. YouTube). Thanks to sf302 for suggestion.
- Option to add trigger (--monitor_trigger_file) to use existence of a file/folder/link for starting processing instead of USB/SD being inserted.
Changed:
- Method for concatenating the clips together has been changed resulting in massive performance improvement (less then 1 second to do concatenation). Big thanks to sf302!