Home - AviUtl-EN-Translation/anti.aviutl.ultimate.plugin-EN GitHub Wiki

🎉Ultimate Plugin

⚠Preparation

Upgrading from r39 or earlier

  1. Please delete the plugins/ultimate/assets/dark folder in aviutl folder beforehand.
    • Alternatively, uninstall the previous version using install.exe in the zip.

🚀How to apply

  1. Download the Ultimate Plugin.
  2. Copy the plugins' folder in the zip into the aviutl folder'.
    • Alternatively, install the new version using `install.exe' in the zip. See how to use install.exe here.
  3. Download Python Execution Environment.
  4. Copy the plugins folder in the zip of python execution environment into the aviutl 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 file in the config folder and reset the configuration.
  • ※Or the default configuration file in the config/default folder Please overwrite and copy to the config folder.

🔖Update History

🔧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 config folder, Sometime read the config file in the assets/default folder.

📝ultimate.auf.json

  1. Exit aviutl temporarily.
  2. Open plugins\ultimate\ui\Ultimate Plugin configurations.html_localfile.
  3. Or edit config/ultimate.auf.json in a text editor.
    • If the file does not exist, the one in the config/default folder Copy to the config folder and edit it.
    • python_file_name ✏️Specifies the path for python312.dll.
      • ✏️By default, the relative path from ultimate.auf Load ultimate/assets/python32/python312.dll.
      • ✏️If you are using Python (32-bit version) present on your system, rewrite this value to an empty string.
    • addin
      • active
        • ✏️`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.
  4. 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.