You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Scripts/Migliora il Timing Dei Sub/README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,6 @@
1
1
What exactly do the "Fasi.py" scripts do?
2
2
3
-
Fase0.py:
4
-
- Extracts audio from "ep.mkv", passes it to demucs which extracts vocals with the CPU (3/5 minutes) or with GPU (30/40 seconds).
5
-
- Now there is no need to use the site anymore, it does everything automatically locally, make sure you have the right cuda version installed for you in the "main" folder to use GPU.
6
-
7
-
Values you can modify: None.
8
-
9
-
Fase1.py:
3
+
Fase0.py:
10
4
Separate from uploaded .ass sub (No need to manually sort everything anymore, the program does it all for you):
11
5
12
6
- "Signs": Contains all signs, opening and ending subtitles (necessary separation to adjust dialogue timing).
@@ -21,6 +15,12 @@ Separate from uploaded .srt sub:
21
15
22
16
Values you can modify: None.
23
17
18
+
Fase1.py:
19
+
- Extracts audio from "ep.mkv", passes it to demucs which extracts vocals with the CPU (3/5 minutes) or with GPU (30/40 seconds).
20
+
- Now there is no need to use the site anymore, it does everything automatically locally, make sure you have the right cuda version installed for you in the "main" folder to use GPU.
21
+
22
+
Values you can modify: None.
23
+
24
24
Fase2.py:
25
25
- Based on the audio peaks of spoken audio, removes the lead-in-out and resets them according to values that can be changed as per your preference.
26
26
- Joins close lines with a space of 0.000 seconds between them for better continuity.
@@ -101,6 +101,7 @@ Values you can modify: None.
101
101
Fase6.py:
102
102
- Delete files that are no longer needed after adjusting the sub timing.
103
103
- Move the files you need to the Desktop.
104
+
- 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.
0 commit comments