⚠ Alpha Release

Highlights Pipeline
Alpha Download

The Highlights Pipeline is an early-access tool that automatically detects and clips notable moments from Minecraft and YouTube content. You are downloading pre-release software — expect rough edges.

⚠️
This is alpha software. It is not feature-complete, has known bugs, and may behave unexpectedly. It is provided for testing and feedback purposes only. Do not use in production workflows or for content you cannot afford to lose. No uptime guarantees. No support SLA.
💻 System Requirements
🛠 Installation Instructions
1
Install Python 3.10 or newer
Go to python.org/downloads and download the latest Python 3.x installer. During install, check "Add Python to PATH" — this is required. Verify by opening a terminal and running:
python --version
2
Install ffmpeg
ffmpeg handles all video encoding and decoding. Download a Windows build from gyan.dev/ffmpeg/builds (grab the "release essentials" zip). Extract it and add the bin\ folder to your Windows PATH, or if you have Chocolatey installed, just run:
choco install ffmpeg
Verify: ffmpeg -version should print version info.
3
Download the alpha ZIP
Use the download button below. Save the ZIP to a permanent folder — do not run it from Downloads. Example: C:\AgencyEdge\HighlightsPipeline\
4
Extract the ZIP
Right-click the downloaded ZIP → Extract All. Do not run files directly from inside the ZIP.
5
Install Python dependencies
Open a terminal inside the extracted folder (Shift + Right-click → Open PowerShell here) and run:
pip install -r requirements.txt
This installs all required libraries. May take a few minutes on first run.
6
Run the app
From the same terminal, start the app with:
python main.py
A local web UI will open at http://localhost:7860 — point your browser there. Leave the terminal window open while using the app.
7
Configure your input source
In the app UI, go to Settings and set the path to your video folder (Minecraft recordings) or paste a YouTube channel / video URL for the YouTube pipeline mode. Save and return to the Dashboard to start processing.
📋 License & Usage
This software does not currently have a formal license.

By downloading you agree to the following:

• This build is provided for personal testing and feedback only.
• You may not redistribute, resell, or sublicense this software or any portion of it.
• You may not use it in any commercial product or service without written permission from AgencyEdge.
• AgencyEdge retains all intellectual property rights to this software.
• A proper license agreement will be issued when the product exits alpha.

Questions? Email intel@agencyedge.io.
Agreements & Download
⬇ Download Alpha Build

Check all boxes above to unlock the download.

Found a bug? Have feedback? Alpha testers make the product better. Send us anything — crashes, confusing UI, missing features.
Send Feedback →

Want to be notified when the full release is out?

Sign up for Updates →