Updated readme's
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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](anime_audio_encoder.py)**: A script tailored for encoding anime. It handles Variable Frame Rate (VFR) sources and uses `av1an` for AV1 encoding. For more details, see the [Anime Audio Encoder README](README_Anime%20Audio%20Encoder.md).
|
||||
|
||||
- **[tv_audio_encoder.py](tv_audio_encoder.py)**: A script designed for encoding TV show episodes. It uses `alabamaEncoder` for the video encoding process. For more details, see the [TV Audio Encoder README](README_TV%20Audio%20Encoder.md).
|
||||
|
||||
For usage instructions, please refer to the individual scripts or the detailed README files.
|
||||
Reference in New Issue
Block a user