Log in

View Full Version : Strange output


umqi
23rd February 2010, 13:28
Hi,

i am trying to encode my DVDs to xvid for the kids car DVD player. With two DVDs I am having a problem: Cars and Ice Age 2.
Sice it is hard to explain, I uploaded an example on youtube:
http://www.youtube.com/watch?v=fbwQBze3Oe8

Those double seconds are not the whole time, its just in the first 8 to 10 minutes.

Here is the logfile:
[23.02.2010 09:30:23] AutoGK 2.55
[23.02.2010 09:30:23] OS: Windows Vista (6.0.6002).2
[23.02.2010 09:30:23] Job started.
[23.02.2010 09:30:23] Input file: D:\Videos\CARS\VIDEO_TS\VTS_05_0.IFO
[23.02.2010 09:30:23] Output file: D:\Videos\CARS\CARS.avi
[23.02.2010 09:30:23] Output codec: XviD
[23.02.2010 09:30:23] Audio 1: Deutsch AC3 6ch
[23.02.2010 09:30:23] Subtitles: none
[23.02.2010 09:30:23] Format: AVI
[23.02.2010 09:30:23] Target size: 1500Mb
[23.02.2010 09:30:23] Audio 1 settings: Original
[23.02.2010 09:30:23] Started encoding.
[23.02.2010 09:30:23] Demuxing and indexing.
[23.02.2010 09:33:20] Processing file: D:\Videos\CARS\VIDEO_TS\VTS_05_1.VOB
[23.02.2010 09:33:20] Processing file: D:\Videos\CARS\VIDEO_TS\VTS_05_2.VOB
[23.02.2010 09:33:20] Processing file: D:\Videos\CARS\VIDEO_TS\VTS_05_3.VOB
[23.02.2010 09:33:20] Processing file: D:\Videos\CARS\VIDEO_TS\VTS_05_4.VOB
[23.02.2010 09:33:20] Processing file: D:\Videos\CARS\VIDEO_TS\VTS_05_5.VOB
[23.02.2010 09:33:20] Source resolution: 720x576
[23.02.2010 09:33:20] Found PAL source.
[23.02.2010 09:33:20] Source aspect ratio: 16:9
[23.02.2010 09:33:20] Analyzing source.
[23.02.2010 09:37:05] Source has percentage of interlacing in motion areas: 11,57
[23.02.2010 09:37:05] Source is considered to be interlaced.
[23.02.2010 09:37:05] Output will contain 173095 frames
[23.02.2010 09:37:05] Using VAQ in XviD
[23.02.2010 09:37:05] Audio1 size: 332,316,672 bytes (316.92 Mb)
[23.02.2010 09:37:05] Overhead: 1,153,920 bytes (1.10 Mb)
[23.02.2010 09:37:05] Video size: 1,239,393,408 bytes (1181.98 Mb)
[23.02.2010 09:37:05] Running compressibility test.
[23.02.2010 09:37:05] Writing the following script to D:\Videos\CARS\agk_tmp\CARS_comptest.avs
================================================== =========
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.d ll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dl l")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain SSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneld eint.dll")

movie = mpeg2source("D:\Videos\CARS\agk_tmp\CARS.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=34,samplestartframe=0,leftad d=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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 = 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
LeakKernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,asp ect=new_aspect,threshold=34,samplestartframe=0,lef tadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
================================================== =========
[23.02.2010 09:40:56] Duration was: 3 minutes 51 seconds
[23.02.2010 09:40:56] Speed was: 37,45 fps.
[23.02.2010 09:40:56] Compressibility percentage is: 62,08
[23.02.2010 09:40:56] Chosen resolution is: 656x272 ( AR: 2,41 )
[23.02.2010 09:40:56] Predicted comptest value is: 70,54%
[23.02.2010 09:40:56] Running first pass.
[23.02.2010 09:40:56] Writing the following script to D:\Videos\CARS\agk_tmp\CARS_movie.avs
================================================== =========
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.d ll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dl l")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain SSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneld eint.dll")

movie = mpeg2source("D:\Videos\CARS\agk_tmp\CARS.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=34,samplestartframe=0,leftad d=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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 = 656
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
LeakKernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,asp ect=new_aspect,threshold=34,samplestartframe=0,lef tadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
================================================== =========
[23.02.2010 10:23:17] Duration was: 42 minutes 20 seconds
[23.02.2010 10:23:17] Speed was: 68,13 fps.
[23.02.2010 10:23:17] Expected quality of first pass size: 67,28%
[23.02.2010 10:23:17] Running second pass.
[23.02.2010 11:23:40] Duration was: 1 hour, 0 minutes 22 seconds
[23.02.2010 11:23:40] Speed was: 47,79 fps.
[23.02.2010 11:23:40] Job finished. Total time: 1 hour, 53 minutes 16 seconds

Any help?
Thanks.
Umqi

The Scientist
23rd February 2010, 15:53
How did you rip these DVDs? I don't have these DVDs so am not sure of their structure but what I see in your you tube clip is similar to what can be seen from incorrect rips of titles which include multi-angles or even seamless branching.

Maybe I'd try ripping the DVD again, whichever ripper you use, make sure you are in IFO parsing mode, you want just the correct PGC, and a single angle.

CWR03
23rd February 2010, 16:07
That's a normal problem with ripping certain movies straight from the DVD with AutoGK; it includes all the angles into the final file, which in your case is the titles in different languages. Pre-rip only "Main Movie" with DVDFab HD Decrypter and load either the IFO or the first VOB file into AutoGK and you'll get a proper encode.

umqi
23rd February 2010, 16:13
Hi,

it is an multi angle DVD and autoGK is asking for which angel to use.
Ill try to rip again then (DVDFab or Shrink).

Thanks.
Regards,
Umqi

setarip_old
23rd February 2010, 18:11
Hi!i am trying to encode my DVDs to xvid for the kids car DVD player.At twenty cents to 30 cents each for blank media, why don't you simply duplicate the DVDs (with or without additional compression)?

CWR03
23rd February 2010, 18:38
it is an multi angle DVD and autoGK is asking for which angel to use.
I know it's a multi-angle DVD; my description of the problem mentioned it.

Regardless of what AutoGK asks you or which angle you tell it to use, it cannot process the disk correctly on its own. You must pre-rip the disk to your hard drive.

At twenty cents to 30 cents each for blank media, why don't you simply duplicate the DVDs (with or without additional compression)?
How does this question pertain to what the original poster asked? He appears to know what he wants; let him do it his way.

umqi
23rd February 2010, 20:43
How does this question pertain to what the original poster asked? He appears to know what he wants; let him do it his way.

Thanks mate :-)

Just for the record: we lost a pack of about 35 DVDs that we normally had in our car. So I just want to bring it down to 10 and do not loose the originals any more.

Thank you all.
Regards,
Umqi

setarip_old
23rd February 2010, 23:38
Just for the record: we lost a pack of about 35 DVDs that we normally had in our car. So I just want to bring it down to 10 and do not loose the originals any more.

Just for the record, I did not suggest that you take your original DVDs in your car - I was suggesting that you could more easily, at low cost, simply duplicate your original DVDs - and I'll continue to make such valid suggestions as I see fit...

manono
24th February 2010, 00:21
Except that this is the (Auto)GKnot forum. People posting here are usually asking about making AVIs from their DVDs, so suggesting that someone duplicate his DVDs could be seen as a Rule 3 violation (Keep the focus) if someone else was being picky.

umqi
24th February 2010, 09:02
To fininish here:

I ripped only the main movie with one angle and everything worked fine.

Thanks again.
Regards, Umqi