This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

avsInfo.exe has stopped working
#6
Okay, not surprised that Hybrid might not like your script:
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
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:
Color: YUY2, Resolution: 640x480, Frame rate: 60000/1001 fps, Length: 260114 frames, TFF
Audio:
Sample rate: 48000 Hz, Channel count: 2
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: avsInfo.exe has stopped working - by Selur - 13.09.2020, 15:55

Forum Jump:


Users browsing this thread: 1 Guest(s)