Nyaa archive 1659204

Oban Star-Racers S01 1080P Blu-ray Remux AVC

Saved on 2026-09-19 17:28:44. This copy includes the description and comments available at capture.

Description

Visual
Oban.png
Release Info
Video: AVC 1080p (Blu-ray Remux)
Audio: Japanese FLAC 2.0 48kHz 24-bit (External) English, French FLAC 5.1 48kHz 24-bit / German, Russian, Spanish, Portuguese, Italian, Dutch, Turkish AC3 2.0
Subtitle: English (SDH), (External) English, French, French (SDH)
Chapters: Included
Source: French Blu-ray (Anonymous)

Comments 13

I'm not seeing anything out of the ordinary. ffprobe shows that chroma location on episode 1 MKV is set to left just like the original M2TS, which is correct for Blu-ray.

I’m not seeing anything out of the ordinary. ffprobe shows that chroma location on episode 1 MKV is set to left just like the original M2TS, which is correct for Blu-ray.

The authoring company forgot to shift the chroma when converting to 4:2:0 subsampling which results in a center chroma location.
The BDMV's left-aligned chroma is wrong due to this.
The chroma location tag can be fixed losslessly with ffmpeg's bitstream filters but the remuxer didn't bother.

I see what you mean after splitting a screenshot to YCbCr components in GIMP. Chroma location looks correct after doing the fix with ffmpeg bitstream filter.

after splitting a screenshot to YCbCr components in GIMP.

This is the most scuffed way possible of checking but whatever works I guess

Can anyone provide the proper ffmpeg command line to change the chroma_sample_position?

Something like this should do:

ffmpeg -i "input.mkv" -c copy -map 0 -bsf:v h264_metadata=chroma_sample_loc_type=1 "output.mkv"

@Aergia the wrong "chroma location set" what problem can cause? When played the colors seem fine to me.
Can it cause problems during ancoding?