diehardii
30th October 2004, 02:03
Hi, I just downloaded the latest beta (1.72) and encoded "the day after tommorrow". The picture is very slow, and the sound is out of sync. My log is attached. Sorry if this is a known issue. I have previously encoded material and it has worked well, but this is my first try with the 1.72 version. Have a good day.
~Steve
[10/27/2004 11:08:52 PM] AutoGK 1.72b
[10/27/2004 11:08:52 PM] OS: WinXP (5.1.2600).2
[10/27/2004 11:08:52 PM] Job started.
[10/27/2004 11:08:52 PM] Input dir: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS
[10/27/2004 11:08:52 PM] Output file: C:\Documents and Settings\Administrator\My Documents\My Videos\TheDayAfterTomorrow.avi
[10/27/2004 11:08:52 PM] Audio: English
[10/27/2004 11:08:52 PM] Subtitles: none
[10/27/2004 11:08:52 PM] Codec: XviD
[10/27/2004 11:08:52 PM] Target size: 1400Mb
[10/27/2004 11:08:52 PM] Started encoding.
[10/27/2004 11:08:52 PM] Demuxing and indexing.
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_1.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_2.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_3.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_4.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_5.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_6.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_7.VOB
[10/27/2004 11:13:57 PM] Source aspect ratio: 16:9
[10/27/2004 11:13:57 PM] Source resolution: 720x480
[10/27/2004 11:13:57 PM] Found NTSC source.
[10/27/2004 11:13:57 PM] Source seems to be pure FILM.
[10/27/2004 11:13:58 PM] Found 177914 frames
[10/27/2004 11:13:58 PM] Audio size: 415,545,088 bytes (396.29 Mb)
[10/27/2004 11:13:58 PM] Overhead: 1,236,736 bytes (1.18 Mb)
[10/27/2004 11:13:58 PM] Video size: 1,051,224,576 bytes (1002.53 Mb)
[10/27/2004 11:13:58 PM] Running compressibility test.
[10/27/2004 11:13:58 PM] Writing the following script to C:\Documents and Settings\Administrator\My Documents\My Videos\agk_tmp\TheDayAfterTomorrow_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("C:\Documents and Settings\Administrator\My Documents\My Videos\agk_tmp\TheDayAfterTomorrow.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.18518518518519
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 = 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
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
LanczosResize(out_width,out_height)
DRemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[10/27/2004 11:30:40 PM] Duration was: 16 minutes 41 seconds
[10/27/2004 11:30:40 PM] Speed was: 8.88 fps.
[10/27/2004 11:30:42 PM] Compressibility percentage is: 74.81
[10/27/2004 11:30:42 PM] Chosen resolution is: 704x304 ( AR: 2.32 )
[10/27/2004 11:30:42 PM] Predicted comptest value is: 74.81
[10/27/2004 11:30:42 PM] Running first pass.
[10/27/2004 11:30:42 PM] Writing the following script to C:\Documents and Settings\Administrator\My Documents\My Videos\agk_tmp\TheDayAfterTomorrow_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("C:\Documents and Settings\Administrator\My Documents\My Videos\agk_tmp\TheDayAfterTomorrow.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.18518518518519
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 = 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
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
LanczosResize(out_width,out_height)
DRemoveGrain(mode=2)
===========================================================
[10/28/2004 2:30:33 AM] Duration was: 2 hours 59 minutes 51 seconds
[10/28/2004 2:30:33 AM] Speed was: 16.49 fps.
[10/28/2004 2:30:35 AM] Expected quality of first pass size: 71.15
[10/28/2004 2:30:35 AM] Running second pass.
[10/28/2004 7:10:38 AM] Duration was: 4 hours 40 minutes 2 seconds
[10/28/2004 7:10:38 AM] Speed was: 10.59 fps.
[10/28/2004 7:10:39 AM] Splitting video into: C:\Documents and Settings\Administrator\My Documents\My Videos\TheDayAfterTomorrow.cd1.avi
[10/28/2004 7:11:52 AM] Splitting video into: C:\Documents and Settings\Administrator\My Documents\My Videos\TheDayAfterTomorrow.cd2.avi
[10/28/2004 7:13:09 AM] Job finished.
~Steve
[10/27/2004 11:08:52 PM] AutoGK 1.72b
[10/27/2004 11:08:52 PM] OS: WinXP (5.1.2600).2
[10/27/2004 11:08:52 PM] Job started.
[10/27/2004 11:08:52 PM] Input dir: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS
[10/27/2004 11:08:52 PM] Output file: C:\Documents and Settings\Administrator\My Documents\My Videos\TheDayAfterTomorrow.avi
[10/27/2004 11:08:52 PM] Audio: English
[10/27/2004 11:08:52 PM] Subtitles: none
[10/27/2004 11:08:52 PM] Codec: XviD
[10/27/2004 11:08:52 PM] Target size: 1400Mb
[10/27/2004 11:08:52 PM] Started encoding.
[10/27/2004 11:08:52 PM] Demuxing and indexing.
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_1.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_2.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_3.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_4.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_5.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_6.VOB
[10/27/2004 11:13:57 PM] Processing file: C:\Documents and Settings\Administrator\My Documents\My Videos\THE_DAY_AFTER_TOMORROW\VIDEO_TS\VTS_08_7.VOB
[10/27/2004 11:13:57 PM] Source aspect ratio: 16:9
[10/27/2004 11:13:57 PM] Source resolution: 720x480
[10/27/2004 11:13:57 PM] Found NTSC source.
[10/27/2004 11:13:57 PM] Source seems to be pure FILM.
[10/27/2004 11:13:58 PM] Found 177914 frames
[10/27/2004 11:13:58 PM] Audio size: 415,545,088 bytes (396.29 Mb)
[10/27/2004 11:13:58 PM] Overhead: 1,236,736 bytes (1.18 Mb)
[10/27/2004 11:13:58 PM] Video size: 1,051,224,576 bytes (1002.53 Mb)
[10/27/2004 11:13:58 PM] Running compressibility test.
[10/27/2004 11:13:58 PM] Writing the following script to C:\Documents and Settings\Administrator\My Documents\My Videos\agk_tmp\TheDayAfterTomorrow_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("C:\Documents and Settings\Administrator\My Documents\My Videos\agk_tmp\TheDayAfterTomorrow.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.18518518518519
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 = 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
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
LanczosResize(out_width,out_height)
DRemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[10/27/2004 11:30:40 PM] Duration was: 16 minutes 41 seconds
[10/27/2004 11:30:40 PM] Speed was: 8.88 fps.
[10/27/2004 11:30:42 PM] Compressibility percentage is: 74.81
[10/27/2004 11:30:42 PM] Chosen resolution is: 704x304 ( AR: 2.32 )
[10/27/2004 11:30:42 PM] Predicted comptest value is: 74.81
[10/27/2004 11:30:42 PM] Running first pass.
[10/27/2004 11:30:42 PM] Writing the following script to C:\Documents and Settings\Administrator\My Documents\My Videos\agk_tmp\TheDayAfterTomorrow_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("C:\Documents and Settings\Administrator\My Documents\My Videos\agk_tmp\TheDayAfterTomorrow.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.18518518518519
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 = 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
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0)
LanczosResize(out_width,out_height)
DRemoveGrain(mode=2)
===========================================================
[10/28/2004 2:30:33 AM] Duration was: 2 hours 59 minutes 51 seconds
[10/28/2004 2:30:33 AM] Speed was: 16.49 fps.
[10/28/2004 2:30:35 AM] Expected quality of first pass size: 71.15
[10/28/2004 2:30:35 AM] Running second pass.
[10/28/2004 7:10:38 AM] Duration was: 4 hours 40 minutes 2 seconds
[10/28/2004 7:10:38 AM] Speed was: 10.59 fps.
[10/28/2004 7:10:39 AM] Splitting video into: C:\Documents and Settings\Administrator\My Documents\My Videos\TheDayAfterTomorrow.cd1.avi
[10/28/2004 7:11:52 AM] Splitting video into: C:\Documents and Settings\Administrator\My Documents\My Videos\TheDayAfterTomorrow.cd2.avi
[10/28/2004 7:13:09 AM] Job finished.