Hikaru_K
2nd December 2006, 07:34
Hi :)
Since I'm just beginning to understand how this encoding thing work, I'd like to ask about something just got from my last encoding with autoGK.
Here's the thing:
Normally AutoGK takes around 7-9 hours to encode a 1:45 to 2:00 hours movie (PIII 1GHZ, 384 RAM) , but today I grabbed an old DVD title called The Cross and the Switchblade http://www.imdb.com/title/tt0068428/ and let AutoGK work on it, but this time only took 5 hours to get the job done.
So my question is: the job's time have anything to do with the DVD source quality or compression method?
So, movies with the same running time can be encoded in different times depending on the source?
The Cross and the Switchblade AutoGK log:
[01/12/2006 08:52:42 p.m.] AutoGK 2.27
[01/12/2006 08:52:42 p.m.] OS: WinXP (5.1.2600).2
[01/12/2006 08:52:42 p.m.] Job started.
[01/12/2006 08:52:42 p.m.] Input file: D:\Mis documentos\Decrypted\VTS_04_0.IFO
[01/12/2006 08:52:42 p.m.] Output file: D:\Mis documentos\Movies\cross.avi
[01/12/2006 08:52:42 p.m.] Output codec: XviD
[01/12/2006 08:52:42 p.m.] Audio 1: English AC3 2ch
[01/12/2006 08:52:42 p.m.] Subtitles: none
[01/12/2006 08:52:42 p.m.] Format: .AVI
[01/12/2006 08:52:42 p.m.] Target size: 700Mb
[01/12/2006 08:52:42 p.m.] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[01/12/2006 08:52:42 p.m.] Started encoding.
[01/12/2006 08:52:42 p.m.] Demuxing and indexing.
[01/12/2006 08:54:46 p.m.] Processing file: D:\Mis documentos\Decrypted\VTS_04_PGC_01_1.VOB
[01/12/2006 08:54:46 p.m.] Processing file: D:\Mis documentos\Decrypted\VTS_04_PGC_01_2.VOB
[01/12/2006 08:54:46 p.m.] Processing file: D:\Mis documentos\Decrypted\VTS_04_PGC_01_3.VOB
[01/12/2006 08:54:46 p.m.] Source resolution: 720x480
[01/12/2006 08:54:46 p.m.] Found NTSC source.
[01/12/2006 08:54:46 p.m.] Source aspect ratio: 4:3
[01/12/2006 08:54:46 p.m.] Source seems to be pure FILM.
[01/12/2006 08:54:47 p.m.] Output will contain 152617 frames
[01/12/2006 08:54:47 p.m.] Decoding audio.
[01/12/2006 08:58:28 p.m.] Normalizing audio.
[01/12/2006 09:01:41 p.m.] Encoding audio.
[01/12/2006 09:29:31 p.m.] Forcing encoding with sharp matrix.
[01/12/2006 09:29:31 p.m.] Audio1 size: 101,850,240 bytes (97.13 Mb)
[01/12/2006 09:29:31 p.m.] Overhead: 1,812,352 bytes (1.73 Mb)
[01/12/2006 09:29:31 p.m.] Video size: 630,340,608 bytes (601.14 Mb)
[01/12/2006 09:29:31 p.m.] Running compressibility test.
[01/12/2006 09:29:31 p.m.] Writing the following script to D:\Mis documentos\Movies\agk_tmp\cross_comptest.avs
===========================================================
LoadPlugin("C:\ARCHIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARCHIV~1\AutoGK\filters\autocrop.dll")
movie = mpeg2source("D:\Mis documentos\Movies\agk_tmp\cross.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 = 0.888888888888889
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)
SelectRangeEvery(300,15)
===========================================================
[01/12/2006 09:47:32 p.m.] Duration was: 18 minutes 1 second.
[01/12/2006 09:47:32 p.m.] Speed was: 7,06 fps.
[01/12/2006 09:47:33 p.m.] Compressibility percentage is: 17,03
[01/12/2006 09:47:33 p.m.] Using softer resizer.
[01/12/2006 09:47:33 p.m.] Chosen resolution is: 352x272 ( AR: 1,29 )
[01/12/2006 09:47:33 p.m.] Predicted comptest value is: 56,69%
[01/12/2006 09:47:33 p.m.] Running first pass.
[01/12/2006 09:47:33 p.m.] Writing the following script to D:\Mis documentos\Movies\agk_tmp\cross_movie.avs
===========================================================
LoadPlugin("C:\ARCHIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARCHIV~1\AutoGK\filters\autocrop.dll")
movie = mpeg2source("D:\Mis documentos\Movies\agk_tmp\cross.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 = 0.888888888888889
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 = 352
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)
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[01/12/2006 11:35:27 p.m.] Duration was: 1 hour, 47 minutes 53 seconds
[01/12/2006 11:35:27 p.m.] Speed was: 23,57 fps.
[01/12/2006 11:35:27 p.m.] Expected quality of first pass size: 55,25%
[01/12/2006 11:35:27 p.m.] Running second pass.
[02/12/2006 02:04:09 a.m.] Duration was: 2 hours 28 minutes 41 seconds
[02/12/2006 02:04:09 a.m.] Speed was: 17,11 fps.
[02/12/2006 02:04:09 a.m.] Job finished. Total time: 5 hours 11 minutes 26 seconds
Thanks, and if you can give me a clue on how to to find this in some guide related, I'll appreciate it.
;)
Since I'm just beginning to understand how this encoding thing work, I'd like to ask about something just got from my last encoding with autoGK.
Here's the thing:
Normally AutoGK takes around 7-9 hours to encode a 1:45 to 2:00 hours movie (PIII 1GHZ, 384 RAM) , but today I grabbed an old DVD title called The Cross and the Switchblade http://www.imdb.com/title/tt0068428/ and let AutoGK work on it, but this time only took 5 hours to get the job done.
So my question is: the job's time have anything to do with the DVD source quality or compression method?
So, movies with the same running time can be encoded in different times depending on the source?
The Cross and the Switchblade AutoGK log:
[01/12/2006 08:52:42 p.m.] AutoGK 2.27
[01/12/2006 08:52:42 p.m.] OS: WinXP (5.1.2600).2
[01/12/2006 08:52:42 p.m.] Job started.
[01/12/2006 08:52:42 p.m.] Input file: D:\Mis documentos\Decrypted\VTS_04_0.IFO
[01/12/2006 08:52:42 p.m.] Output file: D:\Mis documentos\Movies\cross.avi
[01/12/2006 08:52:42 p.m.] Output codec: XviD
[01/12/2006 08:52:42 p.m.] Audio 1: English AC3 2ch
[01/12/2006 08:52:42 p.m.] Subtitles: none
[01/12/2006 08:52:42 p.m.] Format: .AVI
[01/12/2006 08:52:42 p.m.] Target size: 700Mb
[01/12/2006 08:52:42 p.m.] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[01/12/2006 08:52:42 p.m.] Started encoding.
[01/12/2006 08:52:42 p.m.] Demuxing and indexing.
[01/12/2006 08:54:46 p.m.] Processing file: D:\Mis documentos\Decrypted\VTS_04_PGC_01_1.VOB
[01/12/2006 08:54:46 p.m.] Processing file: D:\Mis documentos\Decrypted\VTS_04_PGC_01_2.VOB
[01/12/2006 08:54:46 p.m.] Processing file: D:\Mis documentos\Decrypted\VTS_04_PGC_01_3.VOB
[01/12/2006 08:54:46 p.m.] Source resolution: 720x480
[01/12/2006 08:54:46 p.m.] Found NTSC source.
[01/12/2006 08:54:46 p.m.] Source aspect ratio: 4:3
[01/12/2006 08:54:46 p.m.] Source seems to be pure FILM.
[01/12/2006 08:54:47 p.m.] Output will contain 152617 frames
[01/12/2006 08:54:47 p.m.] Decoding audio.
[01/12/2006 08:58:28 p.m.] Normalizing audio.
[01/12/2006 09:01:41 p.m.] Encoding audio.
[01/12/2006 09:29:31 p.m.] Forcing encoding with sharp matrix.
[01/12/2006 09:29:31 p.m.] Audio1 size: 101,850,240 bytes (97.13 Mb)
[01/12/2006 09:29:31 p.m.] Overhead: 1,812,352 bytes (1.73 Mb)
[01/12/2006 09:29:31 p.m.] Video size: 630,340,608 bytes (601.14 Mb)
[01/12/2006 09:29:31 p.m.] Running compressibility test.
[01/12/2006 09:29:31 p.m.] Writing the following script to D:\Mis documentos\Movies\agk_tmp\cross_comptest.avs
===========================================================
LoadPlugin("C:\ARCHIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARCHIV~1\AutoGK\filters\autocrop.dll")
movie = mpeg2source("D:\Mis documentos\Movies\agk_tmp\cross.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 = 0.888888888888889
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)
SelectRangeEvery(300,15)
===========================================================
[01/12/2006 09:47:32 p.m.] Duration was: 18 minutes 1 second.
[01/12/2006 09:47:32 p.m.] Speed was: 7,06 fps.
[01/12/2006 09:47:33 p.m.] Compressibility percentage is: 17,03
[01/12/2006 09:47:33 p.m.] Using softer resizer.
[01/12/2006 09:47:33 p.m.] Chosen resolution is: 352x272 ( AR: 1,29 )
[01/12/2006 09:47:33 p.m.] Predicted comptest value is: 56,69%
[01/12/2006 09:47:33 p.m.] Running first pass.
[01/12/2006 09:47:33 p.m.] Writing the following script to D:\Mis documentos\Movies\agk_tmp\cross_movie.avs
===========================================================
LoadPlugin("C:\ARCHIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARCHIV~1\AutoGK\filters\autocrop.dll")
movie = mpeg2source("D:\Mis documentos\Movies\agk_tmp\cross.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 = 0.888888888888889
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 = 352
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)
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[01/12/2006 11:35:27 p.m.] Duration was: 1 hour, 47 minutes 53 seconds
[01/12/2006 11:35:27 p.m.] Speed was: 23,57 fps.
[01/12/2006 11:35:27 p.m.] Expected quality of first pass size: 55,25%
[01/12/2006 11:35:27 p.m.] Running second pass.
[02/12/2006 02:04:09 a.m.] Duration was: 2 hours 28 minutes 41 seconds
[02/12/2006 02:04:09 a.m.] Speed was: 17,11 fps.
[02/12/2006 02:04:09 a.m.] Job finished. Total time: 5 hours 11 minutes 26 seconds
Thanks, and if you can give me a clue on how to to find this in some guide related, I'll appreciate it.
;)