Nyaa archive 1538459

[Judas] Hunter x Hunter (1999) (Season 1) [DVD 480p][HEVC x265 10bit][Dual-Audio][Eng-Subs] (Batch)

Saved on 2026-09-15 19:32:33. This copy includes the description and comments available at capture.

Description

Title: Hunter x Hunter (1999) (Season 1)
HEVC 10bit SoftSubbed - 704 x 480
Encoded by: EoE
Source: US-DVD (86 GB)

Audio: Japanese - English
Subtitles: English - English(VobSub)
Note: Only Season 1 (eps 01-62) has been dubbed in English, that's why OVAs (63-92) are not in this release. Here you can find the complete series without eng audio.

Donations are always welcome
Request an anime or get DDL links @ Discord

[Seed or these two will come and get you]

gg

wp

Comments 9

Thanks for the HxH posts Judas!

The fan remaster is a quality product, they have spent significant time working on it over multiple revisions. It really is at the level where a small 1080p encode could be done. Right now the episodes are 1.8G each. I should check if they have done more episodes (they had done up to 70 before).

The aspect ratio is wrong. I assume it's supposed to be 4:3 (although the 704 vs 720 thing confuses me). Another thing while I'm complaining: why compress the audio when it's already compressed? It's not worth it even for a mini.

Put this in a .BAT file to fix the aspect ratio:
FOR %%G IN (*.mkv) DO ffmpeg -i "%%G" -aspect 4:3 -map 0 -c copy -bsf:v hevc_metadata=sample_aspect_ratio=10/11 "%%~nG fix.mkv"