I ripped with DVD Decrypter, then Made .avi. with Auto GK. I followed same procedure as always, but the 3 rips i did last night... none have sound? Bottom of my Win amp 5.03 says this "DShow (AVI): Video 624*336 Audio: 48khz 16bps Stereo (1:31:29) 1452 kbps 24.03fps " Here is AGK File. Anyone see prooblem? [12/28/2005 5:48:53 AM] AutoGK 1.96 [12/28/2005 5:48:53 AM] OS: WinXP (5.1.2600).2 [12/28/2005 5:48:53 AM] Job started. [12/28/2005 5:48:53 AM] Input dir: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday [12/28/2005 5:48:53 AM] Output file: C:\Documents and Settings\Tadaen Sylvermane\Desktop\Friday.avi [12/28/2005 5:48:53 AM] Audio: English [12/28/2005 5:48:53 AM] Subtitles: none [12/28/2005 5:48:53 AM] Codec: XviD [12/28/2005 5:48:53 AM] Target size: 950Mb [12/28/2005 5:48:53 AM] Started encoding. [12/28/2005 5:48:53 AM] Demuxing and indexing. [12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_1.VOB [12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_2.VOB [12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_3.VOB [12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_4.VOB [12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_5.VOB [12/28/2005 5:50:18 AM] Source aspect ratio: 16:9 [12/28/2005 5:50:18 AM] Source resolution: 720x480 [12/28/2005 5:50:18 AM] Found NTSC source. [12/28/2005 5:50:18 AM] Source seems to be pure FILM. [12/28/2005 5:50:19 AM] Output will contain 131608 frames [12/28/2005 5:50:19 AM] Audio size: 131,739,648 bytes (125.64 Mb) [12/28/2005 5:50:19 AM] Overhead: 914,816 bytes (0.87 Mb) [12/28/2005 5:50:19 AM] Video size: 863,492,736 bytes (823.49 Mb) [12/28/2005 5:50:19 AM] Running compressibility test. [12/28/2005 5:50:19 AM] Writing the following script to C:\Documents and Settings\Tadaen Sylvermane\Desktop\agk_tmp\Friday_comptest.avs =========================================================== LoadPlugin("C:\PROGRA~1\DVDRIP~1\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~1\DVDRIP~1\filters\autocrop.dll") LoadPlugin("C:\PROGRA~1\DVDRIP~1\filters\RemoveGrainSSE2.dll") movie = mpeg2source("C:\Documents and Settings\Tadaen Sylvermane\Desktop\agk_tmp\Friday.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) SelectRangeEvery(300,15) =========================================================== [12/28/2005 5:55:52 AM] Duration was: 5 minutes 32 seconds [12/28/2005 5:55:52 AM] Speed was: 19.78 fps. [12/28/2005 5:55:52 AM] Compressibility percentage is: 56.19 [12/28/2005 5:55:52 AM] Chosen resolution is: 624x336 ( AR: 1.86 ) [12/28/2005 5:55:52 AM] Predicted comptest value is: 72.46 [12/28/2005 5:55:52 AM] Running first pass. [12/28/2005 5:55:52 AM] Writing the following script to C:\Documents and Settings\Tadaen Sylvermane\Desktop\agk_tmp\Friday_movie.avs =========================================================== LoadPlugin("C:\PROGRA~1\DVDRIP~1\DGMPGDec\DGDecode.dll") LoadPlugin("C:\PROGRA~1\DVDRIP~1\filters\autocrop.dll") LoadPlugin("C:\PROGRA~1\DVDRIP~1\filters\RemoveGrainSSE2.dll") movie = mpeg2source("C:\Documents and Settings\Tadaen Sylvermane\Desktop\agk_tmp\Friday.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) =========================================================== [12/28/2005 6:54:17 AM] Duration was: 58 minutes 25 seconds [12/28/2005 6:54:17 AM] Speed was: 37.54 fps. [12/28/2005 6:54:17 AM] Expected quality of first pass size: 70.86 [12/28/2005 6:54:17 AM] Running second pass. [12/28/2005 8:06:27 AM] Duration was: 1 hour, 12 minutes 9 seconds [12/28/2005 8:06:27 AM] Speed was: 30.40 fps. [12/28/2005 8:06:27 AM] Job finished. Total time: 2 hours 17 minutes 33 seconds
What was the format that the resulting audio? Check and see if the file works with another player. Use AVIcodec to see if it recognises the audio stream. Get back to me on that.
Load the file with VirtualDubMod and do Stream____Stream List. It should display which audio it has. It could be an audio you don't have the decompressor, as AC3, if you don't have an AC3 decoder.
So it has 'found' audio of this size (which could be AC3 2.0, it's almost the right size, but I doubt it.) AC3 2.0 has 1536Kb/s (192KB/s). What audio did you instruct it to use? Only you know that :^) LoL Does AutoGK take AC3 direct, or, does it convert to MP3? (unlikely without specific instructions). You are asking 'what have I done?' We're not sure... (LoL :^) Rikoshay WTF is this - a sentence!? Yeesh - I thought I typed badly... L8R
Whoops! I guess it must have slipped my mind. The "that" in that sentence should have been "of", I think that would have made more sense.