"Failed to create script"
-
- Joined: Fri Oct 15, 2004 1:44 pm
"Failed to create script"
I've exported my video avi, no compression, and it's about 4 gigs in size. I try to 'open via avisynth' and I get the above error. I cannot open any other avi that I have ripped either.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
-
- Joined: Fri Oct 15, 2004 1:44 pm
Scintilla wrote:What if you create the AVISynth script yourself and try opening that instead?
Well I'm following the from here:
http://www.animemusicvideos.org/guides/ ... intro.html
and I put in the script AVISource("C:\Wolf'sRainforPremiere\wolf'srain.avi")
and I save, and....? nothing. it saves it as an unreadable file, and that's it.
-
- Joined: Fri Oct 15, 2004 1:44 pm
-
- Joined: Fri Oct 15, 2004 1:44 pm
Hmm ok well a new problem. I've opened my d2v file in virtual dub mod and am adding visual filters...but it won't recognize mftoon or SSXSharpen at all, saying 'there is no function named mftoon', etc.
This is what I have so far:
mpeg2source("C:\Wolf'sRainforPremiere\Episode1Blue.d2v",cpu=4)
ConvertToYV12()
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
AssumeFPS(24)
Crop(8,0,-8,-0)
LanczosResize(640,480)
This is what I have so far:
mpeg2source("C:\Wolf'sRainforPremiere\Episode1Blue.d2v",cpu=4)
ConvertToYV12()
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
AssumeFPS(24)
Crop(8,0,-8,-0)
LanczosResize(640,480)
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
-
- Joined: Fri Oct 15, 2004 1:44 pm