Skip to content

Releases: Rapportus/subsync

v2.0.0

06 Jul 10:12

Choose a tag to compare

2.0.0 (2023-07-06)

⚠ BREAKING CHANGES

  • bump to 2.0.0 (#7)

Features

v1.0.0

06 Jul 09:24

Choose a tag to compare

1.0.0 (2023-07-06)

⚠ BREAKING CHANGES

  • Switch to using required inputs for better control (#6)

Features

  • add more flags to cli tool (2d3e2e3)
  • added --graph flag (48e5692)
  • added ffmpeg module (528df05)
  • added init target in makefile (d03a934)
  • ann network model training (253865e)
  • auto-detect encoding see #3 (39170d5)
  • clean subtitles (65d5168)
  • feature extraction of audio (a6b2038)
  • find minimum logloss and sync subtitle (6479e47)
  • implemented media and neuralnet classes (5744091)
  • include feaults in cli help (8fc00ee)
  • logfile cli argument (670a55e)
  • logloss plot and test files (aa412b5)
  • make logloss (773ac1c)
  • option to seek to middle of media (850c60d)
  • recursively sync subtitles (6925225)
  • subtitle class and sync (logloss plot) (23c8c36)
  • support .srt files as arguments (04ab90e)
  • Switch to using required inputs for better control (#6) (c03bc26)
  • training accuracy/loss inspection (2b42350)

Bug Fixes

  • add .mp4 files, check ffmpeg exit code (ca8260f)
  • allow any version of tensorflow (7ddd3e1)
  • balance data (e11222b)
  • catch runtime errors when calc logloss (a022cc2)
  • change encoding to utf-8 closes #3 (3018a9c)
  • downgrade tensorflow to 1.5.1 for windows (34a4f0c)
  • ffmpeg start param (b2d5243)
  • ffmpeg subprocess on unix (2f1f723)
  • import matplotlib lazily (93a6a36)
  • input dimentions did not match (23e6fa2)
  • insane spelling error (09b201f)
  • make module installable by pip (2c5c67c)
  • media file names (a2dfb2a)
  • omit empty string in media paths (4c7a9c2)
  • remove unnecessary prints (0ebec09)
  • typo (6085dc7)
  • update makefile with twine (e5ce40c)
  • use absolute paths resolves #2 (d9c3e6f)
  • voice activity detection (3673ce2)
  • windows ffmpeg arguments (e5ca00b)

v1.0

06 Jul 07:06
0da2ef5

Choose a tag to compare

What's Changed

Initial release from fork of https://github.com/tympanix/subsync

Full Changelog: https://github.com/Rapportus/subsync/commits/v1.0