Auto Sub ReTimer GUI (GPU-CPU) v1.6
Fase3:
-
The progress bar in "Fase3" is now visible in the GUI.
-
Improved scene change detection and reduced false positives (removed ContentDetector which only caused false positives with almost no benefit).
-
Implemented video parallelization in pyscenedetect, making it significantly faster.
In short, based on the loaded subtitle lines, it will detect which parts of the video to discard and which parts to feed to pyscenedetect (without cutting the video, it relies on the timing of the lines).
Thus, not only does it reduce scene change detection time by not processing the entire video, but the process is also speed up by parallelizing only the relevant video segments. -
Implemented logic to prevent memory leaks during the process.
-
The progress bar may now "go crazy" when "Fase3" starts, as multiple video segments are processed simultaneously at high speed, resulting in multiple active progress bars at the same time (this is not an issue if you see this behavior, it's normal).
Fase4:
-
Improved the logic of a function that caused issues in previous versions. Now, with the new "Fase3" and the new "Fase4," you'll have fewer lines to adjust in the final file (of course, it’s not perfect and can still make mistakes. Remember that there are configurable values in the GUI adjust them according to your timing preferences).
-
Swapped "Fase0" with "Fase1".
Now, when you press "Start" you’ll immediately be prompted to load the subtitles for processing. This reduces user interaction (previously, you had to wait for the original "Fase0" to finish before loading the subs, meaning you had to wait for it to complete, now it’s more immediate).
Fase6:
- Now, you’ll be asked whether you want to merge "On top.ass/.srt," "Comments.ass" and "Signs.ass" into the final file. If you choose not to merge them, the separate files will also be moved to the desktop.
The "On Top" lines will be inserted into "Final.ass/.srt" in timestamp order.
The "Comments" lines will be placed at the very top.
The "Signs" lines will be placed at the bottom, after the dialogue.
- If "On Top.ass/.srt," "Comments," and "Signs" are empty, they will no longer be moved to the desktop. (Previously, they were moved even if empty. The user would have deleted them afterward anyway.)
Fase0:
- Fixed the duplicate "[Events]" issue that occurred when separating "On Top.ass," "Comments.ass" and "Signs.ass," which also appeared in the "Final.ass" file.
(If you want to use "Whisper" in "Auto Sub ReTimer GUI" you need to download it and place the "Faster-Whisper-XXL" folder inside the "Auto Sub ReTimer" folder.)
Whisper taken from https://github.com/Purfview/whisper-standalone-win
Full Changelog: V1.5...V1.6