Hi, I'm new to DVD ripping.
esterday, I ripped a DVD which capacity is about 4GB.
And I used Auto GK and chose the output size to 175mb
but, it took 3hours.
The spec of my PC is..
pentium4 1.6GHZ
768MB
Geforce4 MX 460
does encoding usually take long time like this? or is my PC just slow for encoding?
and how can I encode a vob file seperately?
This is the log during the encoding..
[2006-06-23 PM 9:04:01] AutoGK 2.27
[2006-06-23 PM 9:04:01] OS: WinXP (5.1.2600).2
[2006-06-23 PM 9:04:01] Job started.
[2006-06-23 PM 9:04:01] Input file: E:\VTS_01_1.VOB
[2006-06-23 PM 9:04:01] Output file: E:\VTS_01_1.avi
[2006-06-23 PM 9:04:01] Output codec: XviD
[2006-06-23 PM 9:04:01] Audio 1: Audio Stream 0 AC3
[2006-06-23 PM 9:04:01] Subtitles: none
[2006-06-23 PM 9:04:01] Format: .AVI
[2006-06-23 PM 9:04:01] Target size: 175Mb
[2006-06-23 PM 9:04:01] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[2006-06-23 PM 9:04:01] Started encoding.
[2006-06-23 PM 9:04:01] Demuxing and indexing.
[2006-06-23 PM 9:05:50] Processing file: E:\VTS_01_1.VOB
[2006-06-23 PM 9:05:50] Processing file: E:\VTS_01_2.VOB
[2006-06-23 PM 9:05:50] Processing file: E:\VTS_01_3.VOB
[2006-06-23 PM 9:05:50] Processing file: E:\VTS_01_4.VOB
[2006-06-23 PM 9:05:50] Processing file: E:\VTS_01_5.VOB
[2006-06-23 PM 9:05:50] Source resolution: 720x576
[2006-06-23 PM 9:05:50] Found PAL source.
[2006-06-23 PM 9:05:50] Source aspect ratio: 4:3
[2006-06-23 PM 9:05:51] Analyzing source.
[2006-06-23 PM 9:12:51] Source has percentage of interlacing in motion areas: 2.39
[2006-06-23 PM 9:12:51] Source is considered to be interlaced.
[2006-06-23 PM 9:12:51] Output will contain 155987 frames
[2006-06-23 PM 9:12:51] Decoding audio.
[2006-06-23 PM 9:15:26] Normalizing audio.
[2006-06-23 PM 9:16:34] Encoding audio.
[2006-06-23 PM 9:38:03] Audio1 size: 82,585,104 bytes (78.76 Mb)
[2006-06-23 PM 9:38:03] Overhead: 6,239,488 bytes (5.95 Mb)
[2006-06-23 PM 9:38:03] Video size: 94,676,208 bytes (90.29 Mb)
[2006-06-23 PM 9:38:03] Running compressibility test.
[2006-06-23 PM 9:38:03] Writing the following script to E:\agk_tmp\VTS_01_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("E:\agk_tmp\VTS_01_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.06666666666667
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(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)
===========================================================
[2006-06-23 PM 9:56:47] Duration was: 18 minutes 43 seconds
[2006-06-23 PM 9:56:47] Speed was: 6.94 fps.
[2006-06-23 PM 9:56:47] Compressibility percentage is: 3.39
[2006-06-23 PM 9:56:47] Using softer resizer.
[2006-06-23 PM 9:56:47] Chosen resolution is: 144x112 ( AR: 1.29 )
[2006-06-23 PM 9:56:47] Predicted comptest value is: 67.06%
[2006-06-23 PM 9:56:47] Running first pass.
[2006-06-23 PM 9:56:47] Writing the following script to E:\agk_tmp\VTS_01_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\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("E:\agk_tmp\VTS_01_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.06666666666667
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 = 144
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
===========================================================
[2006-06-23 PM 10:58:03] Duration was: 1 hour, 1 minute, 15 seconds
[2006-06-23 PM 10:58:03] Speed was: 42.43 fps.
[2006-06-23 PM 10:58:04] Expected quality of first pass size: 79.65%
[2006-06-23 PM 10:58:04] Trying to adjust settings.
[2006-06-23 PM 10:58:04] No adjustment is possible
[2006-06-23 PM 10:58:04] Running second pass.
[2006-06-24 AM 12:07:58] Duration was: 1 hour, 9 minutes 53 seconds
[2006-06-24 AM 12:07:58] Speed was: 37.19 fps.
[2006-06-24 AM 12:07:58] Job finished. Total time: 3 hours 3 minutes 57 seconds
This message has been edited since posting. Last time this message was edited on 24. June 2006 @ 12:15
|