TrashCanMan
27th August 2004, 14:42
First of all i'm glad i can finally post and hopefully figure my problem out. I've been through this site several time and if this has already benn discussed I'm sorry for rehashing it. anyway here is my problem. I'm trying to rip this concert DVD to xVid and having major issues. Here is my log:
[8/23/2004 9:43:27 PM] AutoGK 1.25
[8/23/2004 9:43:27 PM] OS: WinXP (5.1.2600).2
[8/23/2004 9:43:27 PM] Job started.
[8/23/2004 9:43:27 PM] Input dir: E:\JUDAS_PRIEST_LIVE\VIDEO_TS
[8/23/2004 9:43:27 PM] Output file: D:\Judas\JP.Live.avi
[8/23/2004 9:43:27 PM] Audio: English
[8/23/2004 9:43:27 PM] Subtitles: none
[8/23/2004 9:43:27 PM] Codec: XviD
[8/23/2004 9:43:27 PM] Target size: 725Mb
[8/23/2004 9:43:27 PM] Started encoding.
[8/23/2004 9:43:27 PM] Demuxing and indexing.
[8/23/2004 9:47:31 PM] Analyzing source.
[8/23/2004 9:47:31 PM] Writing the following script to D:\Judas\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\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:\\Judas\\gk_tmp\\_.avi");
===========================================================
[8/23/2004 9:50:46 PM] Source has percentage of interlacing in motion areas: 72.88
[8/23/2004 9:50:46 PM] Source has percentage of telecined patterns: 3.26
[8/23/2004 9:50:46 PM] Source has percentage of progressive patterns: 16.65
[8/23/2004 9:50:46 PM] Source has percentage of interlaced patterns: 80.09
[8/23/2004 9:50:46 PM] Source is considered to be interlaced.
[8/23/2004 9:50:46 PM] Found 171691 frames
[8/23/2004 9:50:46 PM] Audio size: 320,809,216 bytes (305.95 Mb)
[8/23/2004 9:50:46 PM] Overhead: 954,752 bytes (0.91 Mb)
[8/23/2004 9:50:46 PM] Video size: 438,453,632 bytes (418.14 Mb)
[8/23/2004 9:50:46 PM] Running compressibility test.
[8/23/2004 9:50:46 PM] Writing the following script to D:\Judas\gk_tmp\JP.Live_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("D:\Judas\gk_tmp\JP.Live.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 = 0.911392405063291
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
KernelDeInt(movie,order=getOrder(movie),sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[8/23/2004 9:50:46 PM] Writing the following script to D:\Judas\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\gk_tmp\\JP.Live_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:\\Judas\\gk_tmp\\JP.Live_comptest.avi");
===========================================================
[8/23/2004 10:02:07 PM] Duration was: 11 minutes 21 seconds
[8/23/2004 10:02:07 PM] Speed was: 12.60 fps.
[8/23/2004 10:02:07 PM] Compressibility percentage is: 8.54
[8/23/2004 10:02:07 PM] Using softer matrix.
[8/23/2004 10:02:07 PM] Using softer resizer.
[8/23/2004 10:02:07 PM] Chosen resolution is: 256x192 ( AR: 1.33 )
[8/23/2004 10:02:07 PM] Predicted comptest value is: 64.58
[8/23/2004 10:02:07 PM] Running first pass.
[8/23/2004 10:02:07 PM] Writing the following script to D:\Judas\gk_tmp\JP.Live_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("D:\Judas\gk_tmp\JP.Live.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 = 0.911392405063291
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 256
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
KernelDeInt(movie,order=getOrder(movie),sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[8/23/2004 10:02:07 PM] Writing the following script to D:\Judas\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\gk_tmp\\JP.Live_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:\\Judas\\JP.Live.avi");
===========================================================
[8/23/2004 10:53:24 PM] Duration was: 51 minutes 17 seconds
[8/23/2004 10:53:24 PM] Speed was: 55.79 fps.
[8/23/2004 10:53:25 PM] Expected quality of first pass size: 55.52
[8/23/2004 10:53:25 PM] Running second pass.
[8/23/2004 10:53:25 PM] Writing the following script to D:\Judas\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\gk_tmp\\JP.Live_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:\\Judas\\gk_tmp\\JP.Live AC3 T02 3_2ch 448Kbps DELAY 0ms.ac3",0x00000203,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,96,96,1,0);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
VirtualDub.SaveAVI("D:\\Judas\\JP.Live.avi");
===========================================================
[8/23/2004 11:52:26 PM] Duration was: 59 minutes 0 seconds
[8/23/2004 11:52:26 PM] Speed was: 48.49 fps.
[8/23/2004 11:52:26 PM] Job finished.
I have tried this over and over, reading and re-reading the instructions/tutorial again and again. What I end up with is extremely distorted video, square green blocks, and the sound is either muffled or hissing. This DVD does have LPCM audio on it and that is the one I'm trying to use.
I'm using AutoGK and the tutorial off this site. Please help me out all I want to do is share this awesome concert and I'm loosing my mind.
If it's any help my specs are as follows:
Win XP Pro
Asus K8V Deluxe
A64 3200+
1GB Corsair 3200
9800 Pro
thanks,
trash
---------------------------------------------
[8/23/2004 9:43:27 PM] AutoGK 1.25
[8/23/2004 9:43:27 PM] OS: WinXP (5.1.2600).2
[8/23/2004 9:43:27 PM] Job started.
[8/23/2004 9:43:27 PM] Input dir: E:\JUDAS_PRIEST_LIVE\VIDEO_TS
[8/23/2004 9:43:27 PM] Output file: D:\Judas\JP.Live.avi
[8/23/2004 9:43:27 PM] Audio: English
[8/23/2004 9:43:27 PM] Subtitles: none
[8/23/2004 9:43:27 PM] Codec: XviD
[8/23/2004 9:43:27 PM] Target size: 725Mb
[8/23/2004 9:43:27 PM] Started encoding.
[8/23/2004 9:43:27 PM] Demuxing and indexing.
[8/23/2004 9:47:31 PM] Analyzing source.
[8/23/2004 9:47:31 PM] Writing the following script to D:\Judas\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\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:\\Judas\\gk_tmp\\_.avi");
===========================================================
[8/23/2004 9:50:46 PM] Source has percentage of interlacing in motion areas: 72.88
[8/23/2004 9:50:46 PM] Source has percentage of telecined patterns: 3.26
[8/23/2004 9:50:46 PM] Source has percentage of progressive patterns: 16.65
[8/23/2004 9:50:46 PM] Source has percentage of interlaced patterns: 80.09
[8/23/2004 9:50:46 PM] Source is considered to be interlaced.
[8/23/2004 9:50:46 PM] Found 171691 frames
[8/23/2004 9:50:46 PM] Audio size: 320,809,216 bytes (305.95 Mb)
[8/23/2004 9:50:46 PM] Overhead: 954,752 bytes (0.91 Mb)
[8/23/2004 9:50:46 PM] Video size: 438,453,632 bytes (418.14 Mb)
[8/23/2004 9:50:46 PM] Running compressibility test.
[8/23/2004 9:50:46 PM] Writing the following script to D:\Judas\gk_tmp\JP.Live_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("D:\Judas\gk_tmp\JP.Live.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 = 0.911392405063291
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
KernelDeInt(movie,order=getOrder(movie),sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[8/23/2004 9:50:46 PM] Writing the following script to D:\Judas\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\gk_tmp\\JP.Live_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:\\Judas\\gk_tmp\\JP.Live_comptest.avi");
===========================================================
[8/23/2004 10:02:07 PM] Duration was: 11 minutes 21 seconds
[8/23/2004 10:02:07 PM] Speed was: 12.60 fps.
[8/23/2004 10:02:07 PM] Compressibility percentage is: 8.54
[8/23/2004 10:02:07 PM] Using softer matrix.
[8/23/2004 10:02:07 PM] Using softer resizer.
[8/23/2004 10:02:07 PM] Chosen resolution is: 256x192 ( AR: 1.33 )
[8/23/2004 10:02:07 PM] Predicted comptest value is: 64.58
[8/23/2004 10:02:07 PM] Running first pass.
[8/23/2004 10:02:07 PM] Writing the following script to D:\Judas\gk_tmp\JP.Live_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("D:\Judas\gk_tmp\JP.Live.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 = 0.911392405063291
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 256
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
KernelDeInt(movie,order=getOrder(movie),sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[8/23/2004 10:02:07 PM] Writing the following script to D:\Judas\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\gk_tmp\\JP.Live_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:\\Judas\\JP.Live.avi");
===========================================================
[8/23/2004 10:53:24 PM] Duration was: 51 minutes 17 seconds
[8/23/2004 10:53:24 PM] Speed was: 55.79 fps.
[8/23/2004 10:53:25 PM] Expected quality of first pass size: 55.52
[8/23/2004 10:53:25 PM] Running second pass.
[8/23/2004 10:53:25 PM] Writing the following script to D:\Judas\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\gk_tmp\\JP.Live_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:\\Judas\\gk_tmp\\JP.Live AC3 T02 3_2ch 448Kbps DELAY 0ms.ac3",0x00000203,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,96,96,1,0);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
VirtualDub.SaveAVI("D:\\Judas\\JP.Live.avi");
===========================================================
[8/23/2004 11:52:26 PM] Duration was: 59 minutes 0 seconds
[8/23/2004 11:52:26 PM] Speed was: 48.49 fps.
[8/23/2004 11:52:26 PM] Job finished.
I have tried this over and over, reading and re-reading the instructions/tutorial again and again. What I end up with is extremely distorted video, square green blocks, and the sound is either muffled or hissing. This DVD does have LPCM audio on it and that is the one I'm trying to use.
I'm using AutoGK and the tutorial off this site. Please help me out all I want to do is share this awesome concert and I'm loosing my mind.
If it's any help my specs are as follows:
Win XP Pro
Asus K8V Deluxe
A64 3200+
1GB Corsair 3200
9800 Pro
thanks,
trash
---------------------------------------------