13.09.2020, 15:55
Okay, not surprised that Hybrid might not like your script:
a. script does not return anything (unlike some other tools Hybrid does not add 'return last' to scripts
b. your script does not include the scripts and load the files it relies on.
Strange thing is that avsInfo (64bit) version properly reports:
and doesn't output an error.
-> I'll compile a current dev version for Windows and send you a link via PM.
atm. my guess is that this is either some problem with the old version or this is a problem with AviSource not liking the fast open and release of the source file.
Cu Selur
AVISource("N:\DC final new\DC 03.avi")
AssumeTFF()
ConvertToYV12(interlaced=true)
# QTGMC(Preset="Faster")
# SelectEven
boxx = 82
boxy = 380
boxw = 266
boxh = 40
box = Crop(boxx, boxy, boxw, boxh).SelectEvery(1,0,0)
yd = Crop(boxx, boxy, boxw, boxh).Yadif(mode=1, order=1).QTGMC(InputType=1)
bmask = box.Crop(2,2,-2,-2).ColorYUV(off_y=256).AddBorders(2,2,2,2).Blur(1.0).Blur(1.0).Blur(1.0)
Overlay(QTGMC(preset="fast"), yd, x=boxx, y=boxy, mask=bmask)
#Overlay(QTGMC(), yd.Invert(), x=boxx, y=boxy, mask=bmask)
#Overlay(QTGMC(), bmask, x=boxx, y=boxy)
Crop(22,0,-14,-14) # use both lines
AddBorders(18, 6, 18, 8) # use both lines # left,top,right,bottom
spline36resize(640,480)
ConvertToYUY2
b. your script does not include the scripts and load the files it relies on.
Strange thing is that avsInfo (64bit) version properly reports:
Color: YUY2, Resolution: 640x480, Frame rate: 60000/1001 fps, Length: 260114 frames, TFF
Audio:
Sample rate: 48000 Hz, Channel count: 2
-> I'll compile a current dev version for Windows and send you a link via PM.
atm. my guess is that this is either some problem with the old version or this is a problem with AviSource not liking the fast open and release of the source file.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.