| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
new additions TODO:
- sanity checks to ensure inputs make sense
- multi-format compatibility to split/convert to and from
- automation
|
|
|
|
| |
also, chmod 755 split_album.py
|
|
|
|
|
|
|
| |
input_file is more ambiguous than input_txt_file, especially when
certain functions take two files as inputs, e.g. input_txt_file and
multimedia_file are two unambigious file inputs, as opposed to
input_file and multimedia_file
|
|
adds WIP script, split_album.py, that accepts a pair of arguments in the
form of an input text file with timestamps and titles, as well as the
path of the multimedia file to clip/split from.
|