majinsnake
9th July 2005, 21:27
I use AutoGK 1.96. I have tried some splitting programs like vobedit,vobsplit and chopperxp. Chopperxp seems to be the only 1 that split it on how i want it so i can then encode. Not fully accurate but close enough. My bitrate is well high, 1847 for a 20 mb file and quality 73%. The size is good for a 1.24 length. I seem to only be able to lower the height/width of the file to lower the bitrate. I haven't tried cropping yet nor am i sure that will help. Should i be using the latest AutoGK, 2.12 beta i think it is. My logfile below.
[7/9/2005 3:03:32 PM] AutoGK 1.96
[7/9/2005 3:03:32 PM] OS: WinXP (5.1.2600).2
[7/9/2005 3:03:32 PM] Job started.
[7/9/2005 3:03:32 PM] Input file: VIDEO_TS1.vob
[7/9/2005 3:03:32 PM] Output file: E:\VIDEO_TS1.avi
[7/9/2005 3:03:32 PM] Audio: Audio Stream 0
[7/9/2005 3:03:32 PM] Subtitles: none
[7/9/2005 3:03:32 PM] Codec: XviD
[7/9/2005 3:03:32 PM] Target quality: 55%
[7/9/2005 3:03:32 PM] Custom resolution settings: fixed width of 304 pixels
[7/9/2005 3:03:32 PM] Custom audio settings: CBR MP3 with bitrate: 192Kbps
[7/9/2005 3:03:32 PM] Started encoding.
[7/9/2005 3:03:32 PM] Demuxing and indexing.
[7/9/2005 3:03:35 PM] Processing file: E:\VIDEO_TS1.vob
[7/9/2005 3:03:35 PM] Source aspect ratio: 4:3
[7/9/2005 3:03:35 PM] Source resolution: 720x480
[7/9/2005 3:03:35 PM] Found NTSC source.
[7/9/2005 3:03:35 PM] Analyzing source.
[7/9/2005 3:04:25 PM] Source has percentage of interlacing in motion areas: 82.22
[7/9/2005 3:04:25 PM] Source has percentage of telecined patterns: 0.32
[7/9/2005 3:04:25 PM] Source has percentage of progressive patterns: 12.38
[7/9/2005 3:04:25 PM] Source has percentage of interlaced patterns: 87.30
[7/9/2005 3:04:25 PM] Source is considered to be interlaced.
[7/9/2005 3:04:25 PM] Output will contain 2525 frames
[7/9/2005 3:04:25 PM] Decoding audio.
[7/9/2005 3:04:27 PM] Normalizing audio.
[7/9/2005 3:04:27 PM] Encoding audio.
[7/9/2005 3:04:38 PM] Running single pass encoding.
[7/9/2005 3:04:38 PM] Writing the following script to E:\VIDEO_TS1_movie.avs
===========================================================
LoadPlugin("E:\programs\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("E:\programs\AutoGK\filters\autocrop.dll")
LoadPlugin("E:\programs\AutoGK\filters\RemoveGrainSSE2.dll")
LoadPlugin("E:\programs\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("E:\VIDEO_TS1.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.888888888888889
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 : (4.0/3.0)
out_width = 304
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
KernelDeInt(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)
===========================================================
[7/9/2005 3:06:53 PM] Duration was: 2 minutes 15 seconds
[7/9/2005 3:06:53 PM] Speed was: 18.67 fps.
[7/9/2005 3:06:53 PM] Job finished. Total time: 3 minutes 20 seconds
*EDIT*
I actually skimmed over my log file. Think i found my error.
[7/9/2005 3:03:32 PM] AutoGK 1.96
[7/9/2005 3:03:32 PM] OS: WinXP (5.1.2600).2
[7/9/2005 3:03:32 PM] Job started.
[7/9/2005 3:03:32 PM] Input file: VIDEO_TS1.vob
[7/9/2005 3:03:32 PM] Output file: E:\VIDEO_TS1.avi
[7/9/2005 3:03:32 PM] Audio: Audio Stream 0
[7/9/2005 3:03:32 PM] Subtitles: none
[7/9/2005 3:03:32 PM] Codec: XviD
[7/9/2005 3:03:32 PM] Target quality: 55%
[7/9/2005 3:03:32 PM] Custom resolution settings: fixed width of 304 pixels
[7/9/2005 3:03:32 PM] Custom audio settings: CBR MP3 with bitrate: 192Kbps
[7/9/2005 3:03:32 PM] Started encoding.
[7/9/2005 3:03:32 PM] Demuxing and indexing.
[7/9/2005 3:03:35 PM] Processing file: E:\VIDEO_TS1.vob
[7/9/2005 3:03:35 PM] Source aspect ratio: 4:3
[7/9/2005 3:03:35 PM] Source resolution: 720x480
[7/9/2005 3:03:35 PM] Found NTSC source.
[7/9/2005 3:03:35 PM] Analyzing source.
[7/9/2005 3:04:25 PM] Source has percentage of interlacing in motion areas: 82.22
[7/9/2005 3:04:25 PM] Source has percentage of telecined patterns: 0.32
[7/9/2005 3:04:25 PM] Source has percentage of progressive patterns: 12.38
[7/9/2005 3:04:25 PM] Source has percentage of interlaced patterns: 87.30
[7/9/2005 3:04:25 PM] Source is considered to be interlaced.
[7/9/2005 3:04:25 PM] Output will contain 2525 frames
[7/9/2005 3:04:25 PM] Decoding audio.
[7/9/2005 3:04:27 PM] Normalizing audio.
[7/9/2005 3:04:27 PM] Encoding audio.
[7/9/2005 3:04:38 PM] Running single pass encoding.
[7/9/2005 3:04:38 PM] Writing the following script to E:\VIDEO_TS1_movie.avs
===========================================================
LoadPlugin("E:\programs\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("E:\programs\AutoGK\filters\autocrop.dll")
LoadPlugin("E:\programs\AutoGK\filters\RemoveGrainSSE2.dll")
LoadPlugin("E:\programs\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("E:\VIDEO_TS1.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.888888888888889
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 : (4.0/3.0)
out_width = 304
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
KernelDeInt(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)
===========================================================
[7/9/2005 3:06:53 PM] Duration was: 2 minutes 15 seconds
[7/9/2005 3:06:53 PM] Speed was: 18.67 fps.
[7/9/2005 3:06:53 PM] Job finished. Total time: 3 minutes 20 seconds
*EDIT*
I actually skimmed over my log file. Think i found my error.