badbod
21st June 2005, 09:02
Hi,
Im trying to backup National Treasure region 3. The original problem with this was MPEG1 streams not supported. All my other DVDs backup no problem. This was cured by updating to dgindex 1.4 RC1, however i am now getting error:
Avisynth open failure:
Evaluate: Unrecognized exception!
(D:/%path%/agk_tmp/%movie%.avs, line 19)
national_treasure_comptest.avs:
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("D:\NATIONAL_TREASURE\agk_tmp\NATIONAL_TREASURE.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 = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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
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)
SelectRangeEvery(300,15)
NATIONAL_TREASURE_agk.log
[6/19/2005 9:13:11 AM] AutoGK 2.09b
[6/19/2005 9:13:11 AM] OS: WinXP (5.1.2600).2
[6/19/2005 9:13:11 AM] Job started.
[6/19/2005 9:13:11 AM] Input dir: D:\NATIONAL_TREASURE\VIDEO_TS
[6/19/2005 9:13:11 AM] Output file: D:\NATIONAL_TREASURE\NATIONAL_TREASURE.avi
[6/19/2005 9:13:11 AM] Output codec: XviD
[6/19/2005 9:13:11 AM] Audio1: English AC3 6ch
[6/19/2005 9:13:11 AM] Subtitles: none
[6/19/2005 9:13:11 AM] Format: .AVI
[6/19/2005 9:13:11 AM] Target size: 700Mb
[6/19/2005 9:13:11 AM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[6/19/2005 9:13:11 AM] Started encoding.
[6/19/2005 9:13:11 AM] Demuxing and indexing.
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_1.VOB
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_2.VOB
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_3.VOB
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_4.VOB
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_5.VOB
[6/19/2005 9:14:48 AM] Source aspect ratio: 16:9
[6/19/2005 9:14:48 AM] Source resolution: 720x480
[6/19/2005 9:14:48 AM] Found NTSC source.
[6/19/2005 9:14:48 AM] Source seems to be pure FILM.
[6/19/2005 9:14:48 AM] Output will contain 188570 frames
[6/19/2005 9:14:48 AM] Decoding audio.
[6/19/2005 9:18:35 AM] Normalizing audio.
[6/19/2005 9:19:33 AM] Encoding audio.
[6/19/2005 9:27:50 AM] Audio1 size: 125,329,560 bytes (119.52 Mb)
[6/19/2005 9:27:50 AM] Overhead: 7,542,784 bytes (7.19 Mb)
[6/19/2005 9:27:50 AM] Video size: 601,130,856 bytes (573.28 Mb)
[6/19/2005 9:27:50 AM] Running compressibility test.
[6/19/2005 9:27:50 AM] Writing the following script to D:\NATIONAL_TREASURE\agk_tmp\NATIONAL_TREASURE_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("D:\NATIONAL_TREASURE\agk_tmp\NATIONAL_TREASURE.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 = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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
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)
SelectRangeEvery(300,15)
===========================================================
[6/19/2005 9:30:15 AM] Duration was: 2 minutes 24 seconds
[6/19/2005 9:30:15 AM] Speed was: 65.20 fps.
*************************************
EXCEPTION: Cannot open file "D:\NATIONAL_TREASURE\agk_tmp\frames.log". The system cannot find the file specified
*************************************
[6/19/2005 9:30:15 AM] Job finished. Total time: 17 minutes 3 seconds
Hope you can shed some light on this.
Im trying to backup National Treasure region 3. The original problem with this was MPEG1 streams not supported. All my other DVDs backup no problem. This was cured by updating to dgindex 1.4 RC1, however i am now getting error:
Avisynth open failure:
Evaluate: Unrecognized exception!
(D:/%path%/agk_tmp/%movie%.avs, line 19)
national_treasure_comptest.avs:
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("D:\NATIONAL_TREASURE\agk_tmp\NATIONAL_TREASURE.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 = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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
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)
SelectRangeEvery(300,15)
NATIONAL_TREASURE_agk.log
[6/19/2005 9:13:11 AM] AutoGK 2.09b
[6/19/2005 9:13:11 AM] OS: WinXP (5.1.2600).2
[6/19/2005 9:13:11 AM] Job started.
[6/19/2005 9:13:11 AM] Input dir: D:\NATIONAL_TREASURE\VIDEO_TS
[6/19/2005 9:13:11 AM] Output file: D:\NATIONAL_TREASURE\NATIONAL_TREASURE.avi
[6/19/2005 9:13:11 AM] Output codec: XviD
[6/19/2005 9:13:11 AM] Audio1: English AC3 6ch
[6/19/2005 9:13:11 AM] Subtitles: none
[6/19/2005 9:13:11 AM] Format: .AVI
[6/19/2005 9:13:11 AM] Target size: 700Mb
[6/19/2005 9:13:11 AM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[6/19/2005 9:13:11 AM] Started encoding.
[6/19/2005 9:13:11 AM] Demuxing and indexing.
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_1.VOB
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_2.VOB
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_3.VOB
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_4.VOB
[6/19/2005 9:14:48 AM] Processing file: D:\NATIONAL_TREASURE\VIDEO_TS\VTS_01_PGC_01_5.VOB
[6/19/2005 9:14:48 AM] Source aspect ratio: 16:9
[6/19/2005 9:14:48 AM] Source resolution: 720x480
[6/19/2005 9:14:48 AM] Found NTSC source.
[6/19/2005 9:14:48 AM] Source seems to be pure FILM.
[6/19/2005 9:14:48 AM] Output will contain 188570 frames
[6/19/2005 9:14:48 AM] Decoding audio.
[6/19/2005 9:18:35 AM] Normalizing audio.
[6/19/2005 9:19:33 AM] Encoding audio.
[6/19/2005 9:27:50 AM] Audio1 size: 125,329,560 bytes (119.52 Mb)
[6/19/2005 9:27:50 AM] Overhead: 7,542,784 bytes (7.19 Mb)
[6/19/2005 9:27:50 AM] Video size: 601,130,856 bytes (573.28 Mb)
[6/19/2005 9:27:50 AM] Running compressibility test.
[6/19/2005 9:27:50 AM] Writing the following script to D:\NATIONAL_TREASURE\agk_tmp\NATIONAL_TREASURE_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("D:\NATIONAL_TREASURE\agk_tmp\NATIONAL_TREASURE.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 = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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
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)
SelectRangeEvery(300,15)
===========================================================
[6/19/2005 9:30:15 AM] Duration was: 2 minutes 24 seconds
[6/19/2005 9:30:15 AM] Speed was: 65.20 fps.
*************************************
EXCEPTION: Cannot open file "D:\NATIONAL_TREASURE\agk_tmp\frames.log". The system cannot find the file specified
*************************************
[6/19/2005 9:30:15 AM] Job finished. Total time: 17 minutes 3 seconds
Hope you can shed some light on this.