TetsuDai
19th January 2004, 08:04
Hi Im just wondering why AutoGK's 1stPass in two-pass mode too Fast?
heres my log:
[1/16/2004 9:48:16 PM] Input dir: C:\My Shared Folder\Godfather Proj\Part2
[1/16/2004 9:48:16 PM] Output file: C:\My Shared Folder\Godfather Proj\Part2\GodFather Part2.avi
[1/16/2004 9:48:16 PM] Audio: English
[1/16/2004 9:48:16 PM] Subtitles: none
[1/16/2004 9:48:16 PM] Codec: XviD
[1/16/2004 9:48:16 PM] Target size: 1400Mb
[1/16/2004 9:48:16 PM] Custom resolution settings: fixed width of 720 pixels
[1/16/2004 9:48:16 PM] Custom audio settings: CBR MP3 with bitrate: 192Kbps
[1/16/2004 9:48:16 PM] Started encoding.
[1/16/2004 9:48:16 PM] Demuxing and indexing.
[1/16/2004 9:53:42 PM] Analyzing source.
[1/16/2004 9:53:42 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\_.avi");
===========================================================
[1/16/2004 10:07:07 PM] Source has percentage of interlacing in motion areas: 31.92
[1/16/2004 10:07:07 PM] Source has percentage of telecined patterns: 70.66
[1/16/2004 10:07:07 PM] Source has percentage of progressive patterns: 21.81
[1/16/2004 10:07:07 PM] Source has percentage of interlaced patterns: 7.53
[1/16/2004 10:07:07 PM] Source is considered to be hybrid (mostly FILM).
[1/16/2004 10:07:08 PM] Found 284970 frames
[1/16/2004 10:07:08 PM] Encoding audio.
[1/16/2004 10:32:27 PM] Audio size: 285,024,512 bytes (271.82 Mb)
[1/16/2004 10:32:27 PM] Overhead: 3,384,064 bytes (3.23 Mb)
[1/16/2004 10:32:27 PM] Video size: 1,179,597,824 bytes (1124.95 Mb)
[1/16/2004 10:32:27 PM] Running compressibility test.
[1/16/2004 10:32:27 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\GodFather Part2_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\GodFather Part2.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=35)
Telecide(order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=1.0)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[1/16/2004 10:32:28 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\GodFather Part2_comptest.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x64697678,0,10000,0);
VirtualDub.video.SetCompData
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\GodFather Part2_comptest.avi");
===========================================================
[1/16/2004 10:53:20 PM] Duration was: 20 minutes 52 seconds
[1/16/2004 10:53:20 PM] Speed was: 11.38 fps.
[1/16/2004 10:53:21 PM] Compressibility percentage is: 26.59
[1/16/2004 10:53:21 PM] Using softer matrix.
[1/16/2004 10:53:21 PM] Using softer resizer.
[1/16/2004 10:53:21 PM] Chosen resolution is: 720x416 ( AR: 1.73 )
[1/16/2004 10:53:21 PM] Predicted comptest value is: 32.60
[1/16/2004 10:53:21 PM] Running first pass.
[1/16/2004 10:53:21 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\GodFather Part2_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\GodFather Part2.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=35)
Telecide(order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=1.0)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[1/16/2004 10:53:22 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\GodFather Part2_movie.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x64697678,0,10000,0);
VirtualDub.video.SetCompData
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\My Shared Folder\\Godfather Proj\\Part2\\GodFather Part2.avi");
===========================================================
[1/17/2004 12:50:58 AM] Duration was: 1 hour, 57 minutes 36 seconds
[1/17/2004 12:50:58 AM] Speed was: 40.39 fps.
*************************************
40.39fps O.o
I tried to feed the same avs to VDmod, same job setting but i only get 24 fps average.
Can anyone explain?
Also, where exactly is pass/stats file saved by default when using AutoGK?
btw, Im using XVid(selam)
Thanks
heres my log:
[1/16/2004 9:48:16 PM] Input dir: C:\My Shared Folder\Godfather Proj\Part2
[1/16/2004 9:48:16 PM] Output file: C:\My Shared Folder\Godfather Proj\Part2\GodFather Part2.avi
[1/16/2004 9:48:16 PM] Audio: English
[1/16/2004 9:48:16 PM] Subtitles: none
[1/16/2004 9:48:16 PM] Codec: XviD
[1/16/2004 9:48:16 PM] Target size: 1400Mb
[1/16/2004 9:48:16 PM] Custom resolution settings: fixed width of 720 pixels
[1/16/2004 9:48:16 PM] Custom audio settings: CBR MP3 with bitrate: 192Kbps
[1/16/2004 9:48:16 PM] Started encoding.
[1/16/2004 9:48:16 PM] Demuxing and indexing.
[1/16/2004 9:53:42 PM] Analyzing source.
[1/16/2004 9:53:42 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\_.avi");
===========================================================
[1/16/2004 10:07:07 PM] Source has percentage of interlacing in motion areas: 31.92
[1/16/2004 10:07:07 PM] Source has percentage of telecined patterns: 70.66
[1/16/2004 10:07:07 PM] Source has percentage of progressive patterns: 21.81
[1/16/2004 10:07:07 PM] Source has percentage of interlaced patterns: 7.53
[1/16/2004 10:07:07 PM] Source is considered to be hybrid (mostly FILM).
[1/16/2004 10:07:08 PM] Found 284970 frames
[1/16/2004 10:07:08 PM] Encoding audio.
[1/16/2004 10:32:27 PM] Audio size: 285,024,512 bytes (271.82 Mb)
[1/16/2004 10:32:27 PM] Overhead: 3,384,064 bytes (3.23 Mb)
[1/16/2004 10:32:27 PM] Video size: 1,179,597,824 bytes (1124.95 Mb)
[1/16/2004 10:32:27 PM] Running compressibility test.
[1/16/2004 10:32:27 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\GodFather Part2_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\GodFather Part2.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=35)
Telecide(order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=1.0)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[1/16/2004 10:32:28 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\GodFather Part2_comptest.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x64697678,0,10000,0);
VirtualDub.video.SetCompData
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\GodFather Part2_comptest.avi");
===========================================================
[1/16/2004 10:53:20 PM] Duration was: 20 minutes 52 seconds
[1/16/2004 10:53:20 PM] Speed was: 11.38 fps.
[1/16/2004 10:53:21 PM] Compressibility percentage is: 26.59
[1/16/2004 10:53:21 PM] Using softer matrix.
[1/16/2004 10:53:21 PM] Using softer resizer.
[1/16/2004 10:53:21 PM] Chosen resolution is: 720x416 ( AR: 1.73 )
[1/16/2004 10:53:21 PM] Predicted comptest value is: 32.60
[1/16/2004 10:53:21 PM] Running first pass.
[1/16/2004 10:53:21 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\GodFather Part2_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\GodFather Part2.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=35)
Telecide(order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=1.0)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[1/16/2004 10:53:22 PM] Writing the following script to C:\My Shared Folder\Godfather Proj\Part2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\My Shared Folder\\Godfather Proj\\Part2\\gk_tmp\\GodFather Part2_movie.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x64697678,0,10000,0);
VirtualDub.video.SetCompData
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\My Shared Folder\\Godfather Proj\\Part2\\GodFather Part2.avi");
===========================================================
[1/17/2004 12:50:58 AM] Duration was: 1 hour, 57 minutes 36 seconds
[1/17/2004 12:50:58 AM] Speed was: 40.39 fps.
*************************************
40.39fps O.o
I tried to feed the same avs to VDmod, same job setting but i only get 24 fps average.
Can anyone explain?
Also, where exactly is pass/stats file saved by default when using AutoGK?
btw, Im using XVid(selam)
Thanks