Skip to content

Instantly share code, notes, and snippets.

@trixoniisama
trixoniisama / gist:13ff0a900ff1b22ac4fcfa50e7f12add
Created February 14, 2022 17:56
Vivy 720p AV1 MiNi encode settings
- 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
@trixoniisama
trixoniisama / av1_compatibility_list.txt
Last active January 8, 2024 03:47
AV1 device compatibility list and information
---------------------------------------------English---------------------------------------------
As of february of 2022, only some devices have hardware AV1 decoding.
- On mobile devices : the Mediatek Dimensity 900 and above, the Exynos 2100 and above, the Google Tensor, and some other devices
like the Amazon Fire TV 4K Max and other Android TV boxes.
- On PCs : any 10th gen or higher laptop Intel CPUs, any 11th gen or higher (except the F skus) desktop Intel CPUs. AMD laptop
CPUs from the 6000 series. Any nVidia RTX 3000 series, any AMD GPU from the RX 6600 and above.
I will list below many chips capable of 720p AV1 software decoding in MPV :