View Full Version : agk 1.60
mikeylikess99
2nd November 2004, 01:45
hi there, hoping im not being repetitve on this, but here goes...i just did a test file with 1.60 and while it completed the process it didnt do the whole movie, just a partial, is there any way to get it to do the whole movie, like perhaps adjusting settings. i dont see anything like settings tab on 1.60 and when i installed it, i didnt configure before using, if in fact you have to. thanks in advance for any help.
jggimi
2nd November 2004, 02:13
Hello, and welcome to the forum.
In order for us to determine what might have happened, it would be easiest if your posted your log file here. It would keep us from guessing, and, it's such a common request, we have a "smiley" for it:
:logfile:
mikeylikess99
2nd November 2004, 02:42
hi jg thanks for speedy reply....id be more than happy to provide you with that info if u could explain how to do this. what i can say is the test file is an mpeg file from a dvb source.....thanks in advance.,..
jggimi
2nd November 2004, 03:07
Look for a file called <name>_agk.log in the working directory
mikeylikess99
2nd November 2004, 03:19
i just copied and pasted it...lol...hope this works..
11/1/2004 6:16:35 PM] AutoGK 1.60
[11/1/2004 6:16:35 PM] OS: WinXP (5.1.2600).2
[11/1/2004 6:16:35 PM] Job started.
[11/1/2004 6:16:35 PM] Input file: thisotthis.mpg
[11/1/2004 6:16:35 PM] Output file: C:\Documents and Settings\Administrator\Desktop\satmovies\thisotthis.avi
[11/1/2004 6:16:35 PM] Audio: Unknown Audio
[11/1/2004 6:16:35 PM] Subtitles: none
[11/1/2004 6:16:35 PM] Codec: DivX
[11/1/2004 6:16:35 PM] Target size: 71Mb
[11/1/2004 6:16:35 PM] Started encoding.
[11/1/2004 6:16:35 PM] Demuxing and indexing.
[11/1/2004 6:16:42 PM] Processing file: C:\Documents and Settings\Administrator\Desktop\satmovies\thisotthis.mpg
[11/1/2004 6:16:42 PM] Source aspect ratio: 4:3
[11/1/2004 6:16:42 PM] Source resolution: 544x480
[11/1/2004 6:16:42 PM] Found NTSC source.
[11/1/2004 6:16:42 PM] Analyzing source.
[11/1/2004 6:17:13 PM] Source has percentage of interlacing in motion areas: 84.75
[11/1/2004 6:17:13 PM] Source has percentage of telecined patterns: 7.83
[11/1/2004 6:17:13 PM] Source has percentage of progressive patterns: 5.07
[11/1/2004 6:17:13 PM] Source has percentage of interlaced patterns: 87.10
[11/1/2004 6:17:13 PM] Source is considered to be hybrid (mostly NTSC).
[11/1/2004 6:17:13 PM] Looking for optimal hybrid thresholds.
[11/1/2004 6:17:15 PM] Found threshold of: 1.99
[11/1/2004 6:17:15 PM] Found 21609 frames
[11/1/2004 6:17:15 PM] Encoding audio.
[11/1/2004 6:18:53 PM] Audio size: 12,403,856 bytes (11.83 Mb)
[11/1/2004 6:18:53 PM] Overhead: 1,396,736 bytes (1.33 Mb)
[11/1/2004 6:18:53 PM] Video size: 60,648,304 bytes (57.84 Mb)
[11/1/2004 6:18:53 PM] Target bitrate is: 673kbps
[11/1/2004 6:18:53 PM] Running compressibility test.
[11/1/2004 6:18:53 PM] Writing the following script to C:\Documents and Settings\Administrator\Desktop\satmovies\agk_tmp\thisotthis_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\Documents and Settings\Administrator\Desktop\satmovies\agk_tmp\thisotthis.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.17647058823529
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 = 544
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
Telecide(movie,order=0,guide=1,post=2).Decimate(mode=1,threshold=1.99)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(140,14)
===========================================================
[11/1/2004 6:21:08 PM] Duration was: 2 minutes 15 seconds
[11/1/2004 6:21:08 PM] Speed was: 7.98 fps.
[11/1/2004 6:21:09 PM] Compressibility percentage is: 49.21
[11/1/2004 6:21:09 PM] Using softer resizer.
[11/1/2004 6:21:09 PM] Chosen resolution is: 480x368 ( AR: 1.30 )
[11/1/2004 6:21:09 PM] Predicted comptest value is: 63.04
[11/1/2004 6:21:09 PM] Running first pass.
[11/1/2004 6:21:09 PM] Writing the following script to C:\Documents and Settings\Administrator\Desktop\satmovies\agk_tmp\thisotthis_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\Documents and Settings\Administrator\Desktop\satmovies\agk_tmp\thisotthis.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.17647058823529
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 = 480
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
Telecide(movie,order=0,guide=1,post=2).Decimate(mode=1,threshold=1.99)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[11/1/2004 6:30:30 PM] Duration was: 9 minutes 21 seconds
[11/1/2004 6:30:30 PM] Speed was: 38.48 fps.
[11/1/2004 6:30:30 PM] Running second pass.
[11/1/2004 6:39:27 PM] Duration was: 8 minutes 57 seconds
[11/1/2004 6:39:27 PM] Speed was: 40.23 fps.
[11/1/2004 6:39:27 PM] Job finished.
len0x
2nd November 2004, 12:27
I can see AutoGK finds ~15min of video in that mpeg file. What is the actual length of it?
mikeylikess99
2nd November 2004, 12:40
the original movie was 12:41, but the avi only made 1:59 second movie....so..im not sure whats goin on.....this has happened more than once..with diff files...it only does partials....
len0x
2nd November 2004, 12:52
Sorry it is indeed 12 min (I see its NTSC, not FILM). Nothing wrong with conversion. How do you know its just 1:59 ?
mikeylikess99
2nd November 2004, 13:11
the file said it was only a min and some.....i did another test file with a bigger file....and while the result avi file was complete...it was full of black squares for a lack of better words.. the file was 58 min...and it played 58 min in the avi....im attching its results
[11/2/2004 4:58:48 AM] AutoGK 1.60
[11/2/2004 4:58:48 AM] OS: WinXP (5.1.2600).2
[11/2/2004 4:58:48 AM] Job started.
[11/2/2004 4:58:48 AM] Input file: danala.mpg
[11/2/2004 4:58:48 AM] Audio: Unknown Audio
[11/2/2004 4:58:48 AM] Subtitles: none
[11/2/2004 4:58:48 AM] Codec: XviD
[11/2/2004 4:58:48 AM] Target size: 700Mb
[11/2/2004 4:58:48 AM] Started encoding.
[11/2/2004 4:58:48 AM] Demuxing and indexing.
[11/2/2004 5:00:07 AM] Source aspect ratio: 4:3
[11/2/2004 5:00:07 AM] Source resolution: 720x480
[11/2/2004 5:00:07 AM] Found NTSC source.
[11/2/2004 5:00:07 AM] Analyzing source.
[11/2/2004 5:02:52 AM] Source has percentage of interlacing in motion areas: 52.60
[11/2/2004 5:02:52 AM] Source has percentage of telecined patterns: 1.57
[11/2/2004 5:02:52 AM] Source has percentage of progressive patterns: 38.41
[11/2/2004 5:02:52 AM] Source has percentage of interlaced patterns: 60.01
[11/2/2004 5:02:52 AM] Source is considered to be interlaced.
[11/2/2004 5:02:52 AM] Found 105826 frames
[11/2/2004 5:02:52 AM] Encoding audio.
[11/2/2004 5:10:36 AM] Audio size: 59,868,032 bytes (57.09 Mb)
[11/2/2004 5:10:36 AM] Overhead: 4,233,088 bytes (4.04 Mb)
[11/2/2004 5:10:36 AM] Video size: 669,902,080 bytes (638.87 Mb)
[11/2/2004 5:10:36 AM] Running compressibility test.
=====================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.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")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=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 = 640
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)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[11/2/2004 5:16:51 AM] Duration was: 6 minutes 14 seconds
[11/2/2004 5:16:51 AM] Speed was: 14.14 fps.
[11/2/2004 5:16:51 AM] Compressibility percentage is: 34.90
[11/2/2004 5:16:51 AM] Using softer resizer.
[11/2/2004 5:16:51 AM] Chosen resolution is: 496x368 ( AR: 1.35 )
[11/2/2004 5:16:51 AM] Predicted comptest value is: 58.73
[11/2/2004 5:16:51 AM] Running first pass.
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.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")
movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=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 = 496
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)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[11/2/2004 5:53:17 AM] Duration was: 36 minutes 25 seconds
[11/2/2004 5:53:17 AM] Speed was: 48.42 fps.
[11/2/2004 5:53:17 AM] Expected quality of first pass size: 53.55
[11/2/2004 5:53:17 AM] Running second pass.
[11/2/2004 7:00:33 AM] Duration was: 1 hour, 7 minutes 16 seconds
[11/2/2004 7:00:33 AM] Speed was: 26.22 fps.
[11/2/2004 7:00:33 AM] Job finished.
len0x
2nd November 2004, 16:40
sounds like you have a decoder/codec problem on your PC...
try reinstalling them
mikeylikess99
2nd November 2004, 22:17
im not sure if i understand. are you saying i should reinstall agk 1.60 because its faulty...?...
len0x
2nd November 2004, 22:26
no, rather XviD...
check how GSpot renders resulting AVI file - may be there is a problem with dshow filter (you can post screenshot of GSpot here).
mikeylikess99
2nd November 2004, 22:33
hi lenox, gspot wont let me do a save as. is there another way to post gspot info other than copying all the info down. thanks
mikeylikess99
2nd November 2004, 23:38
video-4cc=YV12
codec=RAW YV12
vendor=?
status ccodec is installed
aspect=4 x 4 (1.000 : 1)
frame/sec=29.970 FPS
is dshow filter used during the encoding?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.