Releases: machineonamission/aidatasetfromvideo
Releases · machineonamission/aidatasetfromvideo
v2.1.0
v2.0.0
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
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
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?