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
2. Run `install.bat` (for Windows) or `install.sh` (for GNU/Linux or macOS). This automatically installs dependencies listed in `requirements.txt` into a Python virtual environment.
52
58
3. (For Extra Job `ocr` only, not required for basic timeline generation) Install Tesseract OCR v5.3.3.20231005 (or above).
53
59
@@ -68,11 +74,11 @@ Temporarily make these changes to `config.yml`:
68
74
- Set `engine` to `framewise`.
69
75
- Under the `framewise` section, set `debug` to `true`. This should be the default setting.
70
76
71
-
Then, run `MagiaTimeline.bat` (for Windows) or `MagiaTimeline.sh` (for GNU/Linux or macOS). A window will pop up showing the frames from your video with a red box at the bottom. The red box should cover the area where the subtitles are displayed. If not, adjust `dialogRect` under the `bcs`, `default` section and rerun. You don’t have to run the program to the end in debug mode; you can quit by typing 'q' in the display window.
77
+
Then, run `MagiaTimeline.bat`/`MagiaTimeline.exe` (for Windows) or `MagiaTimeline.sh` (for GNU/Linux or macOS). A window will pop up showing the frames from your video with a red box at the bottom. The red box should cover the area where the subtitles are displayed. If not, adjust `dialogRect` under the `bcs`, `default` section and rerun. You don’t have to run the program to the end in debug mode; you can quit by typing 'q' in the display window.
72
78
73
79
If the video has a resolution too high for the display window, consider adjusting `debugPyrDown` under the `framewise` section.
74
80
75
-
**Productive Running**: Debug mode significantly slows down the program. After verifying alignments in debug mode, process the full video with debug off. Reset the parameters as instructed in the **Configuration** section and run `MagiaTimeline.bat` (for Windows) or `MagiaTimeline.sh` (for GNU/Linux or macOS). Once the program finishes, you should see a `MagiaTimelineOutput.ass` file generated. As a video maker, you should already be familiar with this file format. Enjoy!
81
+
**Productive Running**: Debug mode significantly slows down the program. After verifying alignments in debug mode, process the full video with debug off. Reset the parameters as instructed in the **Configuration** section and run `MagiaTimeline.bat`/`MagiaTimeline.exe` (for Windows) or `MagiaTimeline.sh` (for GNU/Linux or macOS). Once the program finishes, you should see a `MagiaTimelineOutput.ass` file generated. As a video maker, you should already be familiar with this file format. Enjoy!
0 commit comments