Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
Find a file
2020-01-12 08:24:24 +02:00
.gitignore
av1an.py changed ffmpeg log level to error and disabled audio encoding for video streams 2020-01-12 08:24:24 +02:00
LICENSE.md
README.md And many more to go.. 2020-01-12 05:49:10 +02:00
requirements


Av1an

All-in-one tool for streamline and easy av1 encoding

alt text

Easy And Efficient

Start using AV1 encoding. At current moment only available encoder is Aomenc.

Example with default parameters:

./avian.py -i input_file

Your own parameters:

./avian.py -i input_file -e '--cpu-used=3 --end-usage=q --cq-level=30' -a '-c:a libopus -b:a 24k'

Main Features

Spliting video by scenes for parallel encoding

AV1 encoders at current moment not good at multithreading so encoding limited to single core.

PySceneDetect used for spliting video by scenes and running multiple encoders.

Simple and clean console look

Automatic determination of how many workers PC can handle

Building encoding queue with bigger files first, minimizing waiting for last scene to encode

Both video and audio encoding option with FFmpeg

And many more to go..

Dependencies