09f5aa2d386d0ca9f561d94c281e62b99c810b20
Encoding Scripts
This is a collection of Python scripts to help with encoding different types of video files to AV1, with corresponding Opus audio encoding.
Scripts
-
anime_audio_encoder.py: A script tailored for encoding anime. It handles Variable Frame Rate (VFR) sources and uses
av1anfor AV1 encoding. For more details, see the Anime Audio Encoder README. -
tv_audio_encoder.py: A script designed for encoding TV show episodes. It uses
alabamaEncoderfor the video encoding process. For more details, see the TV Audio Encoder README.
For usage instructions, please refer to the individual scripts or the detailed README files.
Description
Languages
Python
100%