Auto Sub ReTimer GUI (GPU-CPU) v1.7 #7
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.
-
GUI.py:
1: "Max gap 'empty' between two lines to attach (ms)".
This setting allows you to configure the threshold for deciding how much "empty" space there must be to merge two subtitle lines. Merging the lines improves fluidity between them (this was already possible before, with a default value of 300, but it was not configurable via the GUI).
If you leave it at 230, the lines won’t stretch too much to attach to the next line, but there will be a natural "break" based on the fluidity of the speech. (This is obviously a personal preference, but you can now adjust the threshold to your liking).
2: "Max range to detect scene change before the initial timestamp (ms)".
Allows you to set the maximum distance to detect a scene change and link it before the initial timestamp of the line.
3: "Max range to detect scene change after the initial timestamp (ms)".
Allows you to set the maximum distance to detect a scene change and link it after the initial timestamp of the line.
4: (Config Whisper)
Allows you to change the language and select your preferred Whisper model.
Fase1.py:
Whisper ReTimer:
-Updated "Fase0", "Fase3", and "Fase4" with the latest changes in "Auto Sub ReTimer".
Fase2:
It's a small change, but it significantly alters how peaks are detected.
The improvement mainly applies to low and nuanced speech note.
Obviously, it’s not perfect, but it should be far better than before.
This means you will have to find your preferred values again if you had customized them in the GUI.
Fase4:
Removed some deprecated parameters (Slightly faster process).
Removed the modified function from v1.6 and reinstated the one from v1.5, which caused fewer errors.
The new modified function, based on the v1.5 version, is now "smarter". It should make far fewer errors than before. (Errors still depend on the crappiness of the loaded subtitle timing and false positives/undetected scenes from pyscenedetect).
More...
(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.6.2...V1.7
This discussion was created from the release Auto Sub ReTimer GUI (GPU-CPU) v1.7.
Beta Was this translation helpful? Give feedback.
All reactions