Автор: Dmitro25
Дата сообщения: 22.10.2009 12:22
Выкладываю лог.
[more=Лог]
[21.10.2009 13:32:09] AutoGK 2.55
[21.10.2009 13:32:09] OS: WinXP (5.1.2600).2
[21.10.2009 13:32:09] Job started.
[21.10.2009 13:32:09] Input file: D:\TEMP\FILMS\Доктор Хаус Первый сезон\house.m.d.s01e02.lostfilm.tv.avi
[21.10.2009 13:32:09] Input codec: XviD
[21.10.2009 13:32:09] Source duration: 42mn 30s 6ms
[21.10.2009 13:32:09] Output file: D:\TEMP\FILMS\Доктор Хаус Первый сезон\house.m.d.s01e02.lostfilm.tv_agk.avi
[21.10.2009 13:32:09] Output codec: XviD
[21.10.2009 13:32:09] Audio 1: 192 Kbps CBR MP3 2ch
[21.10.2009 13:32:09] Subtitles: none
[21.10.2009 13:32:09] Format: AVI
[21.10.2009 13:32:09] Target size: 200Mb
[21.10.2009 13:32:09] Audio 1 settings: CBR MP3 with bitrate: 128Kbps
[21.10.2009 13:32:09] Started encoding.
[21.10.2009 13:32:09] Source resolution: 640x352
[21.10.2009 13:32:09] Source fps: 23.976
[21.10.2009 13:32:09] Output will contain 61139 frames
[21.10.2009 13:32:09] Demuxing audio.
[21.10.2009 13:32:22] Using VAQ in XviD
[21.10.2009 13:32:22] Audio1 size: 61,200,000 bytes (58.36 Mb)
[21.10.2009 13:32:23] Overhead: 726,016 bytes (0.69 Mb)
[21.10.2009 13:32:23] Video size: 147,789,184 bytes (140.94 Mb)
[21.10.2009 13:32:23] Running compressibility test.
[21.10.2009 13:32:23] Writing the following script to D:\TEMP\FILMS\Доктор Хаус Первый сезон\agk_tmp\house.m.d.s01e02.lostfilm.tv_agk_comptest.avs
===========================================================
LoadPlugin("C:\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("D:\TEMP\FILMS\Доктор Хаус Первый сезон\house.m.d.s01e02.lostfilm.tv.avi",23.976).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)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[21.10.2009 13:33:11] Duration was: 48 seconds
[21.10.2009 13:33:11] Speed was: 62.93 fps.
[21.10.2009 13:33:11] Compressibility percentage is: 44.93
[21.10.2009 13:33:11] Using softer resizer.
[21.10.2009 13:33:11] Chosen resolution is: 576x320 ( AR: 1.80 )
[21.10.2009 13:33:11] Predicted comptest value is: 56.97%
[21.10.2009 13:33:11] Running first pass.
[21.10.2009 13:33:11] Writing the following script to D:\TEMP\FILMS\Доктор Хаус Первый сезон\agk_tmp\house.m.d.s01e02.lostfilm.tv_agk_movie.avs
===========================================================
LoadPlugin("C:\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("D:\TEMP\FILMS\Доктор Хаус Первый сезон\house.m.d.s01e02.lostfilm.tv.avi",23.976).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 = 576
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[21.10.2009 13:41:04] Duration was: 7 minutes 52 seconds
[21.10.2009 13:41:04] Speed was: 129.40 fps.
[21.10.2009 13:41:04] Expected quality of first pass size: 56.10%
[21.10.2009 13:41:04] Running second pass.
[21.10.2009 13:51:21] Duration was: 10 minutes 16 seconds
[21.10.2009 13:51:21] Speed was: 99.16 fps.
[21.10.2009 13:51:21] Job finished. Total time: 19 minutes 12 seconds
[/more]
Кстати, а что такое "Overhead"?