Releases: Rapportus/subsync
Releases · Rapportus/subsync
v2.0.0
v1.0.0
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
What's Changed
Initial release from fork of https://github.com/tympanix/subsync
- Format with black by @Rapportus in #1
- Port into docker, python 3.11 by @Rapportus in #2
- Add CI/CD for Docker by @Rapportus in #3
Full Changelog: https://github.com/Rapportus/subsync/commits/v1.0