View Full Version : HARDSUBS~! fansuber can, can you?
juliox
9th January 2005, 10:31
Hello
im triying to make a hardsub ( add the .str file to the video and encode it under divx 5. all my anyme is hardsubed i dont understand how they can do it is not like they are riping it form a dvd they are fansubs after all. i tried every program i found in rthe web and noe hardsubed anithing. GK has a option but it only works for dvd riped subs and dvd files ( .vob) some one please help me i have this anime rthat was in .mkv so i uncompresed the file to get the audio video and subtitles out nbow i want to enconde it but i have no luck i cna only enconde audio and video i really want to add those subtitles in. i dont even need the fancy especial efects the fansubers have i want plain whit letters ><? can any one help me please is 4:30 am here im still lookoing for a program to do the trick :(
niamh
9th January 2005, 14:27
If you use GK, press edit when you reach the save .avs tab(provided you use the normal SaveAvs window). You will be presented with the avs script that GK uses.
Remove the # in front of this line:
#LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\VSFilter.dll")
Replace that line : #VobSub("FileName") by:
TextSub("path to file\subtitle.srt")
(removing the #)
hit preview to make sure itīs there and you didnīt make any typo,then hit save or save and encode.
juliox
9th January 2005, 18:05
thanks i found what you where talking about
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\ARCHIV~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\ARCHIV~1\GORDIA~1\AviSynthPlugins\decomb.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\AviSynthPlugins\dgbob.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\AviSynthPlugins\TomsMoComp.dll")
LoadPlugin("C:\ARCHIV~1\GORDIA~1\AviSynthPlugins\VSFilter.dll")
#LoadPlugin("C:\ARCHIV~1\GORDIA~1\AviSynthPlugins\SimpleResize.dll")
# SOURCE
avisource("D:\Tekkaman Blade\Tekkaman_Blade_-_48_-_Final_Battle_-_[T&C](f0649b16)[AniDB].avi")
# 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)
# CROPPING
crop(0,0,576,384)
# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)
# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
# or maybe
#DGBob(order=1,mode=1)
# DEINTERLACING (3) - special requests
#GreedyHMA(1,0,0,0,0,0,0,0)
#Telecide()
#SeparateFields()
# DENOISING: choose one combination (or none)
# RESIZING
BilinearResize(640,352)
# DENOISING: choose one combination (or none)
# 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)
as you can see i changed the firsl line like you sayd but i cant find the sencond line you are talking about =/ and when i click preview it just puts the setings back the way they wherei guess because the new orders im giving it dont make sence could you tell me where do i have to add the second line thanks alot!! ( it also resises the video triying to make it wide screen but gordian knot will keep the original size if i tell him to right? )
niamh
9th January 2005, 19:07
You donīt actually need to replace that line, itīs just handy, because the vobsub subtitle line in GK was already in the right position so to speak... just type in
It should not reset the parameters you entered though, but thatīs because , seeing your log, youīre using the advanced avs window(that explains the lack of the vobsub line ;)), and that works a bit different, you cant actually edit the script itself IIRC....let me check....
Ok, in that avs window, go to the filters tab, click on the + button, choose a filter tab, scroll down to Vsfilter, expand it, select textsub, fill in the path to the subtitle in the yellow box between the " " as in C:\my documents\my subtitle.srt for example , and click ok...you will see textsub has been added in the filters tab. then click preview, and so on :)
The first method I gave you is valid for the normal avs window.
PS:GK will keep whatever size you tell it to, so make sure you didnt resize it the wrong way yourself ;)
juliox
9th January 2005, 19:14
oo i see thanks alot i dint find the EDIT buton oyu told me that why i started cliking everithing in options until i found a atb that looked similiar to what oyu where talking about. i went back to normal mode and now i see everithing you are talking about i will try it and let you know thanks for your time :)~~!!
EDIT
wot i finally got it!! now it just says i dont have the pluging lol, but i know ohw to do it now il just go download the plugin thanks alot :)!!
feiner
10th January 2005, 04:29
Hey I've tried what you've said above and I always get an error when trying to preview it. The error says:
TextSub connot open "file location and name"
(F:\progra~1\Gordia~1\Preview.avs, line 66)
The filename and location are correct is this just an error with preview or will it carry over to the final avi. Thanks for any and all help you provide.
niamh
10th January 2005, 08:14
Can you paste line 66 then please?(it must be the textsub one)
If it errors on preview it will error on encode too.
@juliox, donīt forget to load the vsfilter plugin by removing the # in front of that first line
feiner
10th January 2005, 14:02
This is line 66 of the idx file
timestamp: -02:18:58:066, filepos: 000001000
is that what you ment.
If I'm way off let me know this is the first time I've tried to use sub titles.
niamh
10th January 2005, 20:46
No, line 66 of preview.avs :) i.e. your avisynth script. Thatīs where the error is
feiner
11th January 2005, 01:21
ahh k gotcha now
TextSub("F:\MOBILE_SUIT_GUNDAM_MOVIE_I\VIDEO_TS\Mobile_suit_gundam_movie_1")
thats what its sposed to look like right? or wrong?
niamh
11th January 2005, 15:03
You simply forgot the extension. No extension is needed for the vobsub command but for textsub youīll need to put .srt .sub or whatever format itīs in. Obviously it canīt find the file, because it doesnīt exist ;)
feiner
11th January 2005, 20:25
Ok thanks if I have further problems I'll be back.
feiner
12th January 2005, 01:57
I've tried both the idx file and the sub file. Neither of them work. Maybe I did something else wrong. I just used the subtitles tab of gknot to get the sub and idx files is there something else I need to do?
niamh
12th January 2005, 17:04
Ok weīre not talking about the same thing. Juliox wanted to hardcode a srt file, youīre trying to hardcode a vobsub file. The line is vobsub(....) , not textsub. GK non advanced avs window comes prepackaged with it so to speak, so all you need to do is tick the subtitles box and do no more(well browse to the file ;)). If you use the advanced avs window, add the filter vobsub (in vsfilter) rather than textsub. And no, in your case, no extension is needed. idx/sub files are bmp based, not text based, so the method is different.
feiner
12th January 2005, 19:24
Ok thanks I figure it out. I had used it before and it didnt work but it was because I didn't rip all the vobs and cells from the dvd only the actuall movie ones so I messed around with it and figured out which vobs and cells I actually needed. Next time I'll note which ones I ripped and make it easier on myself. thanks for all your help though and by the way which program do you use to get the textsub files in case I ever wanna try that? Thanks again.
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.