Created
February 14, 2022 17:56
-
-
Save trixoniisama/13ff0a900ff1b22ac4fcfa50e7f12add to your computer and use it in GitHub Desktop.
Vivy 720p AV1 MiNi encode settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- audio encoding settings : | |
112kbps Opus for all 13 episodes + OVA (initially wanted to do 96kbps, but anyway enjoy) | |
128kbps Opus for OP/ED | |
- video encoding settings : | |
{episodes} : | |
downscaled to 720p using bicubic b = 0.33, c = 0.33 + photon-noise=10 | |
--cpu-used=4 --cq-level=25 --bit-depth=10 --tile-rows=0 --tile-columns=0 --kf-max-dist=240 --enable-fwd-kf=1 --lag-in-frames=64 | |
--quant-b-adapt=1 --enable-qm=1 --qm-min=5 --enable-keyframe-filtering=2 --enable-chroma-deltaq=1 --min-q=1 --arnr-maxframes=15 | |
--tune=image_perceptual_quality --aq-mode=1 --tune-content=psy --disable-kf | |
{OP/ED} : | |
--cpu-used=4 --cq-level=26 --bit-depth=10 --tile-rows=0 --tile-columns=0 --kf-max-dist=240 --enable-fwd-kf=1 --lag-in-frames=64 | |
--quant-b-adapt=1 --enable-qm=1 --qm-min=5 --enable-keyframe-filtering=2 --enable-chroma-deltaq=1 --min-q=1 --arnr-maxframes=15 | |
--tune=image_perceptual_quality --aq-mode=1 --tune-content=psy --disable-kf | |
+ photon-noise=12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment