HartleySan
30th September 2007, 02:02
I'm sure this question has been asked a million times before, but I can't find an answer. I'm encoding cartoons (specifically Aqua Teen at the moment) and whenever there's some fast motion (usually mouths when they're talking) it becomes blurry. I'm just using Gordian Knot with various, modified Avisynth scripts. What should I do? Thanks.
Dark Shikari
30th September 2007, 02:03
Is the source itself blurry?
or
Is the output of the scripts, but before its encoded, blurry?
or
Does the encoding itself cause it to be blurry?
Guest
30th September 2007, 04:47
Post the Avisynth script that results in blurriness.
HartleySan
30th September 2007, 12:15
Sorry. Maybe I'm not describing it well. It's not blurry, so much as there are weird, horizontal lines when something moves too fast (usually mouth movement.) Anyway, the source is fine, as far as I know. So, I'm pretty sure it's the conversion. Anyway, I'll post the Avisynth script below (which is automatically made in GK.) Note that I didn't add any extra filters, etc., as I don't know what I should add to make it "better". Thanks.
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgbob.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\Convolution3d.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\FluxSmooth.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\TomsMoComp.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VSFilter.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\SimpleResize.dll")
# SOURCE
mpeg2source("D:\DVD\Projects\ATHF V2D2\AQUA_TEEN_HUNGER_FORCE_DISC_2_VTS_01_PGC4\AQUA_TEEN_HUNGER_FORCE_DISC_2.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,480)
# SUBTITLES
#VobSub("FileName")
# RESIZING
LanczosResize(720,528)
# 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)
Leak
30th September 2007, 13:14
Sorry. Maybe I'm not describing it well. It's not blurry, so much as there are weird, horizontal lines when something moves too fast (usually mouth movement.)
Sounds like combing caused by Telecide matching the wrong fields; it would probably help if you posted a screenshot showing the problem you're describing.
np: Burnt Friedman - First Night Forever (ft. Daniel Dodd-Ellis) (First Night Forever)
HartleySan
4th October 2007, 11:53
Well, I'm still a bit of a newb with these things, so how do I take and post a screenshot? Thanks.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.