|
|
two problems with AGK 2.08 (
Hi,
I have two issues I'd like to report with AGK (2.08):
1. while DVD decrypter allows use of the comma (quot;,quot;) in the file name, AGK (1.95, and two of the 2.x that I've tested) give an error. It sounds dumb, but I banged my head on this for a while.
2. after running AGK 2.08 for about a week solid (I'm converting my entire DVD library to XVID), the last 8 or so jobs all terminated with
quot;EXCEPTION: Open avi failed.quot;
I had plenty of HD space. It looks like restarting fixed the problem. Note: I did about 25 dvds before I got the problem.
Y
post full log
BHH
below is one of the logs for the quot;Can't open AVI issuequot;. I have about 8 of these, all of wich end at the same spot while unattended.
There are no logs with the comma issue, because it occurs when you select the input directory, you get a Warning: quot;Input directory path contains invalid characters. Please select another one.quot;
------------------------------
[5/11/2005 4:30:56 PM] AutoGK 2.07b
[5/11/2005 4:30:56 PM] OS: WinXP (5.1.2600).2
[5/11/2005 4:30:56 PM] Job started.
[5/11/2005 4:30:56 PM] Input dir: E:\DVDs\Tora Tora Tora
[5/11/2005 4:30:56 PM] Output file: E:\DVDs\Tora Tora Tora\Tora Tora Tora.avi
[5/11/2005 4:30:56 PM] Output codec: XviD
[5/11/2005 4:30:56 PM] Audio1: Chinese AC3 2ch
[5/11/2005 4:30:56 PM] Subtitles1: English : Wide/Letterbox
[5/11/2005 4:30:56 PM] Format: .AVI
[5/11/2005 4:30:56 PM] Target size: 1400Mb
[5/11/2005 4:30:56 PM] Started encoding.
[5/11/2005 4:30:56 PM] Demuxing and indexing.
[5/11/2005 5:37:53 PM] Processing file: E:\DVDs\Tora Tora Tora\VTS_07_1.VOB
[5/11/2005 5:37:53 PM] Processing file: E:\DVDs\Tora Tora Tora\VTS_07_2.VOB
[5/11/2005 5:37:53 PM] Processing file: E:\DVDs\Tora Tora Tora\VTS_07_3.VOB
[5/11/2005 5:37:53 PM] Processing file: E:\DVDs\Tora Tora Tora\VTS_07_4.VOB
[5/11/2005 5:37:53 PM] Processing file: E:\DVDs\Tora Tora Tora\VTS_07_5.VOB
[5/11/2005 5:37:53 PM] Processing file: E:\DVDs\Tora Tora Tora\VTS_07_6.VOB
[5/11/2005 5:37:53 PM] Processing file: E:\DVDs\Tora Tora Tora\VTS_07_7.VOB
[5/11/2005 5:37:53 PM] Source aspect ratio: 16:9
[5/11/2005 5:37:53 PM] Source resolution: 720x480
[5/11/2005 5:37:53 PM] Found NTSC source.
[5/11/2005 5:37:53 PM] Source seems to be pure FILM.
[5/11/2005 5:37:53 PM] Output will contain 208260 frames
[5/11/2005 5:37:53 PM] Preparing subtitles.
[5/11/2005 6:41:31 PM] Using bitrate spikes control.
[5/11/2005 6:41:31 PM] Audio1 size: 486,420,480 bytes (463.89 Mb)
[5/11/2005 6:41:31 PM] Overhead: 2,473,088 bytes (2.36 Mb)
[5/11/2005 6:41:31 PM] Video size: 979,112,832 bytes (933.75 Mb)
[5/11/2005 6:41:31 PM] Running compressibility test.
[5/11/2005 6:41:31 PM] Writing the following script to E:\DVDs\Tora Tora Tora\agk_tmp\Tora Tora Tora_comptest.avs
===========================================================
LoadPlugin(quot;C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dllquot;)
LoadPlugin(quot;C:\PROGRA~1\AutoGK\filters\autocrop.dllquot;)
LoadPlugin(quot;C:\PROGRA~1\AutoGK\filters\vsfilter.dllquot;)
LoadPlugin(quot;C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dllquot;)
movie = mpeg2source(quot;E:\DVDs\Tora Tora Tora\agk_tmp\Tora Tora Tora.d2vquot;)
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 = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 704
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod gt; 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,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)
VobSub(quot;E:\DVDs\Tora Tora Tora\agk_tmp\Tora Tora Tora.idxquot;)
SelectRangeEvery(300,15)
===========================================================
[5/11/2005 6:42:50 PM] Duration was: 1 minute, 18 seconds
[5/11/2005 6:42:50 PM] Speed was: 132.94 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[5/11/2005 6:42:50 PM] Job finished. Total time: 2 hours 11 minutes 54 seconds
something got weird
look at this
[5/11/2005 6:42:50 PM] Duration was: 1 minute, 18 seconds
[5/11/2005 6:42:50 PM] Speed was: 132.94 fps.
132 fps ?? a Cray system ?
open avisynth script in virtual dub, maybe you got some error
BHH
I'm not sure why the high frame rate is there, but I assume its part of the error. When things work, its typically 20-25 fps.
I'm not quite sure what you are asking me to do here, but I've tried running quot;lastjob.vcfquot; on two that failed (one today, which indicates that the problem still exists).
The script is given below, and gets the quot;sylia script errorquot;: quot;Member 'RemoveInputStreams' not foundquot;
upon further reflection, most of the ones I had errors with I was attempting to add a second audio channel (as is the case here).
Also, note that while the Tora! Tora! Tora! agk.log file shows the input language as chinese, this is an error, becuase that disk is region 1, and contains only the english. English is not a choice in the audio tracks available in step 2 of the drop down menu. In Pocahontas II, I did choose the languages as chinese, then english, as indicated in the log.
I hope you find this info helpful and I appreciate your work.
Best Regards,
YLASTJOB.vcf:
VirtualDub.Open(quot;E:\\DVDs\\Pocahontas II -- DVD\\agk_tmp\\_.avsquot;,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(quot;E:\\DVDs\\Pocahontas II -- DVD\\agk_tmp\\_.aviquot;);
agk.log:
[5/13/2005 11:43:16 AM] AutoGK 2.08b
[5/13/2005 11:43:16 AM] OS: WinXP (5.1.2600).2
[5/13/2005 11:43:16 AM] Job started.
[5/13/2005 11:43:16 AM] Input dir: E:\DVDs\Pocahontas II -- DVD
[5/13/2005 11:43:16 AM] Output file: E:\DVDs\Pocahontas II -- DVD\Pocahontas II -- DVD.avi
[5/13/2005 11:43:16 AM] Output codec: XviD
[5/13/2005 11:43:16 AM] Audio1: Chinese AC3 2ch
[5/13/2005 11:43:16 AM] Audio2: English AC3 6ch
[5/13/2005 11:43:16 AM] Subtitles1: English / Normal Closed Captions : Normal
[5/13/2005 11:43:16 AM] Format: .AVI
[5/13/2005 11:43:16 AM] Target size: 400Mb
[5/13/2005 11:43:16 AM] Started encoding.
[5/13/2005 11:43:16 AM] Demuxing and indexing.
[5/13/2005 11:43:32 AM] Processing file: E:\DVDs\Pocahontas II -- DVD\VTS_01_0.VOB
[5/13/2005 11:43:32 AM] Processing file: E:\DVDs\Pocahontas II -- DVD\VTS_01_1.VOB
[5/13/2005 11:43:32 AM] Source aspect ratio: 4:3
[5/13/2005 11:43:32 AM] Source resolution: 720x480
[5/13/2005 11:43:32 AM] Found NTSC source.
[5/13/2005 11:43:32 AM] Analyzing source.
[5/13/2005 11:43:35 AM] Source has percentage of interlacing in motion areas: 0.00
[5/13/2005 11:43:35 AM] Source has percentage of telecined patterns: 0.00
[5/13/2005 11:43:35 AM] Source has percentage of progressive patterns: 0.00
[5/13/2005 11:43:35 AM] Source has percentage of interlaced patterns: 0.00
[5/13/2005 11:43:35 AM] Source is considered to be progressive.
[5/13/2005 11:43:35 AM] Output will contain 2 frames
*************************************
EXCEPTION: Audio is not found.
*************************************
[5/13/2005 11:43:35 AM] Job finished. Total time: 19 seconds
ok,
[5/13/2005 11:43:35 AM] Source is considered to be progressive.
[5/13/2005 11:43:35 AM] Output will contain 2 frames
open Tora Tora Tora_comptest.avs or ._avs in virtualdub
what message is popping up ?
BHH
Hardware issues probably (overheating, memory) |
|