docs: Add pre-compiled binaries section to README.

This commit is contained in:
2025-12-05 22:30:42 +01:00
parent 1548a4bdd6
commit a08b3a8b3a

View File

@@ -2,6 +2,13 @@
This is a Go port of the `av1_opus_encoder.py` script, designed to be compiled into a standalone executable.
## Pre-compiled Binaries
Pre-compiled binaries are available in the root directory:
- **Windows**: `av1-encoder.exe`
- **Linux**: `av1-encoder-linux` (ensure you run `chmod +x av1-encoder-linux` before executing)
## Prerequisites
- **Go 1.21+**: Required to compile the code.