Log in

View Full Version : 1st time user getting bad AVI results from VOB


bigfuz
11th December 2008, 20:27
I have tried the deafult settings with a new install, and this is what I am getting. (in fact its basically hat I get every time trying this)

9105

Video with a lot of green box lines going up and down on the bottom, with black ones going in and out from the right side as it plays. See this in VirtualDub and other players.

Any help on whats the problem here? Trying to make some AVI's from home movies off CD

CWR03
11th December 2008, 22:44
Are you using AutoGK?

Post the logfile from a bad encode.

bigfuz
11th December 2008, 22:53
Heres the log file:

[12/11/2008 10:34:31 AM] AutoGK 2.45
[12/11/2008 10:34:31 AM] OS: WinXP (5.1.2600).2
[12/11/2008 10:34:31 AM] Job started.
[12/11/2008 10:34:31 AM] Input file: D:\VIDEO_TS\VTS_01_0.IFO
[12/11/2008 10:34:31 AM] Output file: C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\Test1_Default_mp3cbr112.avi
[12/11/2008 10:34:31 AM] Output codec: XviD
[12/11/2008 10:34:31 AM] Audio 1: ??? MPEG1 2ch
[12/11/2008 10:34:31 AM] Subtitles: none
[12/11/2008 10:34:31 AM] Format: AVI
[12/11/2008 10:34:31 AM] Target size: 1400Mb
[12/11/2008 10:34:31 AM] Audio 1 settings: CBR MP3 with bitrate: 112Kbps
[12/11/2008 10:34:31 AM] Started encoding.
[12/11/2008 10:34:31 AM] Demuxing and indexing.
[12/11/2008 10:52:52 AM] Processing file: D:\VIDEO_TS\VTS_01_1.VOB
[12/11/2008 10:52:52 AM] Processing file: D:\VIDEO_TS\VTS_01_2.VOB
[12/11/2008 10:52:52 AM] Processing file: D:\VIDEO_TS\VTS_01_3.VOB
[12/11/2008 10:52:52 AM] Processing file: D:\VIDEO_TS\VTS_01_4.VOB
[12/11/2008 10:52:52 AM] Processing file: D:\VIDEO_TS\VTS_01_5.VOB
[12/11/2008 10:52:52 AM] Source resolution: 704x240
[12/11/2008 10:52:52 AM] Found NTSC source.
[12/11/2008 10:52:52 AM] Source aspect ratio: 4:3
[12/11/2008 10:52:52 AM] Analyzing source.
[12/11/2008 10:59:38 AM] Source has percentage of interlacing in motion areas: 85.68
[12/11/2008 10:59:38 AM] Source has percentage of telecined patterns: 1.47
[12/11/2008 10:59:38 AM] Source has percentage of progressive patterns: 2.59
[12/11/2008 10:59:38 AM] Source has percentage of interlaced patterns: 95.94
[12/11/2008 10:59:38 AM] Source is considered to be interlaced.
[12/11/2008 10:59:38 AM] Output will contain 211770 frames
[12/11/2008 10:59:38 AM] Encoding audio.
[12/11/2008 11:15:21 AM] Audio1 size: 98,882,559 bytes (94.30 Mb)
[12/11/2008 11:15:21 AM] Overhead: 2,514,816 bytes (2.40 Mb)
[12/11/2008 11:15:21 AM] Video size: 1,366,609,025 bytes (1303.30 Mb)
[12/11/2008 11:15:21 AM] Running compressibility test.
[12/11/2008 11:15:21 AM] Writing the following script to C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\agk_tmp\Test1_Default_mp3cbr112_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")

movie = mpeg2source("C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\agk_tmp\Test1_Default_mp3cbr112.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.909090909090909
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,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[12/11/2008 11:23:51 AM] Duration was: 8 minutes 29 seconds
[12/11/2008 11:23:51 AM] Speed was: 20.77 fps.
[12/11/2008 11:23:51 AM] Compressibility percentage is: 21.47
[12/11/2008 11:23:51 AM] Using softer matrix.
[12/11/2008 11:23:51 AM] Using softer resizer.
[12/11/2008 11:23:51 AM] Chosen resolution is: 512x384 ( AR: 1.33 )
[12/11/2008 11:23:51 AM] Predicted comptest value is: 56.07%
[12/11/2008 11:23:51 AM] Running first pass.
[12/11/2008 11:23:51 AM] Writing the following script to C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\agk_tmp\Test1_Default_mp3cbr112_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")

movie = mpeg2source("C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\agk_tmp\Test1_Default_mp3cbr112.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.909090909090909
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 = 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
LeakKernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
===========================================================
[12/11/2008 12:06:26 PM] Duration was: 42 minutes 34 seconds
[12/11/2008 12:06:26 PM] Speed was: 82.91 fps.
[12/11/2008 12:06:26 PM] Expected quality of first pass size: 45.97%
[12/11/2008 12:06:26 PM] Trying to adjust settings.
[12/11/2008 12:06:26 PM] Chosen resolution is: 464x352 ( AR: 1.32 )
[12/11/2008 12:06:26 PM] Predicted comptest value is: 55.34
[12/11/2008 12:06:26 PM] Re-running first pass.
[12/11/2008 12:06:26 PM] Writing the following script to C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\agk_tmp\Test1_Default_mp3cbr112_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")

movie = mpeg2source("C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\agk_tmp\Test1_Default_mp3cbr112.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.909090909090909
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 = 464
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,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
===========================================================
[12/11/2008 12:42:52 PM] Duration was: 36 minutes 25 seconds
[12/11/2008 12:42:52 PM] Speed was: 96.91 fps.
[12/11/2008 12:42:52 PM] Expected quality of first pass size: 53.59%
[12/11/2008 12:42:52 PM] Running second pass.
[12/11/2008 1:52:46 PM] Duration was: 1 hour, 9 minutes 53 seconds
[12/11/2008 1:52:46 PM] Speed was: 50.50 fps.
[12/11/2008 1:52:47 PM] Splitting video into: C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\Test1_Default_mp3cbr112.cd1.avi
[12/11/2008 1:54:36 PM] Splitting video into: C:\Documents and Settings\mjl\My Documents\My Videos\AGK Tests\Test1_Default_mp3cbr112.cd2.avi
[12/11/2008 1:57:07 PM] Job finished. Total time: 3 hours 22 minutes 36 seconds

setarip_old
12th December 2008, 01:59
Hi!Source resolution: 704x240Although I'm not a user of AutoGK, I'm guessing that this reference, which is not (I believe) a standard DVD resolution,may be the cause of your problem.

1) What is the Title and Region number of the DVD you ripped?

2) What software and procedures did you use to rip it?

bigfuz
12th December 2008, 02:19
Those are good questions :-)

1) I really am not sure what you are after here? Can you lead me to it? Its just a DVD I burned on a DVD Player/Burner I bought about 2 years ago or so.
2) These are home movies burned to a DVD using a DVD Player/Writer from a camcorder plugged into the front. On the DVD, there is the Video_RM and Video_TS folders and I ran this autoGK straight from reading the DVD (of course since its a home movie, its not encrypted) direct.

For the input file I chose the VTS_01_0.IFO file from the Video_TS folder. It comes up with a menu of 24 PGC's, and I just picked the first one shown.

setarip_old
12th December 2008, 19:44
And, if you play your original DVD on your PC, does it exhibit the same behavior?

[P]ako
12th December 2008, 20:13
Try by eliminating removegrain from your filter chain.