View Full Version : Problem in encoding into 2 discs
SpOmA
28th May 2005, 17:42
ok so I got a dvd and I copy it over to the HD with dvd encrypter, entere autogk and set up everything as usual (it wasn't my first time using autogk).
I set it up to 2 discs encode and check the ac3 6 ch audio option and press the start job button.. (no subs were selected) it started the encoding proccess and when it's finished pass one, it did it again "Restart pass one" (or something like that).. and then it went to pass two and this time it went normal.
when it's done I got indeed 2 files cd1 and 2 but one is 700 mb and two is only 400 mb
when I run the movie, it runs faster then it should be.
something happened I'm sure, it never happened to me in the past and I did like 5 encodes so far.
what might be the problem?
thank you guys!
manono
28th May 2005, 22:31
Hello, and welcome to the forum-
I could make some educated guesses about your problems, but the information is probably in the log. Please post it for us to have a look.
SpOmA
29th May 2005, 08:41
ok here we go, this is the log. it's the log of the second time I did the encode, this time I added external subs and it didnt rerun first pass.
but I still got that problem of cd2 only 400 mb:
[26/05/2005 15:13:51] AutoGK 1.95
[26/05/2005 15:13:51] OS: WinXP (5.1.2600).2
[26/05/2005 15:13:51] Job started.
[26/05/2005 15:13:51] Input dir: D:\Hitch1
[26/05/2005 15:13:51] Output file: D:\Hitch1\Hitch1.avi
[26/05/2005 15:13:51] Audio: English
[26/05/2005 15:13:51] Subtitles: from external file D:\Hitch1\1.srt
[26/05/2005 15:13:51] Codec: XviD
[26/05/2005 15:13:51] Target size: 1400Mb
[26/05/2005 15:13:51] Started encoding.
[26/05/2005 15:13:51] Demuxing and indexing.
[26/05/2005 15:18:09] Processing file: D:\Hitch1\VTS_01_PGC_01_1.VOB
[26/05/2005 15:18:16] Processing file: D:\Hitch1\VTS_01_PGC_01_2.VOB
[26/05/2005 15:18:17] Processing file: D:\Hitch1\VTS_01_PGC_01_3.VOB
[26/05/2005 15:18:18] Processing file: D:\Hitch1\VTS_01_PGC_01_4.VOB
[26/05/2005 15:18:18] Processing file: D:\Hitch1\VTS_01_PGC_01_5.VOB
[26/05/2005 15:18:18] Source aspect ratio: 16:9
[26/05/2005 15:18:18] Source resolution: 720x480
[26/05/2005 15:18:18] Found NTSC source.
[26/05/2005 15:18:18] Source seems to be pure FILM.
[26/05/2005 15:18:19] Output will contain 170206 frames
[26/05/2005 15:18:19] Preparing subtitles.
[26/05/2005 15:18:19] Using bitrate spikes control.
[26/05/2005 15:18:19] Audio size: 397,438,098 bytes (379.03 Mb)
[26/05/2005 15:18:19] Overhead: 1,183,232 bytes (1.13 Mb)
[26/05/2005 15:18:19] Video size: 1,069,385,070 bytes (1019.85 Mb)
[26/05/2005 15:18:19] Running compressibility test.
[26/05/2005 15:18:20] Writing the following script to D:\Hitch1\agk_tmp\Hitch1_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\RemoveGrainSSE2.dll")
movie = mpeg2source("D:\Hitch1\agk_tmp\Hitch1.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.18518518518519
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 : (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)
TextSub("D:\Hitch1\1.srt")
SelectRangeEvery(300,15)
===========================================================
[26/05/2005 15:23:56] Duration was: 5 minutes 31 seconds
[26/05/2005 15:23:56] Speed was: 25.69 fps.
[26/05/2005 15:23:58] Compressibility percentage is: 56.17
[26/05/2005 15:23:58] Chosen resolution is: 624x272 ( AR: 2.29 )
[26/05/2005 15:23:58] Predicted comptest value is: 70.82
[26/05/2005 15:23:58] Running first pass.
[26/05/2005 15:23:58] Writing the following script to D:\Hitch1\agk_tmp\Hitch1_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\RemoveGrainSSE2.dll")
movie = mpeg2source("D:\Hitch1\agk_tmp\Hitch1.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.18518518518519
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 : (4.0/3.0)
out_width = 624
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)
TextSub("D:\Hitch1\1.srt")
===========================================================
[26/05/2005 16:36:24] Duration was: 1 hour, 12 minutes 24 seconds
[26/05/2005 16:36:25] Speed was: 39.18 fps.
[26/05/2005 16:36:26] Expected quality of first pass size: 62.95
[26/05/2005 16:36:26] Running second pass.
[26/05/2005 18:09:23] Duration was: 1 hour, 32 minutes 55 seconds
[26/05/2005 18:09:24] Speed was: 30.53 fps.
[26/05/2005 18:09:24] Splitting video into: D:\Hitch1\Hitch1.cd1.avi
[26/05/2005 18:10:29] Splitting video into: D:\Hitch1\Hitch1.cd2.avi
[26/05/2005 18:11:03] Job finished. Total time: 2 hours 57 minutes 11 seconds
manono
29th May 2005, 20:25
Hi-
Lucky thing I didn't guess, because I would have been wrong. I thought you got a compress test result above 100%, which would have meant an undersized file. No, it's something else.
OK, here's what may be going on. Have you upgraded XviD recently without first uninstalling any previous version of XviD? That can lead to undersized/oversized files. There's more about it in Question 6.3 of the AutoGK FAQ (http://forum.doom9.org/showthread.php?s=&threadid=72679). Even if you haven't done that, you might try that, and then reset the settings to default before then setting it up again the way you like.
SpOmA
29th May 2005, 23:09
I will try that.
thank you very much!
if I'll have the problem again, I will come and ask for help again.
thanks for you time, and I hope to be active and learn more about (Auto) Gordian Knot because it's very powerfull program and it's very useful.
unskinnyboy
30th May 2005, 01:54
Sorry for the OT, but are you encoding the NTSC R1 of Hitch (2005) (http://www.imdb.com/title/tt0386588/)? It is not out on DVD until June 14, 2005, as per Amazon, WS (http://www.amazon.com/exec/obidos/tg/detail/-/B000957O82/qid=1117414144/sr=8-1/ref=pd_csp_1/104-9228685-3723160?v=glance&s=dvd&n=507846) and FS (http://www.amazon.com/exec/obidos/tg/detail/-/B000957O7S/qid=1117414144/sr=8-2/ref=pd_csp_2/104-9228685-3723160?v=glance&s=dvd&n=507846) . Has this DVD already released elsewhere in the globe? :/
SpOmA
30th May 2005, 23:55
hmm yup, It's the R1 of Hitch
so it looks like I found a way to get it earlier :p
and for the subject of that thread, manono - I did what the faq says and what you told me to do
and it doesnt work
well.. I uninstalled previous version of xvid via Add\remove Programs in windows
and then to make sure I deleted everything I even looked for any file containing xvid in c: and it didnt find, so it looks like I'm ok
ok then I uninstalled also autogk and everything that it has connection with.. (vob sub, avisynth ac3 stuff.. and more)
after I did that
I restarted computer and installed autogk again.. it did all the codec installing work automatically and everything seem to go just fine..
when it installed xvid I made sure to uncheck the box with the forecc thing cause I just want to use xvid as it is.
after that I started the encode proccess again.. and.. again
400 mb cd2 :(
any suggestions?
len0x
31st May 2005, 21:45
is the file complete and playable OK ?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.