Nyaa archive 1265791

[StS] Sword Art Online - Alicization - War of Underworld - 15 [1080p] (AV1).mkv

Saved on 2026-09-17 14:20:58. This copy includes the description and comments available at capture.

Description

Source By HorribleSubs ReEncoded to AV1 by StS

Comments 2

Thanks for the AV1 reencode.

What are you using to encode AV1? Just Handbrake and letting the software doing it?

Handbrake as far as i know doesnt yet support AV1 Encoding
i use base Encoder Ra1ve
and ffmpeg

these are the scripts i use i made them into a batch file on windows this way i have them in the same folder the batch file the video file and the exe of latest ra1ve and ffmpeg and its a matter of drag and drop , since the encoders are very inefficient performance wise and they dont take all cpu so i have 8 files running together it takes alot of storage space

this is for any resolution

ffmpeg -i %1 -pix_fmt yuv420p %1.y4m
rav1e -v --threads 32 --quantizer 100 --speed 5 --min-keyint 12 --keyint 240 --tile-rows 2 --tile-cols 2 %1.y4m --output %1.ivf
del %1.y4m

and this is for 720p

ffmpeg -i %1 -pix_fmt yuv420p -s 1280x720 %1.y4m
rav1e -v --threads 32 --quantizer 100 --speed 5 --min-keyint 12 --keyint 240 --tile-rows 2 --tile-cols 2 %1.y4m --output %1.ivf
del %1.y4m

average size for 24min video during encoding is
47gb to 65gb 720p
105gb to 125gb 1080p