Log in

View Full Version : Error Splitting file?


faust1103
7th January 2006, 12:06
Hi,

I have had no trouble using AutoGK in the past. However I now I cannot complete my DVD rip because I get an error when splitting the movie.
When I look in the output folder there is also no avi file that I could use in any way.
Your urgent help is appreciated.


Here is the log:

07.01.2006 07:53:17] AutoGK 2.26
[07.01.2006 07:53:17] OS: WinXP (5.1.2600).2
[07.01.2006 07:53:17] Job started.
[07.01.2006 07:53:17] Input file: G:\test\VTS_01_0.IFO
[07.01.2006 07:53:17] Output file: G:\test\BB\Batman Begins.avi
[07.01.2006 07:53:17] Output codec: XviD
[07.01.2006 07:53:17] Audio 1: English AC3 6ch
[07.01.2006 07:53:17] Subtitles 1: English letbox
[07.01.2006 07:53:17] Format: .AVI
[07.01.2006 07:53:17] Target size: 1400Mb
[07.01.2006 07:53:17] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[07.01.2006 07:53:17] Standalone support enabled: ESS
[07.01.2006 07:53:17] Started encoding.
[07.01.2006 07:53:17] Demuxing and indexing.
[07.01.2006 07:56:46] Processing file: G:\test\VTS_01_1.VOB
[07.01.2006 07:56:46] Processing file: G:\test\VTS_01_2.VOB
[07.01.2006 07:56:46] Processing file: G:\test\VTS_01_3.VOB
[07.01.2006 07:56:46] Processing file: G:\test\VTS_01_4.VOB
[07.01.2006 07:56:46] Processing file: G:\test\VTS_01_5.VOB
[07.01.2006 07:56:46] Processing file: G:\test\VTS_01_6.VOB
[07.01.2006 07:56:46] Processing file: G:\test\VTS_01_7.VOB
[07.01.2006 07:56:46] Source resolution: 720x480
[07.01.2006 07:56:46] Found NTSC source.
[07.01.2006 07:56:46] Source aspect ratio: 16:9
[07.01.2006 07:56:46] Source seems to be pure FILM.
[07.01.2006 07:56:46] Color correction enabled.
[07.01.2006 07:56:46] Output will contain 204445 frames
[07.01.2006 07:56:46] Decoding audio.
[07.01.2006 08:00:31] Normalizing audio.
[07.01.2006 08:02:42] Encoding audio.
[07.01.2006 08:20:11] Preparing subtitles.
[07.01.2006 08:23:47] Compressing subtitles.
[07.01.2006 08:23:49] Audio1 size: 120,356,976 bytes (114.78 Mb)
[07.01.2006 08:23:49] Overhead: 8,177,792 bytes (7.80 Mb)
[07.01.2006 08:23:49] Subtitles size: 819,722 bytes (0.78 Mb)
[07.01.2006 08:23:49] Video size: 1,338,651,910 bytes (1276.64 Mb)
[07.01.2006 08:23:49] Running compressibility test.
[07.01.2006 08:23:49] Writing the following script to G:\test\BB\agk_tmp\Batman Begins_comptest.avs
===========================================================
LoadPlugin("D:\Tools\DVDROM~1\DVDENC~2\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\Tools\DVDROM~1\DVDENC~2\AutoGK\filters\autocrop.dll")
LoadPlugin("D:\Tools\DVDROM~1\DVDENC~2\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("D:\Tools\DVDROM~1\DVDENC~2\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("G:\test\BB\agk_tmp\Batman Begins.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 < 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",mmx=true,hints=false)
SelectRangeEvery(300,15)
===========================================================
[07.01.2006 08:30:29] Duration was: 6 minutes 39 seconds
[07.01.2006 08:30:29] Speed was: 25,57 fps.
[07.01.2006 08:30:29] Compressibility percentage is: 91,76
[07.01.2006 08:30:29] Chosen resolution is: 720x320 ( AR: 2,25 )
[07.01.2006 08:30:29] Predicted comptest value is: 85,23%
[07.01.2006 08:30:29] Running first pass.
[07.01.2006 08:30:29] Writing the following script to G:\test\BB\agk_tmp\Batman Begins_movie.avs
===========================================================
LoadPlugin("D:\Tools\DVDROM~1\DVDENC~2\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\Tools\DVDROM~1\DVDENC~2\AutoGK\filters\autocrop.dll")
LoadPlugin("D:\Tools\DVDROM~1\DVDENC~2\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("D:\Tools\DVDROM~1\DVDENC~2\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("G:\test\BB\agk_tmp\Batman Begins.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 < 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",mmx=true,hints=false)
===========================================================
[07.01.2006 09:41:28] Duration was: 1 hour, 10 minutes 58 seconds
[07.01.2006 09:41:28] Speed was: 48,01 fps.
[07.01.2006 09:41:28] Expected quality of first pass size: 96,07%
[07.01.2006 09:41:28] Running second pass.
[07.01.2006 11:51:29] Duration was: 2 hours 10 minutes 0 seconds
[07.01.2006 11:51:29] Speed was: 26,21 fps.
[07.01.2006 11:51:29] Error splitting file
[07.01.2006 11:51:29] Job finished. Total time: 3 hours 58 minutes 11 seconds

KronicD
24th January 2006, 01:03
I have exactly the same problem, it happens 100% of the time without fail :(

len0x
31st January 2006, 21:44
is anything created during split at all?

kohsaf1
4th February 2006, 01:31
http://www.mytimepass.com/VirtualDubMod_Fix.zip

try the fix and please report back here