Releases: baxtree/subaligner
Releases · baxtree/subaligner
Releasing version v0.0.11
- Support more subtitle formats, including (Advanced) SubStation Alpha (.ssa, .ass), MicroDVD (.sub), MPL2 (.txt) and TMP subtitles (.tmp)
- Add the docker build for ArchLinux
- Add the option of building an app as a pex binary
- Support TensorFlow 2.3
- Add the
fail_on_segment
flag - Support running subaligner as a script with
python -m
- Bug fixings
Releasing version v0.0.10
- Save intermediate files into the temp folder
- Fix the log level configuration
- Add
--quiet
and--output
flags and integration tests on command-line interface - Skip frame rate extraction on alignment with audio input
- Improve locking mechanism and speed up frame rate extraction
- Improve memory efficiency and throttle concurrent job submissions
Releasing version v0.0.9
- Support docker builds for el7, el8, u18, u19 and u20
- Support Pipenv
- Add profiling
- Upgrade dependencies and bug fixing
- Add docs for contribution
Releasing version v0.0.8
Merge pull request #36 from baxtree/development add docker images for el8, u18, u19 and u20
Releasing version v0.0.7
- Advance to Python 3.7 and Python 3.8
- Support Tensorflow 2.2.0
- Release to PyPI
Releasing version v0.0.6
- Add configuration for hyper parameters
- Tune hyper parameters with Bayesian optimisation
- Switch on early stopping during training
- Fully advance to TF 2
- Bug fixing
Releasing version v0.0.5
Add a training data/label generator for training or resuming training on a HDF5 dump.
Releasing version v0.0.4
- Align each subtitle segment to the start of the frame
- Support TensorFlow 2
Releasing version v0.0.3
Add support for WebVTT subtitles.
Releasing version v0.0.2
- Make stretching on subtitle segments optional
- add manual pages and pydocs
- fix tox configuration