2690340101420ae818aaa3803606aa2346d91c3b
Encoding Scripts
This is a collection of Python scripts for various video and audio processing tasks, such as encoding video to AV1 and audio to Opus.
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. -
MkvOpusEnc.py: A cross-platform script for batch-processing audio tracks in MKV files to the Opus format. For more details, see the MkvOpusEnc README.
For usage instructions, please refer to the individual scripts or the detailed README files.
Description
Languages
Python
100%