Av1an is a command-line encoding framework designed to efficiently encode video into the AV1 format using distributed and parallel processing techniques. It acts as an orchestrator that splits video files into chunks, processes them in parallel using encoders like SVT-AV1, AOM, or rav1e, and then merges the results into a final output. The tool is optimized for high-quality encoding while reducing total processing time through multi-core and multi-machine support. It includes scene detection and chunking strategies to improve compression efficiency and visual consistency across segments. Av1an also supports advanced encoding options, allowing users to fine-tune bitrate, quality, and performance settings. It integrates with VapourSynth for preprocessing and filtering, enabling more control over input video quality. Overall, it is widely used by enthusiasts and professionals seeking efficient AV1 encoding workflows.
Features
- Parallel video encoding with chunk-based processing
- Support for multiple AV1 encoders like SVT-AV1 and AOM
- Scene detection for optimized video segmentation
- Distributed encoding across multiple machines
- Integration with VapourSynth for preprocessing
- Advanced control over bitrate and quality settings