Log in

View Full Version : subtitles in GKnot...


soniv
15th June 2002, 12:53
I´m usin Gknot 2.6 to encode my movies and I´m sure I followed the guide correctly. The problem is that my subtitles always look sqeezed when the resolution is 16:9. I watch the movie on the DVD and the subs look ok, but after the encode it looks awful, like they were squished (vertical) and get preetty hard to read due to it. Hope someone can help...
Thanx!

manono
15th June 2002, 13:16
Hi-

Try putting them in after resize and see if they look any better (preview in Gknot or Nandub-Vdub before encoding).

soniv
15th June 2002, 13:25
Try putting them in after resize

Where do I set this? If I´m not mistaking, the options we got in Gknot are After Cropping,After Borders (VCD/SVCD) and Before Resizing.
Thanx

jggimi
15th June 2002, 13:50
manono means to edit the .avs and move things around in it, prior to encoding.

Make your settings, press "Save" rather than "Save & Encode" -- then edit the .avs as desired.

To run the encoding, go back to GKnot and click the Encoder tab, then the Add Job button.

Good luck!

soniv
15th June 2002, 16:18
edit the .avs and move things around in it, prior to encoding.

How do I change this settings? I opened ths avs file with notepad, then what should I do?:confused: Here it is...

#
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("C:\ARQUIV~1\GORDIA~1\mpeg2dec.dll")
#LoadPlugin("C:\ARQUIV~1\GORDIA~1\decomb.dll")
#LoadPlugin("C:\ARQUIV~1\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("C:\ARQUIV~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("C:\ARQUIV~1\GORDIA~1\GreedyHMA.dll")
LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#LoadPlugin("C:\ARQUIV~1\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("C:\Advogado do Diabo\Advogado do Diabo.d2v")
#
# TRIM
trim(0,198293)
#
# IVTC
#Telecide()
#Decimate(cycle=5)
# or use
#InverseTelecine(40,10,15)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING
#FieldDeinterlace()
# or use
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
# CROPPING
crop(6,59,705,358)
#
# 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("C:\Advogado do Diabo\vts_01_0")
#
# RESIZING
BicubicResize(672,288,0,0.5)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)

manono
15th June 2002, 16:32
Hi-

Yes-do a cut and paste of the .avs. You can do it as jggimi described, or by using the Edit Button within Gknot when setting up the .avs. So the final .avs might look like this (but again, do a preview to make sure they look better):

LoadPlugin("C:\ARQUIV~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
mpeg2source("C:\Advogado do Diabo\Advogado do Diabo.d2v")
trim(0,198293)
crop(6,59,705,358)
BicubicResize(672,288,0,0.5)
VobSub("C:\Advogado do Diabo\vts_01_0")

And next time you include one of these things, in the interest of saving space, you might want to leave off the lines starting with "#".

diji1
16th June 2002, 01:27
manono : And next time you include one of these things, in the interest of saving space, you might want to leave off the lines starting with "#".

that should be sticky ...

soniv
16th June 2002, 01:52
Ok, sorry for the lines with "#" guys :p ! I made the subtitles look perfect with the third option (before cropping, I think) and really apreciated your help! Thanx a lot...