Nyaa archive 2021022

(sample) (Jackoneill) Kyou no Go no Ni (2006 OVA + Special) (BD 1920x1080 x264@Hi444p ALAC)

Saved on 2026-09-19 07:55:30. This copy includes the description and comments available at capture.

Description

The 4 BD episodes are clearly superior to the pre-existing Jackoneill copies but the DVD Jackoneill of the Mizukake special might be better, hence

Comparisons:
1 (Jackoneill) - (sample)

2 (Jackoneill) - (sample)

3 (Jackoneill) - (sample)

4 (Jackoneill) - (sample)

I don't know if (sample) is the tag of the original BD release on here but his files all had it so I used it instead of having it nameless.

So for the ultimate experience, get this (2006 OVA), maybe Jackoneill's special (still from the 2006 OVA) if you prefer his copy over the one here, get [ANE]'s 576p DVD (2008) + OAD (2009) (the OAD is 4 episodes + 1 special in one file to save you the trouble of researching) + adjusted [ANE] subs + [ANE] OAD subs styling fix

Comments 5

Classic kodomo anime. Instead of the typical slice o life and humor, it leans more towards a kind of nostalgic feeling. mono no awarē.

The playing issue its a problem with Libav (used by VLC, FFMPEG... to decode h264) and an old version of x264 (<151), found a similar issue in GitHub, it had a solution without re-encoding that I tried and it worked, I created a batch with a simplified version of the solution to apply it:

@:LOOP
ffmpeg -i "%1" -map 0 -c copy -bsf:v h264_metadata="sei_user_data=dc45e9bde6d948b7962cd820d923eeef+x264 - core 148 r2721+55 e19946b t_mod_Custom [10-bit@all X86_64]" -y "%~dpn1-fixed.mkv"
@shift
@if not (%1)==() goto LOOP
pause

It needs ffmpeg to work, possibly there is a need to change it with the correct ffmpeg path for it to work, you can drop various files to it and then it generates the fixed files.