Created an exe file with Pyinstaller for the last commit d6af270 and zipped everything up.
Under Windows you should be able to run SubtitleSyncAssistant.exe without having installed any Python or FFMPEG files.
Changelog since initial commit:
- Added total length display to plot
- Implemented preview image "force line compare"
- Added display of line numbers to preview windows
- Introduced score column
- Fixed slugish playback
- Fixed crash and memory leak:
- Allow positive or negative search range values in offset search to search in specific directions
- Fixed canceling of offset search
- Simplyfied in-range search by just using a search length to define a slice of the NEW audio in which the line is searched in
- Added "undo time shifting"
- Added total shift column
- Added preview window
- Added play/pause functionality
- Fixed hangs when deleting many lines at once
- Added subtitle export
EDIT: Uploaded another exe file which has the console window in the background to prevent windows from opening a new console window each time ffmpeg is used...