View Full Version : unexpected text in GKnot output avi...
medawa
16th April 2005, 23:57
The movie converted alright into an avi but there's a sort of counter superimposed on the actual video. Looks something like a frame counter that keeps incrementing...
any ideas what the problem is?
thanks...
manono
17th April 2005, 01:48
Hello, and welcome to the forum-
Unless the counter is in the vobs like that (play a vob and check), then it's being put on by your player. GKnot didn't do it. Open the AVI in VDubMod to confirm that it's not in the AVI. Either check all the options in your player to make sure you didn't accidently turn that on yourself, or try a different player.
Thinking some more; if, when you open the AVI in VDubMod, you really do see it, then it's possible that a setting of one of the filters in the .avs added it. No filters with those settings exist in GKnot, but it's possible, I suppose, that you added it yourself, and then forgot to take it back out before doing the encoding. If you don't solve the problem easily, then maybe post the .avs you used.
unskinnyboy
17th April 2005, 02:59
You sure it wasn't a DVD screener you encoded? ;) Those ones usually would have counters on them since they are not the finished retail product.
manono
17th April 2005, 05:58
Good one, unskinnyboy! I hadn't thought about that. But I'm sure that couldn't be true with medawa. All the Doom9 people have read the Forum Rules (http://forum.doom9.org/forum-rules.htm) and already know that Rule 6 prohibits discussion of illegally obtained movies. Don't they?
medawa
17th April 2005, 10:34
thanks manono for the reply...(and no unskinny, its not a screener :rolleyes: )
i checked the original vob and the numbers aren't there...
opened the final avi with Vdubmod and, yeah, the numbers are there just like in the player...
they look something like:
8885 ST:8885 IF:0
PVOP
that 8885 seems to be the frame count(increases pretty quickly)
the avs i used is:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\Program Files\GordianKnot\DGMPGDec\DGDecode.dll")
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\decomb.dll")
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\KernelDeInt.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\UnDot.dll")
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\dgbob.dll")
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\Convolution3d.dll")
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\FluxSmooth.dll")
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\TomsMoComp.dll")
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\VSFilter.dll")
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\SimpleResize.dll")
# SOURCE
mpeg2source("H:\DVD\Projects\***_VTS_02_PGC1\***.d2v")
# TRIM
#trim(startframe,endframe)
# IVTC
#Telecide(order=1,guide=1).Decimate()
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)
# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)
# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
# or maybe
#DGBob(order=1,mode=0)
# DEINTERLACING (3) - special requests
#GreedyHMA(1,0,0,0,0,0,0,0)
#Telecide()
#SeparateFields()
# CROPPING
crop(0,0,720,576)
# SUBTITLES
#VobSub("FileName")
# RESIZING
LanczosResize(768,416)
# DENOISING: choose one combination (or none)
Undot()
# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#mergechroma(blur(1.3))
#FluxSmoothST(5,7)
# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#Convolution3d("moviehq")
#FluxSmoothST(7,7)
# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#Convolution3d("movielq")
#FluxSmoothST(10,15)
# BORDERS
#AddBorders(left,top,right,bottom)
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
# FOOL CCEnc
#empty = BlankClip()
#AudioDub(last,empty)
please see if you spot the problem....
medawa
17th April 2005, 11:18
Thanks for the help guys, but i think i've found the problem:
http://img166.echo.cx/img166/5592/image11gp.jpg (http://www.imageshack.us)
i'll try encoding with the 'print debug info on each frame' disabled....
weird how it got in the defaults though, never messed with the advanced setting... :)
manono
17th April 2005, 11:36
I'm glad you got it figured out, because after going through the .avs I was stumped. That is strange, though, because I've never seen that debug box checked. Good luck with the next try. I'm sure it'll turn out fine.
unskinnyboy
17th April 2005, 16:21
Quite interesting. So -this- is what happens when you have that checked. It is always unchecked by default, so I have never tried an encode with it manually enabled. Will try one now..:)
medawa
17th April 2005, 20:03
indeed it does... tried it with it off and the output is sweeeet!!
:cool: :D :cool:
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.