used DVD Decrypter to rip dvd.
used AutoGK to convert to avi.
according to AutoGK, the job was completed successfully, but the avi file is not there. below is the log that AutoGK created. the only thing strange i noticed was towards the bottom it says "EXCEPTION: Open avi failed." does anyone know whats up?
[7/29/2006 3:36:29 AM] AutoGK 2.27
[7/29/2006 3:36:29 AM] OS: WinXP (5.1.2600).2
[7/29/2006 3:36:29 AM] Job started.
[7/29/2006 3:36:29 AM] Input file: D:\[neverbefore]\Video\movies\martin\VTS_01_0.IFO
[7/29/2006 3:36:29 AM] Output file: D:\[neverbefore]\Video\movies\martin\martin.avi
[7/29/2006 3:36:29 AM] Output codec: DivX
[7/29/2006 3:36:29 AM] Audio 1: English AC3 6ch
[7/29/2006 3:36:29 AM] Subtitles: none
[7/29/2006 3:36:29 AM] Format: .AVI
[7/29/2006 3:36:29 AM] Target size: 700Mb
[7/29/2006 3:36:29 AM] Started encoding.
[7/29/2006 3:36:29 AM] Demuxing and indexing.
[7/29/2006 4:01:26 AM] Processing file: D:\[neverbefore]\Video\movies\martin\VTS_01_PGC_01_1.VOB
[7/29/2006 4:01:26 AM] Processing file: D:\[neverbefore]\Video\movies\martin\VTS_01_PGC_01_2.VOB
[7/29/2006 4:01:26 AM] Processing file: D:\[neverbefore]\Video\movies\martin\VTS_01_PGC_01_3.VOB
[7/29/2006 4:01:27 AM] Processing file: D:\[neverbefore]\Video\movies\martin\VTS_01_PGC_01_4.VOB
[7/29/2006 4:01:27 AM] Source resolution: 720x480
[7/29/2006 4:01:27 AM] Found NTSC source.
[7/29/2006 4:01:27 AM] Source aspect ratio: 16:9
[7/29/2006 4:01:27 AM] Source seems to be pure FILM.
[7/29/2006 4:01:27 AM] Color correction enabled.
[7/29/2006 4:01:27 AM] Output will contain 136331 frames
[7/29/2006 4:01:27 AM] Decoding audio.
[7/29/2006 4:13:36 AM] Normalizing audio.
[7/29/2006 4:35:19 AM] Encoding audio.
[7/29/2006 5:00:08 AM] Audio1 size: 76,617,000 bytes (73.07 Mb)
[7/29/2006 5:00:08 AM] Overhead: 8,796,288 bytes (8.39 Mb)
[7/29/2006 5:00:08 AM] Video size: 648,589,912 bytes (618.54 Mb)
[7/29/2006 5:00:08 AM] Target bitrate is: 913kbps
[7/29/2006 5:00:08 AM] Running compressibility test.
[7/29/2006 5:00:08 AM] Writing the following script to D:\[neverbefore]\Video\movies\martin\agk_tmp\martin_comptest.avs
================================================== =========
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dl l")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix .dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain .dll")
movie = mpeg2source("D:\[neverbefore]\Video\movies\martin\agk_tmp\martin.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=34,samplestartframe=0,leftad d=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 = 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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(280,14)
================================================== =========
[7/29/2006 3:14:20 PM] Duration was: 10 hours 14 minutes 11 seconds
[7/29/2006 3:14:21 PM] Speed was: 0.18 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[7/29/2006 3:14:23 PM] Job finished. Total time: 11 hours 37 minutes 53 seconds
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
avi.Net Problem: Not producing an .avi file
By Johnathan K in forum Newbie / General discussionsReplies: 10Last Post: 5th Feb 2011, 15:22 -
Virtualdub Producing Massive AVI Files
By DaMasteRZ in forum Video ConversionReplies: 5Last Post: 23rd Aug 2008, 23:37 -
AutoGK dvdrips of TV series producing variable FPS
By honeyko in forum DVD RippingReplies: 0Last Post: 28th Dec 2007, 07:21 -
Converting DV AVI to xVid AVI (with AutoGK)
By foochuck in forum Newbie / General discussionsReplies: 6Last Post: 5th Jul 2007, 00:56 -
Problem Converting AVI to xvid AVI (using AutoGK)
By foochuck in forum Newbie / General discussionsReplies: 2Last Post: 3rd Jul 2007, 09:57