Skip to content

Commit 41d3978

Browse files
authored
Update README.md
1 parent 83585a0 commit 41d3978

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Scripts/Migliora il Timing Dei Sub/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
What exactly do the "Fasi.py" scripts do?
22

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:
104
Separate from uploaded .ass sub (No need to manually sort everything anymore, the program does it all for you):
115

126
- "Signs": Contains all signs, opening and ending subtitles (necessary separation to adjust dialogue timing).
@@ -21,6 +15,12 @@ Separate from uploaded .srt sub:
2115

2216
Values you can modify: None.
2317

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+
2424
Fase2.py:
2525
- 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.
2626
- Joins close lines with a space of 0.000 seconds between them for better continuity.
@@ -101,6 +101,7 @@ Values you can modify: None.
101101
Fase6.py:
102102
- Delete files that are no longer needed after adjusting the sub timing.
103103
- 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.
104105

105106
Values you can modify: None.
106107

0 commit comments

Comments
 (0)