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

Category
Date
2020-07-25 23:04
Submitter
Seeders
0
Information
No information.
Leechers
0
File size
218.2 MiB
Completed
179
Info hash
f808853c1521301501b66e0021257cb6796cb72e
Description

Source By HorribleSubs ReEncoded to AV1 by StS

File list
  • [StS] Sword Art Online - Alicization - War of Underworld - 15 [1080p] (AV1).mkv (218.2 MiB)
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