Subwars
8th April 2004, 05:52
hey peeps i've just done a rip with auto gk on an ntsc video,
I'm from aus so 99% of my movies are in pal and i do them with normall gordian knot, so i have more advanced features as i'm sure most of us do.
now i got a coule of the mary kate ashley olsen movies the other day which both were in the ntsc format, and i know theres alot more that goes into doing a good rip with them, having to compare frames and all that... so i dicided to give auto gk a go so it can just do all of that for me, no need for me to learn all the ins and outs of ntsc for the maybe 1 or 2 movies a year i might do in that format
anyways i did the first one with version 1.10 2 cd's and it has seem to come out allright not as good as my other rips but was still good... but this 2nd one i just did last night with version 1.16 has come out terrible very blury and allmost blocky a bit worst rip i've ever done considering it was a 1.5hr movie on 2cds maybe a 2 hr movie on half a cd you would expect this quality looking rip
i'm posting a screeny of the movie and the gk log file if anyone can let me know why this has come out maybe i can do something and re encode it to be better or i donno any help is great
edit:
one other thing to i didn't mention was a bug it split the movie into 3 cd's last cd was only like 7mb so i'm not worried personaly i'll just re split them myself into 2 would only be a little overburn if anything i do most of mine to overburn on purpose just to get that little bit extra bitrate into the movie :D
http://members.iinet.net.au/~subwars/bscap000.jpg
[4/8/2004 1:19:45 AM] Input dir: D:\DVDS\OUR_LIPS_ARE_SEALED\VIDEO_TS
[4/8/2004 1:19:45 AM] Output file: D:\DVDS\OUR_LIPS_ARE_SEALED\Our Lips Are Sealed.avi
[4/8/2004 1:19:45 AM] Audio: English
[4/8/2004 1:19:45 AM] Subtitles: none
[4/8/2004 1:19:45 AM] Codec: XviD
[4/8/2004 1:19:45 AM] Target size: 1400Mb
[4/8/2004 1:19:45 AM] Started encoding.
[4/8/2004 1:19:45 AM] Demuxing and indexing.
[4/8/2004 1:24:03 AM] Analyzing source.
[4/8/2004 1:24:03 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\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("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\_.avi");
===========================================================
[4/8/2004 1:33:41 AM] Source has percentage of interlacing in motion areas: 34.77
[4/8/2004 1:33:41 AM] Source has percentage of telecined patterns: 84.89
[4/8/2004 1:33:41 AM] Source has percentage of progressive patterns: 12.09
[4/8/2004 1:33:41 AM] Source has percentage of interlaced patterns: 3.02
[4/8/2004 1:33:41 AM] Source is considered to be hybrid (mostly FILM).
[4/8/2004 1:33:42 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\_test.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("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\_test.avi");
===========================================================
[4/8/2004 1:33:42 AM] Looking for optimal hybrid thresholds.
[4/8/2004 1:41:30 AM] Found threshold of: 1.76
[4/8/2004 1:41:34 AM] Found 129630 frames
[4/8/2004 1:41:34 AM] Audio size: 129,758,208 bytes (123.75 Mb)
[4/8/2004 1:41:34 AM] Overhead: 1,539,328 bytes (1.47 Mb)
[4/8/2004 1:41:34 AM] Video size: 1,336,708,864 bytes (1274.78 Mb)
[4/8/2004 1:41:34 AM] Running compressibility test.
[4/8/2004 1:41:34 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\Our Lips Are Sealed_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("D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\Our Lips Are Sealed.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 = 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
Telecide(movie,order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=1.76)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[4/8/2004 1:41:38 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\Our Lips Are Sealed_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\Our Lips Are Sealed_comptest.avi");
===========================================================
[4/8/2004 2:01:26 AM] Duration was: 19 minutes 47 seconds
[4/8/2004 2:01:26 AM] Speed was: 5.46 fps.
[4/8/2004 2:01:26 AM] Compressibility percentage is: 31.42
[4/8/2004 2:01:26 AM] Using softer matrix.
[4/8/2004 2:01:26 AM] Chosen resolution is: 512x400 ( AR: 1.28 )
[4/8/2004 2:01:26 AM] Predicted comptest value is: 64.15
[4/8/2004 2:01:26 AM] Running first pass.
[4/8/2004 2:01:26 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\Our Lips Are Sealed_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("D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\Our Lips Are Sealed.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 = 512
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
Telecide(movie,order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=1.76)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[4/8/2004 2:01:26 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\Our Lips Are Sealed_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi");
===========================================================
[4/8/2004 3:43:30 AM] Duration was: 1 hour, 42 minutes 4 seconds
[4/8/2004 3:43:30 AM] Speed was: 21.17 fps.
[4/8/2004 3:43:31 AM] Expected quality of first pass size: 56.24
[4/8/2004 3:43:31 AM] Running second pass.
[4/8/2004 3:43:31 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\Our Lips Are Sealed_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\OUR LIPS ARE SEALED AC3 T01 2_0ch 192Kbps DELAY -15ms.ac3",0x00000203,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,-15);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi");
===========================================================
[4/8/2004 6:20:35 AM] Duration was: 2 hours 37 minutes 3 seconds
[4/8/2004 6:20:35 AM] Speed was: 13.76 fps.
[4/8/2004 6:20:35 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
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.Clear();
VirtualDub.subset.AddRange(0,68136);
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.cd1.avi");
===========================================================
[4/8/2004 6:20:35 AM] Splitting video into: D:\DVDS\OUR_LIPS_ARE_SEALED\Our Lips Are Sealed.cd1.avi
[4/8/2004 6:22:13 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
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.Clear();
VirtualDub.subset.AddRange(68136,60149);
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.cd2.avi");
===========================================================
[4/8/2004 6:22:13 AM] Splitting video into: D:\DVDS\OUR_LIPS_ARE_SEALED\Our Lips Are Sealed.cd2.avi
[4/8/2004 6:23:50 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
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.Clear();
VirtualDub.subset.AddRange(128285,1342);
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.cd3.avi");
===========================================================
[4/8/2004 6:23:50 AM] Splitting video into: D:\DVDS\OUR_LIPS_ARE_SEALED\Our Lips Are Sealed.cd3.avi
[4/8/2004 6:23:53 AM] Job finished.:D :D :D
I'm from aus so 99% of my movies are in pal and i do them with normall gordian knot, so i have more advanced features as i'm sure most of us do.
now i got a coule of the mary kate ashley olsen movies the other day which both were in the ntsc format, and i know theres alot more that goes into doing a good rip with them, having to compare frames and all that... so i dicided to give auto gk a go so it can just do all of that for me, no need for me to learn all the ins and outs of ntsc for the maybe 1 or 2 movies a year i might do in that format
anyways i did the first one with version 1.10 2 cd's and it has seem to come out allright not as good as my other rips but was still good... but this 2nd one i just did last night with version 1.16 has come out terrible very blury and allmost blocky a bit worst rip i've ever done considering it was a 1.5hr movie on 2cds maybe a 2 hr movie on half a cd you would expect this quality looking rip
i'm posting a screeny of the movie and the gk log file if anyone can let me know why this has come out maybe i can do something and re encode it to be better or i donno any help is great
edit:
one other thing to i didn't mention was a bug it split the movie into 3 cd's last cd was only like 7mb so i'm not worried personaly i'll just re split them myself into 2 would only be a little overburn if anything i do most of mine to overburn on purpose just to get that little bit extra bitrate into the movie :D
http://members.iinet.net.au/~subwars/bscap000.jpg
[4/8/2004 1:19:45 AM] Input dir: D:\DVDS\OUR_LIPS_ARE_SEALED\VIDEO_TS
[4/8/2004 1:19:45 AM] Output file: D:\DVDS\OUR_LIPS_ARE_SEALED\Our Lips Are Sealed.avi
[4/8/2004 1:19:45 AM] Audio: English
[4/8/2004 1:19:45 AM] Subtitles: none
[4/8/2004 1:19:45 AM] Codec: XviD
[4/8/2004 1:19:45 AM] Target size: 1400Mb
[4/8/2004 1:19:45 AM] Started encoding.
[4/8/2004 1:19:45 AM] Demuxing and indexing.
[4/8/2004 1:24:03 AM] Analyzing source.
[4/8/2004 1:24:03 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\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("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\_.avi");
===========================================================
[4/8/2004 1:33:41 AM] Source has percentage of interlacing in motion areas: 34.77
[4/8/2004 1:33:41 AM] Source has percentage of telecined patterns: 84.89
[4/8/2004 1:33:41 AM] Source has percentage of progressive patterns: 12.09
[4/8/2004 1:33:41 AM] Source has percentage of interlaced patterns: 3.02
[4/8/2004 1:33:41 AM] Source is considered to be hybrid (mostly FILM).
[4/8/2004 1:33:42 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\_test.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("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\_test.avi");
===========================================================
[4/8/2004 1:33:42 AM] Looking for optimal hybrid thresholds.
[4/8/2004 1:41:30 AM] Found threshold of: 1.76
[4/8/2004 1:41:34 AM] Found 129630 frames
[4/8/2004 1:41:34 AM] Audio size: 129,758,208 bytes (123.75 Mb)
[4/8/2004 1:41:34 AM] Overhead: 1,539,328 bytes (1.47 Mb)
[4/8/2004 1:41:34 AM] Video size: 1,336,708,864 bytes (1274.78 Mb)
[4/8/2004 1:41:34 AM] Running compressibility test.
[4/8/2004 1:41:34 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\Our Lips Are Sealed_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("D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\Our Lips Are Sealed.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 = 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
Telecide(movie,order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=1.76)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[4/8/2004 1:41:38 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\Our Lips Are Sealed_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\Our Lips Are Sealed_comptest.avi");
===========================================================
[4/8/2004 2:01:26 AM] Duration was: 19 minutes 47 seconds
[4/8/2004 2:01:26 AM] Speed was: 5.46 fps.
[4/8/2004 2:01:26 AM] Compressibility percentage is: 31.42
[4/8/2004 2:01:26 AM] Using softer matrix.
[4/8/2004 2:01:26 AM] Chosen resolution is: 512x400 ( AR: 1.28 )
[4/8/2004 2:01:26 AM] Predicted comptest value is: 64.15
[4/8/2004 2:01:26 AM] Running first pass.
[4/8/2004 2:01:26 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\Our Lips Are Sealed_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("D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\Our Lips Are Sealed.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 = 512
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
Telecide(movie,order=getOrder(movie),guide=1,post=2).Decimate(mode=3,threshold=1.76)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[4/8/2004 2:01:26 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\Our Lips Are Sealed_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi");
===========================================================
[4/8/2004 3:43:30 AM] Duration was: 1 hour, 42 minutes 4 seconds
[4/8/2004 3:43:30 AM] Speed was: 21.17 fps.
[4/8/2004 3:43:31 AM] Expected quality of first pass size: 56.24
[4/8/2004 3:43:31 AM] Running second pass.
[4/8/2004 3:43:31 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\Our Lips Are Sealed_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\gk_tmp\\OUR LIPS ARE SEALED AC3 T01 2_0ch 192Kbps DELAY -15ms.ac3",0x00000203,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,-15);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi");
===========================================================
[4/8/2004 6:20:35 AM] Duration was: 2 hours 37 minutes 3 seconds
[4/8/2004 6:20:35 AM] Speed was: 13.76 fps.
[4/8/2004 6:20:35 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
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.Clear();
VirtualDub.subset.AddRange(0,68136);
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.cd1.avi");
===========================================================
[4/8/2004 6:20:35 AM] Splitting video into: D:\DVDS\OUR_LIPS_ARE_SEALED\Our Lips Are Sealed.cd1.avi
[4/8/2004 6:22:13 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
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.Clear();
VirtualDub.subset.AddRange(68136,60149);
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.cd2.avi");
===========================================================
[4/8/2004 6:22:13 AM] Splitting video into: D:\DVDS\OUR_LIPS_ARE_SEALED\Our Lips Are Sealed.cd2.avi
[4/8/2004 6:23:50 AM] Writing the following script to D:\DVDS\OUR_LIPS_ARE_SEALED\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
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.Clear();
VirtualDub.subset.AddRange(128285,1342);
VirtualDub.SaveAVI("D:\\DVDS\\OUR_LIPS_ARE_SEALED\\Our Lips Are Sealed.cd3.avi");
===========================================================
[4/8/2004 6:23:50 AM] Splitting video into: D:\DVDS\OUR_LIPS_ARE_SEALED\Our Lips Are Sealed.cd3.avi
[4/8/2004 6:23:53 AM] Job finished.:D :D :D