Log in

View Full Version : nandub not opening avs.


Pyromidion
26th March 2002, 03:27
have a look at the attached picture, and here i have copied lines 51 & 52 for you to see whats going on. i made the avs using Gknot


# RESIZING
BicubicResize(576,432,0.333,0.333)

it seems to work fine for the others from the same DVD, but ep5 seems to not like the resizing and gives me 4 second passes and doesnt put out the avi like the ep 6 & 7 (trigun btw)

Pyromidion
26th March 2002, 03:30
forgot to put this there....

http://home.earthlink.net/~john31984/temp/error.gif

poopity poop
26th March 2002, 05:58
line 52.... geez.
Open up your avs script in notepad, and copy and paste its contents here. then we can help you :)

Pyromidion
26th March 2002, 06:50
#
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("D:\TEMP\DIVXSO~2\GORDIA~1\mpeg2dec.dll")
LoadPlugin("D:\TEMP\DIVXSO~2\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("D:\TEMP\DIVXSO~2\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("D:\TEMP\DIVXSO~2\GORDIA~1\GreedyHMA.dll")
LoadPlugin("C:\WINDOWS\SYSTEM\vobsub.dll")
#
# SOURCE
mpeg2source("D:\MultiMedia\Video\DivX\vobs\2\episode5.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
InverseTelecine(40,10,15)
# or use
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# CROPPING
crop(7,0,704,480)
#
# DEINTERLACING
#SmartDeinterlace(2,15,true,true,true)
# or use
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# SUBTITLES
VobSub("D:\MultiMedia\Video\DivX\vobs\2\episode5(00)")
#
# RESIZING
BicubicResize(576,432,0.333,0.333)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !Snip Size has to be 13 for use in GKnot!
#SelectRangeEvery(260,13)
#
# FOOL CCEnc
#ResampleAudio(44100)


there it is, any info about my settings that you cant find here, i can probably get those too. line 52 (which i had put in my first post) is the resizing (i selected soft bicubic)

poopity poop
26th March 2002, 17:34
well, you are in luck. The .333, .333 is unnessesary. These are the defualts for bicubic resize. So if you replace that line with:
BicubicResize(576,432)
You should be fine.
Of course, this should not have produced an error in and of itself but try that anyway.

Also get the newest version of avisynth just to be safe:
http://sauron.mordor.net/dgraft/mine.html

Pyromidion
26th March 2002, 23:55
still there is an error on line 52. episode 6 is taken from the same DVD (episode 5 - 7 are on one DVD spread over the Vobs as one movie, and i crop them using dvd2avi to make the episodes) and using the same numbers, and it works, im trying episode 7 now