Nyaa archive 1702716

[Trix] Akebi-chan no Sailor-fuku S01 [Dual Audio] [Multi Subs] (BD 1080p AV1) - Akebi's Sailor Uniform VOSTFR

Saved on 2026-09-18 13:26:05. This copy includes the description and comments available at capture.

Description

MediaInfo Akebi-chan no Sailor-fuku (MyAnimeList)
Video Codec / Settings AV1 10-bit / aom-av1-lavish: CPU-3, CQ33 + auto-boost algorithm
Audio Language (Codec) Japanese, English (Opus 2.0 - 128kbps)
Subtitles English Full [Cyan], English Signs/Songs, French, Portuguese(Brazil), Spanish(Latin), Arabic, Italian
Source Cunnysseur, CR
Cover More AV1 releases

Thanks to the people involved in this release, including the sources.


Language Options
You can download here two scripts that do the following (Windows/macOS-Linux):

  • Keep Japanese: Throws out all audio tracks other than Japanese
  • Keep English: Throws out all audio and subtitles tracks other than English

Put all the video files into the Language Options folder and run the corresponding script. The resulting files can be found in the output folder.

Note: MKVToolNix must be installed on your system


Tired of VLC acting up with Opus audio, with subtitles, with color rendition? We recommend the MPV media player for the best playback experience (guide). Keep your software up-to-date!


Want to report an issue with the torrent? Know what's planned next? Learn more about AV1? Join the AV1 anime discord

Comments 4

for people who dislike English audio:
donwload mkvmerge executable

@echo off
for /f "delims=*" %%a in ('dir /b *.mkv') do "mkvmerge.exe" -o "output\%%~na.mkv" -a !2 --compression -2:none "%%a"