Paste not found.
Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted by fabrebatalla18 on July 20, 2020

New Paste 1 (Auto Detect)

BDSPA = LWLibavVideoSource(".\BD SPA\Inuyasha 001 [BD-Remux 1080p][DTS-HD MASTER CAT.ESP.JAP][+Subs].mkv").Spline64Resize(960, 720, 240, 0, -240, -0)
OP01NC = LWLibavVideoSource(".\BD USA\Inuyasha OP01 [BDUSA].m2ts").Spline64Resize(960, 720, 240, 0, -240, -0)
ED01NC = LWLibavVideoSource(".\BD USA\Inuyasha ED01 [BDUSA].m2ts").Spline64Resize(960, 720, 240, 0, -240, -0)

OP01NC = OP01NC.trim(12, 2303)
ED01NC = ED01NC.trim(12, 2303)

CAP_Inicio = 1848
CAP_Final =31457
ED_Inicio = CAP_Final + 1
Resto_Inicio = 33497 # Ultima escena del ED (https://i.imgur.com/Q07pfPH.png)
Resto_Final = 34689
ED_Final =Resto_Inicio - 1

#/*
BDSPA_ = BDSPA.\
Levels(7, 1.000, 242, 0, 255).\
ColorMatrix(mode="Rec.601->Rec.709")
#*/

CAPNC = OP01NC + BDSPA_.trim(CAP_Inicio, CAP_Final) + ED01NC.trim(0, ED_Final-ED_Inicio) + BDSPA_.trim(Resto_Inicio, Resto_Final)

CAPNC.\
GradFun2DBmod(thr=1.8, str=1.2, mask=true, mode=3)