Home - AviUtl-EN-Translation/anti.aviutl.ultimate.plugin-EN GitHub Wiki
🎉Ultimate Plugin
-
This is aviutl plugin.
⚠Preparation
Upgrading from r39 or earlier
- Please delete the
plugins/ultimate/assets/darkfolder inaviutl folderbeforehand.- Alternatively, uninstall the previous version using
install.exein the zip.
- Alternatively, uninstall the previous version using
🚀How to apply
- Download the Ultimate Plugin.
- Copy the
plugins' folder in the zip into theaviutl folder'.- Alternatively, install the new version using `install.exe' in the zip. See how to use install.exe here.
Download Python Execution Environment.- Copy the
pluginsfolder in the zip ofpython execution environmentinto theaviutl folder.
⚠How to deal with problems in the event of a problem
- ※If aviutl does not start, add-in does not work properly, etc,
Please delete the
json filein theconfigfolder and reset the configuration. - ※Or the default configuration file in the
config/defaultfolder Please overwrite and copy to theconfigfolder.
🔖Update History
- Please see Update History Page.
🔧How to Configure
- By default, you edit the files in the `config' folder in a text editor.
- Some add-ins can be configured using the GUI.
- Some add-ins do not have a config file in the
configfolder, Sometime read the config file in theassets/defaultfolder.
📝ultimate.auf.json
- Exit aviutl temporarily.
- Open
plugins\ultimate\ui\Ultimate Plugin configurations.html_localfile..html_localfiles must be run under 『Local Web Apps』.
- Or edit
config/ultimate.auf.jsonin a text editor.- If the file does not exist, the one in the
config/defaultfolder Copy to theconfigfolder and edit it. python_file_name✏️Specifies the path for python312.dll.- ✏️By default, the relative path from
ultimate.aufLoadultimate/assets/python32/python312.dll. - ✏️If you are using Python (32-bit version) present on your system, rewrite this value to an empty string.
- ✏️By default, the relative path from
addinactive- ✏️`true', reads the add-in.
- ✏️
false, the add-in is not read.
name- ✏️Name of the add-in.
args- ✏️Arguments to add-in.
- ✏️It is primarily an option for developers.
- ✏️If you give the debug version
debug, debug tracing is enabled.
- If the file does not exist, the one in the
- Start aviutl.
🚀List of Utility
| Internal Name | Common Name | Function |
|---|---|---|
| install | Install | Install the Ultimate Plugin. |
| local_web_app | Local Web App | Used to open the .local_html file. |
🚀List of add-ins
| Internal Name | Common Name | Function |
|---|---|---|
| dark | Dark Mode | Converts AviUtl to dark mode. |
| workspace | Work Space | Converts AviUtl into a workspace. |
| filer | Filer | Displays an explorer within AviUtl. |
| reboot | Reboot | Executes special commands such as restarting AviUtl. |
| item_copy | Item Copy | Saves selected timeline items as an exo file. |
| item_wave | Item Wave | Displays audio waveform within timeline items. |
| audio_visualizer | Audio Visualizer | Visualizes the audio during playback using a browser (WebView2). |
| settings_browser | Setting Browser | Displays selected item settings in a browser (WebView2). |
| :--- | :--- | :--- |
| filter_copy | Filter Copy | Enables copy-paste of filters in the settings dialog. |
| filter_drag | Filter Drag | Allows filters in the settings dialog to be moved by dragging. |
| dirty_check | Dirty Check | Checks for changes to the project before exiting. |
| output_check | Output Check | Checks settings before exporting the video. |
| text_drop | Text Drop | Creates text objects by drag-and-drop. |
| text_split | Text Split | Splits text objects into separate objects per character. |
| item_align | Item Align | Aligns items on the timeline. |
| image_export | Image Export | Exports the current frame or selected items as images. |
| scene_select | Scene Select | Allows scenes to be selected using buttons. |
| ease_select | Easing Select | Allows selection of easing via GUI. |
| zoom_select | Zoom Select | Allows zoom level of the timeline to be selected with buttons. |
| font_tree | Font Tree | Allows fonts to be selected from a tree control. |
| font_preview | Font Preview | Allows font selection while previewing them. |
| font_select | Font Select | Allows font selection from a custom menu. |
| note | Note | Displays a rich edit control within AviUtl. |
| clipboard_viewer | Clipboard Viewer | Displays images copied to the clipboard. |
| one_for_text | Edit Text Batch | Allows batch editing of text in text objects. |
| :--- | :--- | :--- |
| namecage | NameCage | Prevents item names from going out of the timeline. |
| last_frame | Auto-adjust Last Frame | Automatically adjusts the last frame. |
| color_code | Color Code | Adds color code input to the color selection dialog. |
| editbox_tweaker | Editbox Tweaker | Fine-tunes the behavior of edit boxes. |
| exedit_tweaker | Exedit Tweaker | Fine-tunes the behavior of the extended editor. |
| dialog_position | Dialog Position | Adjusts dialogs to not appear outside the monitor. |
| dialog_size | Dialog Size | Adjusts dialog size according to DPI. |
| optima | Optimization | Optimizes some processes such as those in AviUtl. |