Skip to content

Releases: machineonamission/aidatasetfromvideo

v2.1.0

24 Aug 05:15
2451782
Compare
Choose a tag to compare

Changes:

  • Added option to manually edit subtitles
  • Added option to revert subtitles to "unfiltered" version

electron_dtfHAMEdT0
electron_SEfK43Lx7F

v2.0.0

14 Jul 05:15
944b602
Compare
Choose a tag to compare

Changes:

  • add combine dataset feature to combine multiple tacotron datasets
  • exe is self-signed and nupkg which should hopefully allow auto updating to work for future releases... maybe...,,.
  • prevent program freezing/not responding when creating dataset
  • other small fixes/improvements

v1.0.1

09 Jul 04:00
690718e
Compare
Choose a tag to compare

changes:

  • add progress bar to subtitle parsing (found out that loading files over the network works, but is super slow to parse subtitles. this was so i knew how long that was taking. maybe it'd also be useful for really bad hard drives or something)
  • add percentage number inside progress bars
  • will show error if ffmpeg is not detected on startup
  • now outputs meta.txt file in generated datasets folder which contains the manually assigned character names

1.0.0

29 Jun 07:01
09df132
Compare
Choose a tag to compare

initial release

plans for the future:

  • make it visually clear that clicking the video restarts the current caption
  • use some other libraries to reduce the size of the end file
  • ffmpeg detection?