Log in

View Full Version : Xvid ripping problem


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
---------------------------------------------

lark
27th August 2004, 14:48
how did you rip the DVD?
is it ok, if you play the VOBs from your HD?
regards
t :)

TrashCanMan
27th August 2004, 15:19
I rip the whole DVD, according the the tutorial, with DVD Dcrypter to my HD and can play the VOB's no problem. So it has to be in the encoding settings, somewhere.

niamh
27th August 2004, 15:23
How long is this thing? it looks like it's impossible to compress in one CD, quite simply.

[8/23/2004 9:50:46 PM] Audio size: 320,809,216 bytes (305.95 Mb)
[8/23/2004 9:50:46 PM] Video size: 438,453,632 bytes (418.14 Mb)
1)I understand you want to keep the audio as is, but look at this ^^. You have nearly as much allocated to the audio as to the video for a start.

[8/23/2004 9:50:46 PM] Source is considered to be interlaced.
2)It's a hybrid, but mainly video(interlaced) so you're not able to IVTC it and gain bitrate by getting the framerate down to 23.97

[8/23/2004 10:02:07 PM] Compressibility percentage is: 8.54

3)(!)....................(!!!). To get a decent output, you need at least 60% compression......40 % at the very very least. AGK deals with it the best way it can i.e.

[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
Right, now you have a resolution of 256x192. There is NO way you can get a good result with that type of resolution.

There is only one solution, you need to encode to 2 CD, I would even say 3 :)

By the way, any reason you pick one CD and a bit (725 mb) as final size? just curious...

As for the audio, I guess it's a simple filter configuration for output. Check if this thread (http://forum.doom9.org/showthread.php?s=&threadid=80873) fixes you :)

TrashCanMan
27th August 2004, 19:23
This concert is 1 hour 35 minutes and the audio track I want is LPCM 2ch 48000khz/24bit. I have tried setting it for 2 CD's and get the same results. The sound i get is not low it's just a loud hissing noise and you can bearly here the music in the background. I only picked 725MB to try to get as much on a CD-R as possible. Man I don't know what I'm doing wrong but I am at work right now and cannot try anything in the link you provided but will definetly try any and everything you guys suggest when I get home.

I'm hoping to get this dialed in this weekend I've been battling this since last week and am just glad that I can finally post in here and get some help.

Thanks

trash
----------------------------------

TrashCanMan
28th August 2004, 02:01
OK I re-did it with AGK set to 2 CD's. Same issue. I wish I could post it.

------------------------------


[8/27/2004 12:59:21 PM] AutoGK 1.25
[8/27/2004 12:59:21 PM] OS: WinXP (5.1.2600).2
[8/27/2004 12:59:21 PM] Job started.
[8/27/2004 12:59:21 PM] Input dir: E:\JUDAS_PRIEST_LIVE\VIDEO_TS
[8/27/2004 12:59:21 PM] Output file: D:\Judas\Judas 2 cd\JP.avi
[8/27/2004 12:59:21 PM] Audio: English
[8/27/2004 12:59:21 PM] Subtitles: none
[8/27/2004 12:59:21 PM] Codec: XviD
[8/27/2004 12:59:21 PM] Target size: 1400Mb
[8/27/2004 12:59:21 PM] Started encoding.
[8/27/2004 12:59:21 PM] Demuxing and indexing.
[8/27/2004 1:03:53 PM] Analyzing source.
[8/27/2004 1:03:53 PM] Writing the following script to D:\Judas\Judas 2 cd\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\Judas 2 cd\\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\\Judas 2 cd\\gk_tmp\\_.avi");
===========================================================
[8/27/2004 1:07:34 PM] Source has percentage of interlacing in motion areas: 72.88
[8/27/2004 1:07:34 PM] Source has percentage of telecined patterns: 3.26
[8/27/2004 1:07:34 PM] Source has percentage of progressive patterns: 16.65
[8/27/2004 1:07:34 PM] Source has percentage of interlaced patterns: 80.09
[8/27/2004 1:07:34 PM] Source is considered to be interlaced.
[8/27/2004 1:07:35 PM] Found 171691 frames
[8/27/2004 1:07:35 PM] Encoding audio.
[8/27/2004 1:21:15 PM] Audio size: 127,242,752 bytes (121.35 Mb)
[8/27/2004 1:21:15 PM] Overhead: 6,867,584 bytes (6.55 Mb)
[8/27/2004 1:21:15 PM] Video size: 1,333,896,064 bytes (1272.10 Mb)
[8/27/2004 1:21:15 PM] Running compressibility test.
[8/27/2004 1:21:15 PM] Writing the following script to D:\Judas\Judas 2 cd\gk_tmp\JP_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\Judas 2 cd\gk_tmp\JP.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/27/2004 1:21:15 PM] Writing the following script to D:\Judas\Judas 2 cd\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\Judas 2 cd\\gk_tmp\\JP_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\\Judas 2 cd\\gk_tmp\\JP_comptest.avi");
===========================================================
[8/27/2004 1:32:38 PM] Duration was: 11 minutes 23 seconds
[8/27/2004 1:32:38 PM] Speed was: 12.57 fps.
[8/27/2004 1:32:38 PM] Compressibility percentage is: 25.98
[8/27/2004 1:32:38 PM] Using softer matrix.
[8/27/2004 1:32:38 PM] Using softer resizer.
[8/27/2004 1:32:38 PM] Chosen resolution is: 448x336 ( AR: 1.33 )
[8/27/2004 1:32:38 PM] Predicted comptest value is: 64.16
[8/27/2004 1:32:38 PM] Running first pass.
[8/27/2004 1:32:38 PM] Writing the following script to D:\Judas\Judas 2 cd\gk_tmp\JP_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\Judas 2 cd\gk_tmp\JP.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 = 448
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/27/2004 1:32:38 PM] Writing the following script to D:\Judas\Judas 2 cd\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\Judas 2 cd\\gk_tmp\\JP_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\\Judas 2 cd\\JP.avi");
===========================================================
[8/27/2004 2:41:16 PM] Duration was: 1 hour, 8 minutes 37 seconds
[8/27/2004 2:41:16 PM] Speed was: 41.70 fps.
[8/27/2004 2:41:16 PM] Expected quality of first pass size: 60.31
[8/27/2004 2:41:16 PM] Running second pass.
[8/27/2004 2:41:16 PM] Writing the following script to D:\Judas\Judas 2 cd\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\Judas 2 cd\\gk_tmp\\JP_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\\Judas 2 cd\\gk_tmp\\JP LPCM T01 48KHz.mp3",0x00000202,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,48);
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\\Judas 2 cd\\JP.avi");
===========================================================
[8/27/2004 4:13:25 PM] Duration was: 1 hour, 32 minutes 8 seconds
[8/27/2004 4:13:25 PM] Speed was: 31.05 fps.
[8/27/2004 4:13:26 PM] Writing the following script to D:\Judas\Judas 2 cd\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\Judas 2 cd\\JP.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
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,90918);
VirtualDub.SaveAVI("D:\\Judas\\Judas 2 cd\\JP.cd1.avi");
===========================================================
[8/27/2004 4:13:26 PM] Splitting video into: D:\Judas\Judas 2 cd\JP.cd1.avi
[8/27/2004 4:14:50 PM] Writing the following script to D:\Judas\Judas 2 cd\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Judas\\Judas 2 cd\\JP.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
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(90918,80772);
VirtualDub.SaveAVI("D:\\Judas\\Judas 2 cd\\JP.cd2.avi");
===========================================================
[8/27/2004 4:14:50 PM] Splitting video into: D:\Judas\Judas 2 cd\JP.cd2.avi
[8/27/2004 4:16:02 PM] Job finished.

manono
28th August 2004, 05:01
Why is the audio smaller this time? Did you convert it to MP3? What happens when you play the LPCM or the MP3(?) files by themselves? Do they still have that nasty sound?

I'd suggest extracting the audio yourself as WAV audio by going into DGIndex and Audio->Output Method->Decode to WAV, making an MP3 from it in Besweet, and then muxing it back in yourself.

Offhand, I don't know what's wrong with the video. Perhaps a screenshot of a problem frame would help. However, concert DVDs are among the worst and most difficult to compress. They use crappy video cameras, are often handheld, you have lights flashing all around, and in general are a real pain to work with.

And as niamh speculated earlier, it looks like this should be a 3 CD rip.

niamh
28th August 2004, 08:05
I've never seen anything that compresses apparently so little. It's reasonable to expect a 90 minutes footage to fit on one CD....but with 2 CD you still get only 25% compression...
I suggest you do this one through normal gordian knot if you feel up to it so as to be able to pile denoisers in the avisynth script, that help compression a lot

I bet this thing is directly mastered off a VHS too, it wouldn't help the original quality. Remember that if the blocks are in the source, you can't remove them.....I can guess it has rainbows too, just for good measure :D in short, a horror DVD.

You could try for target quality(75%), and check if the result is a) looking good b) how big is it. But i've the feeling you may not get away with it without some big guns denoisers/filters for a decent size... a little sample would indeed help :)

TrashCanMan
28th August 2004, 14:21
I bet this thing is directly mastered off a VHS too

You are probably absolutly correct. I have the original on VHS and was so stoked when I saw that they were re-releasing it as a special bonus DVD in this box set.

Why is the audio smaller this time? Did you convert it to MP3? What happens when you play the LPCM or the MP3(?) files by themselves? Do they still have that nasty sound?

I did nothing different as far as settings for sound go. But I'm glad you brought it up. Since I couldn't get it to .avi I figured it would cool to at least be able to listen to it in the car, so off to get DVD Audio Extractor I go, and guess what, it worked, sort of. It let me rip the LPCM audio track to a 1.1gig .wav file that sounds totally awesome, except for about half an hour, in a couple different spots, where it has this nasty, loud click - click - click sound. I will try what you suggested and try to get the audio.

TrashCanMan
29th August 2004, 01:57
I tried ripping the audio as you suggested to no avail. Hissing like a MF


Screw it, I give up!

Thanks for the help

trash
---------------

manono
29th August 2004, 06:33
That's strange. It has a .wav extension to it after being decoded? I've worked with a few DVDs with only LPCM before and have never had a problem when extracting it as WAV.

TrashCanMan
29th August 2004, 15:45
Heres a couple pictures

http://img.villagephotos.com/p/2004-8/808843/wav.jpg

http://img.villagephotos.com/p/2004-8/808843/vobs.jpg

Am I correct to assume that as long as I can play the vob's that everything up until that point was successful, right? It has to be something in the settings or it's just no going to work.