Log in

View Full Version : @the wef about end credits bug


MoonWalker
13th January 2002, 03:01
Firstly congratulation about this wonderfull tool.I think it helped many people.But I think you forgot to fix the bug with the subtitles shown up again at the end credits avs file.Personaly i don't bother because I edit the avs and correct it.But for newbies it might be difficult.So I just mention it again...

Keep up the good work...

MoonWalker

TheWEF
13th January 2002, 03:34
hmmm... i thought i fixed that. did you try it?

MoonWalker
13th January 2002, 21:57
Yes I have encoded a movie with 0.23 and here is the avs it created for end credits :
#
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("D:\DivX\GORDIA~1\mpeg2dec.dll")
#LoadPlugin("D:\DivX\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("D:\DivX\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("D:\DivX\GORDIA~1\GreedyHMA.dll")
LoadPlugin("D:\WINDOWS\System32\vobsub.dll")
#
# SOURCE
mpeg2source("I:\Whatever It Takes\what.d2v")
#
# TRIM
trim(131627,0)
#
# IVTC
#InverseTelecine(40,10,15)
# or use
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# CROPPING
crop(9,9,704,552)
#
# 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("I:\Whatever It Takes\Avi's\SUbs\vts_01_0")
#
# RESIZING
BicubicResize(512,288,0,0.75)
#
# 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)


:)

And a question for the trim function. Why the end frame is 0?Shouldn't be the final range of the movies?

Ripe73
13th January 2002, 22:20
About the trim function

Trim
Trim(first-frame,last-frame,clip)

Trim trims a video clip so that it includes only the frames first-frame through last-frame. The audio is similarly trimmed so that it stays synchronized. If you pass 0 for last-frame it means "end of clip." For example:

Trim(100,0) # delete the first 100 frames

TheWEF
14th January 2002, 01:24
:rolleyes: ...you are right.

ok, i will fix that.

wef.

Dualfun
16th January 2002, 21:01
Uuh, for some reason I had the same problem :D

http://www.divx.com/forums/viewtopic.php?topic=24525&forum=6

For the time being, is it enough to put an # here:
#VobSub("I:\Whatever It Takes\Avi's\SUbs\vts_01_0")

Guess it is. But IŽd really like to say a huge thank you to you wef for finding time to correct all these silly bugs! And another for the best software on this planet :)

With regards,

Ville