Auto Sub ReTimer GUI (GPU-CPU) v1.6 #4
AndryOut
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 sped 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:
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.
Fase0:
(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
This discussion was created from the release Auto Sub ReTimer GUI (GPU-CPU) v1.6.
Beta Was this translation helpful? Give feedback.
All reactions