Skip to content

Releases: baxtree/subaligner

Releasing version v0.0.11

05 Oct 12:57
Compare
Choose a tag to compare
  • 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

31 Aug 12:10
6544681
Compare
Choose a tag to compare
  • 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

26 Jul 22:59
6891ac1
Compare
Choose a tag to compare
  • 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

26 Jul 22:49
c8350b0
Compare
Choose a tag to compare
Pre-release
Merge pull request #36 from baxtree/development

add docker images for el8, u18, u19 and u20

Releasing version v0.0.7

11 May 12:45
7f11c43
Compare
Choose a tag to compare
  • Advance to Python 3.7 and Python 3.8
  • Support Tensorflow 2.2.0
  • Release to PyPI

Releasing version v0.0.6

04 May 12:10
b5e536f
Compare
Choose a tag to compare
  • 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

25 Feb 18:16
Compare
Choose a tag to compare

Add a training data/label generator for training or resuming training on a HDF5 dump.

Releasing version v0.0.4

10 Feb 13:05
e7156a3
Compare
Choose a tag to compare
  • Align each subtitle segment to the start of the frame
  • Support TensorFlow 2

Releasing version v0.0.3

25 Jan 15:55
db5589b
Compare
Choose a tag to compare

Add support for WebVTT subtitles.

Releasing version v0.0.2

30 Dec 12:30
e55a64f
Compare
Choose a tag to compare
  • Make stretching on subtitle segments optional
  • add manual pages and pydocs
  • fix tox configuration