BAT Server 2.0 Introduction
BAT Server is a powerful extension for EDIUS designed for editors, producers, and broadcasters. It adds advanced tools directly to your EDIUS environment, helping you accelerate workflows, automate repetitive tasks, and expand what your editing system can do. Download the latest Public Beta version to test all features for free. The BAT Server in EDIUS 11 stands for Background Automation and Task Server. In a nutshell, the BAT Server acts as a bridge between EDIUS and your favorite apps. For instance, it allows you to easily transfer clips from EDIUS to external applications like Acoustica without any manual intervention. It is controlled by simple BAT files that are easy to modify using any text editor. No programming skills required! Connect EDIUS to your preferred tools. Send audio to editors or graphics to design software instantly. Automatically identify cuts and separate long sequences into individual clips in seconds. Download the optimized EDIUS 11 Setup Manager beta: Once installed, the BAT Server will appear as a system tray icon. You can also access the panel via: Adding Functions: In the web panel, click the button "Klicken Sie hier, um einen neuen EDIUS-Menüeintrag hinzuzufügen" to add custom presets to your EDIUS menu. Troubleshooting: The LOGS section now contains clickable links to individual job logs for easy debugging. BAT files use simple commands starting with Our team can develop custom solutions for your specific production needs: Beta Status: This is a rolling release. Updates are delivered via the Setup Manager. Getting Help: Cinematic Trailer: Watch on YouTubeIntroduction
Get Started Now
What is BAT Server?
Core Features
Open With
Scene Detection
New Features in BAT Server v2 Beta
Installation & Setup
Step 1: Download
EDIUS 11 Setup Manager Installer BetaStep 2: Install Components
Step 3: Accessing the Panel
Tools > BATS: panel
Using BAT Server
Available Presets & Extensions
Batch File Syntax
::. No coding knowledge is required.Example: Open with Default App
:: description=Open any source file from EDIUS with default app
:: show_toast={source} is now opening.
:: loop=2
:: execute_post=start "" "{source}"
:: submenu=Example: Open Specific File
:: description=Open docx file from EDIUS with default app
:: show_toast=D:\$_projects\60p\mik.docx is now opening.
:: loop=2
:: execute_post=start "" "D:\$_projects\60p\mik.docx"
:: submenu=Command Reference
:: description - The text shown in the EDIUS menu.:: show_toast - A popup notification (use {source} for filename).:: execute_post - The actual command to run (e.g., start "" "{source}").:: submenu - The name of the submenu this command belongs to.:: extend_inout - Adds handles (e.g., 1.5 for 1.5 seconds).Custom Workflow Automation
Support & Feedback