imf4
8th February 2005, 04:09
I have a 720p 60fps ts file that I tried to convert using autogk 1.60. The resulting file came out at 24 fps which is correct, but the file plays back fast. The audio speed is fine but it looks like the video is double speed. Any ideas?
here is my log
[2/7/2005 7:44:16 AM] AutoGK 1.60
[2/7/2005 7:44:16 AM] OS: WinXP (5.1.2600).2
[2/7/2005 7:44:16 AM] Job started.
[2/7/2005 7:44:16 AM] Input file: test720p.ts
[2/7/2005 7:44:16 AM] Output file: C:\DVD\test720p.avi
[2/7/2005 7:44:16 AM] Audio: AC3 Audio on PID 0x14
[2/7/2005 7:44:16 AM] Subtitles: none
[2/7/2005 7:44:16 AM] Codec: XviD
[2/7/2005 7:44:16 AM] Target size: 1493Mb
[2/7/2005 7:44:16 AM] Custom resolution settings: fixed width of 1280 pixels
[2/7/2005 7:44:16 AM] Custom audio settings: AC3
[2/7/2005 7:44:16 AM] Started encoding.
[2/7/2005 7:44:16 AM] Demuxing and indexing.
[2/7/2005 7:46:40 AM] Processing file: C:\DVD\test720p.ts
[2/7/2005 7:46:40 AM] Source aspect ratio: 16:9
[2/7/2005 7:46:40 AM] Source resolution: 1280x720
[2/7/2005 7:46:40 AM] Found NTSC source.
[2/7/2005 7:46:40 AM] Analyzing 60fps HDTV source.
[2/7/2005 7:51:21 AM] Percentage of 3:2 dupe patterns: 96.91
[2/7/2005 7:51:21 AM] Found 24fps FILM source.
[2/7/2005 7:51:21 AM] Found 47942 frames
[2/7/2005 7:51:21 AM] Audio size: 119,968,466 bytes (114.41 Mb)
[2/7/2005 7:51:21 AM] Overhead: 333,312 bytes (0.32 Mb)
[2/7/2005 7:51:21 AM] Video size: 1,445,222,190 bytes (1378.27 Mb)
[2/7/2005 7:51:21 AM] Running compressibility test.
[2/7/2005 7:51:21 AM] Writing the following script to C:\DVD\agk_tmp\test720p_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:\DVD\agk_tmp\test720p.d2v")
movie = SelectEven(movie).Decimate(5)
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1
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 = 1280
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)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[2/7/2005 8:03:01 AM] Duration was: 11 minutes 39 seconds
[2/7/2005 8:03:01 AM] Speed was: 3.43 fps.
[2/7/2005 8:03:01 AM] Compressibility percentage is: 75.28
[2/7/2005 8:03:01 AM] Chosen resolution is: 1280x720 ( AR: 1.78 )
[2/7/2005 8:03:01 AM] Predicted comptest value is: 75.28
[2/7/2005 8:03:01 AM] Running first pass.
[2/7/2005 8:03:01 AM] Writing the following script to C:\DVD\agk_tmp\test720p_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:\DVD\agk_tmp\test720p.d2v")
movie = SelectEven(movie).Decimate(5)
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1
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 = 1280
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)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[2/7/2005 10:07:01 AM] Duration was: 2 hours 3 minutes 59 seconds
[2/7/2005 10:07:01 AM] Speed was: 6.44 fps.
[2/7/2005 10:07:01 AM] Expected quality of first pass size: 57.83
[2/7/2005 10:07:01 AM] Running second pass.
[2/7/2005 1:26:14 PM] Duration was: 3 hours 19 minutes 12 seconds
[2/7/2005 1:26:14 PM] Speed was: 4.01 fps.
[2/7/2005 1:26:14 PM] Job finished.
here is my log
[2/7/2005 7:44:16 AM] AutoGK 1.60
[2/7/2005 7:44:16 AM] OS: WinXP (5.1.2600).2
[2/7/2005 7:44:16 AM] Job started.
[2/7/2005 7:44:16 AM] Input file: test720p.ts
[2/7/2005 7:44:16 AM] Output file: C:\DVD\test720p.avi
[2/7/2005 7:44:16 AM] Audio: AC3 Audio on PID 0x14
[2/7/2005 7:44:16 AM] Subtitles: none
[2/7/2005 7:44:16 AM] Codec: XviD
[2/7/2005 7:44:16 AM] Target size: 1493Mb
[2/7/2005 7:44:16 AM] Custom resolution settings: fixed width of 1280 pixels
[2/7/2005 7:44:16 AM] Custom audio settings: AC3
[2/7/2005 7:44:16 AM] Started encoding.
[2/7/2005 7:44:16 AM] Demuxing and indexing.
[2/7/2005 7:46:40 AM] Processing file: C:\DVD\test720p.ts
[2/7/2005 7:46:40 AM] Source aspect ratio: 16:9
[2/7/2005 7:46:40 AM] Source resolution: 1280x720
[2/7/2005 7:46:40 AM] Found NTSC source.
[2/7/2005 7:46:40 AM] Analyzing 60fps HDTV source.
[2/7/2005 7:51:21 AM] Percentage of 3:2 dupe patterns: 96.91
[2/7/2005 7:51:21 AM] Found 24fps FILM source.
[2/7/2005 7:51:21 AM] Found 47942 frames
[2/7/2005 7:51:21 AM] Audio size: 119,968,466 bytes (114.41 Mb)
[2/7/2005 7:51:21 AM] Overhead: 333,312 bytes (0.32 Mb)
[2/7/2005 7:51:21 AM] Video size: 1,445,222,190 bytes (1378.27 Mb)
[2/7/2005 7:51:21 AM] Running compressibility test.
[2/7/2005 7:51:21 AM] Writing the following script to C:\DVD\agk_tmp\test720p_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:\DVD\agk_tmp\test720p.d2v")
movie = SelectEven(movie).Decimate(5)
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1
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 = 1280
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)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[2/7/2005 8:03:01 AM] Duration was: 11 minutes 39 seconds
[2/7/2005 8:03:01 AM] Speed was: 3.43 fps.
[2/7/2005 8:03:01 AM] Compressibility percentage is: 75.28
[2/7/2005 8:03:01 AM] Chosen resolution is: 1280x720 ( AR: 1.78 )
[2/7/2005 8:03:01 AM] Predicted comptest value is: 75.28
[2/7/2005 8:03:01 AM] Running first pass.
[2/7/2005 8:03:01 AM] Writing the following script to C:\DVD\agk_tmp\test720p_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:\DVD\agk_tmp\test720p.d2v")
movie = SelectEven(movie).Decimate(5)
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1
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 = 1280
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)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[2/7/2005 10:07:01 AM] Duration was: 2 hours 3 minutes 59 seconds
[2/7/2005 10:07:01 AM] Speed was: 6.44 fps.
[2/7/2005 10:07:01 AM] Expected quality of first pass size: 57.83
[2/7/2005 10:07:01 AM] Running second pass.
[2/7/2005 1:26:14 PM] Duration was: 3 hours 19 minutes 12 seconds
[2/7/2005 1:26:14 PM] Speed was: 4.01 fps.
[2/7/2005 1:26:14 PM] Job finished.