Broesel
25th July 2007, 13:50
Hi!
Used AutoGK for a long time, but lately, I have lot's of problems as audio out of sync or the forced subtitles do not appear...
I just set up my whole computer again (XP) and installed autoGK 2.4. ESS standalone: yes. No codec pack installed.
I created an .iso of the movie I want to convert (Lord of the rings I), using ultra-iso.
Then I loaded the files in AutoGK, choosed two languages (told AutoGK to keep original audio), and wide english subs. I activated the "forced subs only" button. Codec is Xvid, outputsize 2240mb.
The results show no subtitles at all! Then I repeated the whole story again, keeping the "only forced subs" deactivated this time! And here they are: They all appear!
Here is the logfile: Only difference to the rip before is the unchecked "force subs only"....
Can anybody help? Thanks!
Brösel
[24.07.2007 16:21:30] AutoGK 2.40
[24.07.2007 16:21:30] OS: WinXP (5.1.2600).2
[24.07.2007 16:21:30] Job started.
[24.07.2007 16:21:30] Input file: K:\VIDEO_TS\VTS_01_0.IFO
[24.07.2007 16:21:30] Output file: C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\lotr 1 1.avi
[24.07.2007 16:21:30] Output codec: XviD
[24.07.2007 16:21:30] Audio 1: Deutsch AC3 6ch
[24.07.2007 16:21:30] Audio 2: English AC3 6ch
[24.07.2007 16:21:30] Subtitles 1: English wide
[24.07.2007 16:21:30] Format: AVI
[24.07.2007 16:21:30] Target size: 2237Mb
[24.07.2007 16:21:30] Audio 1 settings: Original
[24.07.2007 16:21:30] Audio 2 settings: Original
[24.07.2007 16:21:30] Standalone support enabled: ESS
[24.07.2007 16:21:30] Started encoding.
[24.07.2007 16:21:30] Demuxing and indexing.
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_1.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_2.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_3.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_4.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_5.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_6.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_7.VOB
[24.07.2007 16:36:22] Source resolution: 720x576
[24.07.2007 16:36:22] Found PAL source.
[24.07.2007 16:36:22] Source aspect ratio: 16:9
[24.07.2007 16:36:22] Color correction enabled.
[24.07.2007 16:36:22] Analyzing source.
[24.07.2007 16:40:36] Source has percentage of interlacing in motion areas: 0,00
[24.07.2007 16:40:36] Source is considered to be progressive.
[24.07.2007 16:40:36] Output will contain 151971 frames
[24.07.2007 16:40:36] Preparing subtitles.
[24.07.2007 16:44:49] Audio1 size: 340,358,144 bytes (324.59 Mb)
[24.07.2007 16:44:49] Audio2 size: 340,358,144 bytes (324.59 Mb)
[24.07.2007 16:44:49] Overhead: 3,609,344 bytes (3.44 Mb)
[24.07.2007 16:44:49] Video size: 1,661,338,880 bytes (1584.38 Mb)
[24.07.2007 16:44:49] Running compressibility test.
[24.07.2007 16:44:49] Writing the following script to C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1.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.42222222222222
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 = 704
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1.idx")
SelectRangeEvery(300,15)
===========================================================
[24.07.2007 16:49:58] Duration was: 5 minutes 8 seconds
[24.07.2007 16:49:58] Speed was: 24,59 fps.
[24.07.2007 16:49:58] Compressibility percentage is: 134,73
[24.07.2007 16:49:58] Switching b-frames off
[24.07.2007 16:49:58] Chosen resolution is: 720x320 ( AR: 2,25 )
[24.07.2007 16:49:58] Predicted comptest value is: 93,74%
[24.07.2007 16:49:58] Running first pass.
[24.07.2007 16:49:58] Writing the following script to C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1.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.42222222222222
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 = 720
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1.idx")
===========================================================
[24.07.2007 17:55:50] Duration was: 1 hour, 5 minutes 51 seconds
[24.07.2007 17:55:50] Speed was: 38,46 fps.
[24.07.2007 17:55:50] Expected quality of first pass size: 97,34%
[24.07.2007 17:55:50] Running second pass.
[24.07.2007 19:52:10] Duration was: 1 hour, 56 minutes 19 seconds
[24.07.2007 19:52:10] Speed was: 21,77 fps.
[24.07.2007 19:52:10] Job finished. Total time: 3 hours 30 minutes 40 seconds
Used AutoGK for a long time, but lately, I have lot's of problems as audio out of sync or the forced subtitles do not appear...
I just set up my whole computer again (XP) and installed autoGK 2.4. ESS standalone: yes. No codec pack installed.
I created an .iso of the movie I want to convert (Lord of the rings I), using ultra-iso.
Then I loaded the files in AutoGK, choosed two languages (told AutoGK to keep original audio), and wide english subs. I activated the "forced subs only" button. Codec is Xvid, outputsize 2240mb.
The results show no subtitles at all! Then I repeated the whole story again, keeping the "only forced subs" deactivated this time! And here they are: They all appear!
Here is the logfile: Only difference to the rip before is the unchecked "force subs only"....
Can anybody help? Thanks!
Brösel
[24.07.2007 16:21:30] AutoGK 2.40
[24.07.2007 16:21:30] OS: WinXP (5.1.2600).2
[24.07.2007 16:21:30] Job started.
[24.07.2007 16:21:30] Input file: K:\VIDEO_TS\VTS_01_0.IFO
[24.07.2007 16:21:30] Output file: C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\lotr 1 1.avi
[24.07.2007 16:21:30] Output codec: XviD
[24.07.2007 16:21:30] Audio 1: Deutsch AC3 6ch
[24.07.2007 16:21:30] Audio 2: English AC3 6ch
[24.07.2007 16:21:30] Subtitles 1: English wide
[24.07.2007 16:21:30] Format: AVI
[24.07.2007 16:21:30] Target size: 2237Mb
[24.07.2007 16:21:30] Audio 1 settings: Original
[24.07.2007 16:21:30] Audio 2 settings: Original
[24.07.2007 16:21:30] Standalone support enabled: ESS
[24.07.2007 16:21:30] Started encoding.
[24.07.2007 16:21:30] Demuxing and indexing.
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_1.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_2.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_3.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_4.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_5.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_6.VOB
[24.07.2007 16:36:22] Processing file: K:\VIDEO_TS\VTS_01_7.VOB
[24.07.2007 16:36:22] Source resolution: 720x576
[24.07.2007 16:36:22] Found PAL source.
[24.07.2007 16:36:22] Source aspect ratio: 16:9
[24.07.2007 16:36:22] Color correction enabled.
[24.07.2007 16:36:22] Analyzing source.
[24.07.2007 16:40:36] Source has percentage of interlacing in motion areas: 0,00
[24.07.2007 16:40:36] Source is considered to be progressive.
[24.07.2007 16:40:36] Output will contain 151971 frames
[24.07.2007 16:40:36] Preparing subtitles.
[24.07.2007 16:44:49] Audio1 size: 340,358,144 bytes (324.59 Mb)
[24.07.2007 16:44:49] Audio2 size: 340,358,144 bytes (324.59 Mb)
[24.07.2007 16:44:49] Overhead: 3,609,344 bytes (3.44 Mb)
[24.07.2007 16:44:49] Video size: 1,661,338,880 bytes (1584.38 Mb)
[24.07.2007 16:44:49] Running compressibility test.
[24.07.2007 16:44:49] Writing the following script to C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1.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.42222222222222
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 = 704
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1.idx")
SelectRangeEvery(300,15)
===========================================================
[24.07.2007 16:49:58] Duration was: 5 minutes 8 seconds
[24.07.2007 16:49:58] Speed was: 24,59 fps.
[24.07.2007 16:49:58] Compressibility percentage is: 134,73
[24.07.2007 16:49:58] Switching b-frames off
[24.07.2007 16:49:58] Chosen resolution is: 720x320 ( AR: 2,25 )
[24.07.2007 16:49:58] Predicted comptest value is: 93,74%
[24.07.2007 16:49:58] Running first pass.
[24.07.2007 16:49:58] Writing the following script to C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1.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.42222222222222
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 = 720
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("C:\Dokumente und Einstellungen\Dr. Snuggles\Desktop\agk_tmp\lotr 1 1.idx")
===========================================================
[24.07.2007 17:55:50] Duration was: 1 hour, 5 minutes 51 seconds
[24.07.2007 17:55:50] Speed was: 38,46 fps.
[24.07.2007 17:55:50] Expected quality of first pass size: 97,34%
[24.07.2007 17:55:50] Running second pass.
[24.07.2007 19:52:10] Duration was: 1 hour, 56 minutes 19 seconds
[24.07.2007 19:52:10] Speed was: 21,77 fps.
[24.07.2007 19:52:10] Job finished. Total time: 3 hours 30 minutes 40 seconds