Log in

View Full Version : subtitle not ripped (vob files 0 kb) whats wrong?


mightyspawn
10th November 2005, 22:18
Well for example i ripped the A-team box, and on each DVD there a 4 episodes. The first one is going well, complete with subtitle

But when i want to xvid the second episode there are at the end no subtitles.

I use dvddecrypter latest build in IFO mode, then i rip the episodes ( i can also choose the last option which is 3+ hour long which all episodes)

ANd then i start ripping with autogk latest version, first episode is fine. 2nd,3rd,4th not.

But i had this before, not only tv series but also normal movies. Sometimes i couldnt rip all the subs, i just had to leave a few behind.

Hope someone could help.

unskinnyboy
10th November 2005, 22:23
There are subtitles in the DVD, right? AutoGK invokes VobSub to rip the subtitles, so it could be a VobSub failure. Can you bring up VobSub Configure and try to index and rip the subs outside of AutoGK? Does it work?

Also, always :logfile:. We need that to understand the problem better.

mightyspawn
10th November 2005, 23:49
how do i rip the subs manually? i have no idea how i do that.

unskinnyboy
10th November 2005, 23:53
Which is why you should be reading our guides first before asking questions - http://www.doom9.org/dvobsub.htm

mightyspawn
11th November 2005, 10:26
sorry, thanks.

BUt ive found it out whats going on.

In vobsub.dll you can select the program chain, which should be 2 because its episode 2 on dvd 1. seperatly ripped with dvd decrypter

Can you call this some kind of bug? Because AutoGK doesnt tell Vobsub to select program chain 2.


[10-11-2005 13:07:06] AutoGK 2.20
[10-11-2005 13:07:06] OS: WinXP (5.1.2600).2
[10-11-2005 13:07:06] Job started.
[10-11-2005 13:07:06] Input file: I:\ateam\disc1\2\VTS_01_0.IFO
[10-11-2005 13:07:06] Output file: I:\ateam\disc1\2\4\ateams2e2.avi
[10-11-2005 13:07:06] Output codec: XviD
[10-11-2005 13:07:06] Audio 1: English AC3 2ch
[10-11-2005 13:07:06] Subtitles: all
[10-11-2005 13:07:06] Format: .AVI
[10-11-2005 13:07:06] Target size: 400Mb
[10-11-2005 13:07:06] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[10-11-2005 13:07:06] Started encoding.
[10-11-2005 13:07:06] Demuxing and indexing.
[10-11-2005 13:07:51] Processing file: I:\ateam\disc1\2\VTS_01_1.VOB
[10-11-2005 13:07:51] Processing file: I:\ateam\disc1\2\VTS_01_2.VOB
[10-11-2005 13:07:51] Source resolution: 720x576
[10-11-2005 13:07:51] Found PAL source.
[10-11-2005 13:07:51] Source aspect ratio: 4:3
[10-11-2005 13:07:51] Analyzing source.
[10-11-2005 13:09:35] Source has percentage of interlacing in motion areas: 0,00
[10-11-2005 13:09:35] Source is considered to be progressive.
[10-11-2005 13:09:35] Output will contain 69098 frames
[10-11-2005 13:09:35] Decoding audio.
[10-11-2005 13:10:13] Normalizing audio.
[10-11-2005 13:10:24] Encoding audio.
[10-11-2005 13:13:11] Preparing subtitles.
[10-11-2005 13:13:56] Compressing subtitles.
[10-11-2005 13:13:56] Audio1 size: 46,643,760 bytes (44.48 Mb)
[10-11-2005 13:13:56] Overhead: 2,763,904 bytes (2.64 Mb)
[10-11-2005 13:13:56] Subtitles size: 76 bytes (0.00 Mb)
[10-11-2005 13:13:56] Video size: 370,022,660 bytes (352.88 Mb)
[10-11-2005 13:13:56] Running compressibility test.
[10-11-2005 13:13:56] Writing the following script to I:\ateam\disc1\2\4\agk_tmp\ateams2e2_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AUTOGK~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AUTOGK~1\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AUTOGK~1\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("I:\ateam\disc1\2\4\agk_tmp\ateams2e2.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.06666666666667
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[10-11-2005 13:16:43] Duration was: 2 minutes 47 seconds
[10-11-2005 13:16:43] Speed was: 20,67 fps.
[10-11-2005 13:16:43] Compressibility percentage is: 53,15
[10-11-2005 13:16:43] Chosen resolution is: 560x416 ( AR: 1,35 )
[10-11-2005 13:16:43] Predicted comptest value is: 70,09
[10-11-2005 13:16:43] Running first pass.
[10-11-2005 13:16:43] Writing the following script to I:\ateam\disc1\2\4\agk_tmp\ateams2e2_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AUTOGK~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AUTOGK~1\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AUTOGK~1\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("I:\ateam\disc1\2\4\agk_tmp\ateams2e2.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.06666666666667
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 560
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
===========================================================
[10-11-2005 13:41:58] Duration was: 25 minutes 14 seconds
[10-11-2005 13:41:58] Speed was: 45,61 fps.
[10-11-2005 13:41:58] Expected quality of first pass size: 69,69
[10-11-2005 13:41:58] Running second pass.
[10-11-2005 14:23:16] Duration was: 41 minutes 17 seconds
[10-11-2005 14:23:16] Speed was: 27,89 fps.
[10-11-2005 14:23:16] Job finished. Total time: 1 hour, 16 minutes 10 seconds

unskinnyboy
11th November 2005, 22:57
In vobsub.dll you can select the program chain, which should be 2 because its episode 2 on dvd 1. seperatly ripped with dvd decrypterNo idea what you are talking about. What extra did you expect to see in the log about the subtitles? Did you try ripping them outside of AutoGK as I suggested?

Here are a couple of threads which talks about similar issues:
http://forum.doom9.org/showthread.php?t=99660
http://forum.doom9.org/showthread.php?t=99297