Yooooooooooooooooooooooooooooooooooooooooooooooooooo Hi!
Okay so
# Sources
**Video**: BD USA
**Audio**: BD USA
**Subs**: BD USA
**Filtering**: Okay, hold your horses. This show is old, like very old. Like 1987 old. So it's graaaaaaaaaaaainy. Which isn't really a problem, BUT
This poor fella had some degrading I guess on the film and the grain is dirty, so a friend of ours, a good person and very clever man, whose name won't be shared, basically filtered it out and colour fixed the videos.
SOOOOOOOOO I had to encode 1.485TB of lossless stuff into yknow, an usable size XD I mean it could had been worse, but yeah. Comparisons below
The japanese BD is literally worthless thanks to the good job of Discotek Media, and to the great job with the filtering by our special unnamed friend
# Comparisons
https://slow.pics/c/mFfxXhHx
# MediaInfo
```
General
Unique ID : 262577622142397061416027445580783066882 (0xC58A9C4B1AC171BABF40C70F28DA9F02)
Complete name : N:\KOR\[Fabrebatalla18-Intervención] Kimagure Orange Road [1080p h264 10bit FLAC EngSubs]\[FB-I] Kimagure Orange Road - 01 [1080p h264 10bit FLAC EngSubs] [AEBCD164].mkv
Format : Matroska
Format version : Version 4
File size : 2.29 GiB
Duration : 25 min 37 s
Overall bit rate mode : Variable
Overall bit rate : 12.8 Mb/s
Encoded date : UTC 2021-08-02 11:19:24
Writing application : mkvmerge v59.0.0 ('Shining Star') 64-bit
Writing library : libebml v1.4.2 + libmatroska v1.6.4
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 10@L4.1
Format settings : CABAC / 5 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference fra : 5 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 25 min 37 s
Bit rate : 12.5 Mb/s
Width : 1 440 pixels
Height : 1 080 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.334
Stream size : 2.23 GiB (97%)
Writing library : x264 core 161 r3039+17 c76b8b8 (DJATOM's mod)
Encoding settings : cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=10 / psy=1 / fade_compensate=0.00 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=8 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=crf / mbtree=1 / crf=16.0000 / qcomp=0.60 / qpmin=0 / qpmax=81 / qpstep=4 / vbv_maxrate=13400 / vbv_bufsize=26800 / crf_max=0.0 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Language : Japanese
Default : Yes
Forced : No
Audio
ID : 2
Format : FLAC
Format/Info : Free Lossless Audio Codec
Codec ID : A_FLAC
Duration : 25 min 37 s
Bit rate mode : Variable
Bit rate : 325 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Frame rate : 11.719 FPS (4096 SPF)
Bit depth : 16 bits
Compression mode : Lossless
Stream size : 59.5 MiB (3%)
Writing library : libFLAC 1.2.1 (UTC 2007-09-17)
Language : Japanese
Default : Yes
Forced : No
Text
ID : 3
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Duration : 25 min 32 s
Bit rate : 31.1 kb/s
Count of elements : 628
Stream size : 5.67 MiB (0%)
Language : English
Default : Yes
Forced : No
```
# Scripts
```
import vapoursynth as vs
import mvsfunc as mvf
core = vs.get_core()
KOR = core.avisource.AVISource("..\AVI\KOR BD Ep01.avi")
KOR.set_output()
```
```
x264-aMod-x64-core161-r3039+17 --output "scripts\%%~nf.264" --output-depth 10 --level 4.1 --preset veryslow --force-cfr --crf 16 --level 4.1 --vbv-bufsize 26800 --vbv-maxrate 13400 "scripts\%%~nf.vpy"
```
Comments - 1
SomaHeir