davawn
8th December 2005, 03:35
Ok, I compressed an uncompressed avi using the target size...the target size was like 380 megs.
the problem that I am having that once it is done....the beginning credits of the video speed by real fast for some reason, then the rest of the video goes at its normal speed. I dont know why, it makes no sense.
the quality and audio is fine, but of course the audio is out of sync because of the beginning part.
can anyone help?
[12/7/2005 6:10:14 PM] AutoGK 2.20
[12/7/2005 6:10:14 PM] OS: WinXP (5.1.2600).2
[12/7/2005 6:10:14 PM] Job started.
[12/7/2005 6:10:14 PM] Input file: C:\Kill Alliance.avi
[12/7/2005 6:10:14 PM] Input codec:
[12/7/2005 6:10:14 PM] Source duration: 30mn 2s 400ms
[12/7/2005 6:10:14 PM] Output file: C:\Kill Alliance_agk.avi
[12/7/2005 6:10:14 PM] Output codec: XviD
[12/7/2005 6:10:14 PM] Audio 1: 1411 Kbps PCM 2ch
[12/7/2005 6:10:14 PM] Subtitles: none
[12/7/2005 6:10:14 PM] Format: .AVI
[12/7/2005 6:10:14 PM] Target size: 380Mb
[12/7/2005 6:10:14 PM] Custom resolution settings: fixed width of 640 pixels
[12/7/2005 6:10:14 PM] Custom audio settings: VBR MP3 with average bitrate: 160Kbps
[12/7/2005 6:10:14 PM] Started encoding.
[12/7/2005 6:10:14 PM] Source resolution: 800x600
[12/7/2005 6:10:14 PM] Source fps: 30
[12/7/2005 6:10:14 PM] Analyzing source.
[12/7/2005 7:16:35 PM] Source has percentage of interlacing in motion areas: 0.00
[12/7/2005 7:16:35 PM] Source has percentage of telecined patterns: 0.00
[12/7/2005 7:16:35 PM] Source has percentage of progressive patterns: 0.00
[12/7/2005 7:16:35 PM] Source has percentage of interlaced patterns: 0.00
[12/7/2005 7:16:35 PM] Source is considered to be progressive.
[12/7/2005 7:16:35 PM] Output will contain 54072 frames
[12/7/2005 7:16:35 PM] Demuxing audio.
[12/7/2005 7:21:54 PM] Normalizing audio.
[12/7/2005 7:22:04 PM] Encoding audio.
[12/7/2005 7:23:52 PM] Audio1 size: 36,017,202 bytes (34.35 Mb)
[12/7/2005 7:23:52 PM] Overhead: 2,162,944 bytes (2.06 Mb)
[12/7/2005 7:23:52 PM] Video size: 360,278,734 bytes (343.59 Mb)
[12/7/2005 7:23:52 PM] Running compressibility test.
[12/7/2005 7:23:52 PM] Writing the following script to C:\agk_tmp\Kill Alliance_agk_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
movie = DirectShowSource("C:\Kill Alliance.avi",30).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=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 < 1.25) ? 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)
the problem that I am having that once it is done....the beginning credits of the video speed by real fast for some reason, then the rest of the video goes at its normal speed. I dont know why, it makes no sense.
the quality and audio is fine, but of course the audio is out of sync because of the beginning part.
can anyone help?
[12/7/2005 6:10:14 PM] AutoGK 2.20
[12/7/2005 6:10:14 PM] OS: WinXP (5.1.2600).2
[12/7/2005 6:10:14 PM] Job started.
[12/7/2005 6:10:14 PM] Input file: C:\Kill Alliance.avi
[12/7/2005 6:10:14 PM] Input codec:
[12/7/2005 6:10:14 PM] Source duration: 30mn 2s 400ms
[12/7/2005 6:10:14 PM] Output file: C:\Kill Alliance_agk.avi
[12/7/2005 6:10:14 PM] Output codec: XviD
[12/7/2005 6:10:14 PM] Audio 1: 1411 Kbps PCM 2ch
[12/7/2005 6:10:14 PM] Subtitles: none
[12/7/2005 6:10:14 PM] Format: .AVI
[12/7/2005 6:10:14 PM] Target size: 380Mb
[12/7/2005 6:10:14 PM] Custom resolution settings: fixed width of 640 pixels
[12/7/2005 6:10:14 PM] Custom audio settings: VBR MP3 with average bitrate: 160Kbps
[12/7/2005 6:10:14 PM] Started encoding.
[12/7/2005 6:10:14 PM] Source resolution: 800x600
[12/7/2005 6:10:14 PM] Source fps: 30
[12/7/2005 6:10:14 PM] Analyzing source.
[12/7/2005 7:16:35 PM] Source has percentage of interlacing in motion areas: 0.00
[12/7/2005 7:16:35 PM] Source has percentage of telecined patterns: 0.00
[12/7/2005 7:16:35 PM] Source has percentage of progressive patterns: 0.00
[12/7/2005 7:16:35 PM] Source has percentage of interlaced patterns: 0.00
[12/7/2005 7:16:35 PM] Source is considered to be progressive.
[12/7/2005 7:16:35 PM] Output will contain 54072 frames
[12/7/2005 7:16:35 PM] Demuxing audio.
[12/7/2005 7:21:54 PM] Normalizing audio.
[12/7/2005 7:22:04 PM] Encoding audio.
[12/7/2005 7:23:52 PM] Audio1 size: 36,017,202 bytes (34.35 Mb)
[12/7/2005 7:23:52 PM] Overhead: 2,162,944 bytes (2.06 Mb)
[12/7/2005 7:23:52 PM] Video size: 360,278,734 bytes (343.59 Mb)
[12/7/2005 7:23:52 PM] Running compressibility test.
[12/7/2005 7:23:52 PM] Writing the following script to C:\agk_tmp\Kill Alliance_agk_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
movie = DirectShowSource("C:\Kill Alliance.avi",30).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=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 < 1.25) ? 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)