Автор: Cancer_to_Shanghai
Дата сообщения: 28.09.2011 21:43
Сабжу поплахело?
[more][28.09.2011 18:58:20] AutoGK 2.55
[28.09.2011 18:58:20] OS: WinXP (5.1.2600).2
[28.09.2011 18:58:20] Job started.
[28.09.2011 18:58:20] Input file: F:\ОКСЯ!!!\ПИРАТЫ КАРИБСКОГО МОРЯ\Пираты Карибского моря 3.На краю Света_Pirates of the Caribbean At World's End 2007 DVDRip__agk.avi
[28.09.2011 18:58:20] Input codec: XviD
[28.09.2011 18:58:20] Source duration: 2h 32mn 58s 800ms
[28.09.2011 18:58:20] Output file: F:\ОКСЯ!!!\ПИРАТЫ КАРИБСКОГО МОРЯ\Пираты Карибского моря 3.На краю Света_Pirates of the Caribbean At World's End 2007 DVDRip__agk_agk.avi
[28.09.2011 18:58:20] Output codec: XviD
[28.09.2011 18:58:20] Audio 1: 128 Kbps CBR MP3 2ch
[28.09.2011 18:58:20] Subtitles: none
[28.09.2011 18:58:20] Format: AVI
[28.09.2011 18:58:20] Target size: 1200Mb
[28.09.2011 18:58:20] Audio 1 settings: Original
[28.09.2011 18:58:20] Started encoding.
[28.09.2011 18:58:20] Source resolution: 640x272
[28.09.2011 18:58:20] Source fps: 25
[28.09.2011 18:58:20] Analyzing source.
[28.09.2011 19:12:34] Source has percentage of interlacing in motion areas: 0,00
[28.09.2011 19:12:34] Source is considered to be progressive.
[28.09.2011 19:12:34] Output will contain 229470 frames
[28.09.2011 19:12:34] Demuxing audio.
[28.09.2011 19:12:55] Using VAQ in XviD
[28.09.2011 19:12:55] Audio1 size: 146,856,960 bytes (140.05 Mb)
[28.09.2011 19:12:56] Overhead: 2,724,992 bytes (2.60 Mb)
[28.09.2011 19:12:56] Video size: 1,108,709,248 bytes (1057.35 Mb)
[28.09.2011 19:12:56] Running compressibility test.
[28.09.2011 19:12:56] Writing the following script to F:\ОКСЯ!!!\ПИРАТЫ КАРИБСКОГО МОРЯ\agk_tmp\Пираты Карибского моря 3.На краю Света_Pirates of the Caribbean At World's End 2007 DVDRip__agk_agk_comptest.avs
===========================================================
LoadPlugin("M:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("M:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("M:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("F:\ОКСЯ!!!\ПИРАТЫ КАРИБСКОГО МОРЯ\Пираты Карибского моря 3.На краю Света_Pirates of the Caribbean At World's End 2007 DVDRip__agk.avi",25).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)
===========================================================
[28.09.2011 19:16:52] Duration was: 3 minutes 55 seconds
[28.09.2011 19:16:52] Speed was: 48,67 fps.
[28.09.2011 19:16:52] Compressibility percentage is: 61,40
[28.09.2011 19:16:52] Using softer matrix.
[28.09.2011 19:16:52] Chosen resolution is: 688x288 ( AR: 2,39 )
[28.09.2011 19:16:52] Predicted comptest value is: 71,82%
[28.09.2011 19:16:52] Running first pass.
[28.09.2011 19:16:52] Writing the following script to F:\ОКСЯ!!!\ПИРАТЫ КАРИБСКОГО МОРЯ\agk_tmp\Пираты Карибского моря 3.На краю Света_Pirates of the Caribbean At World's End 2007 DVDRip__agk_agk_movie.avs
===========================================================
LoadPlugin("M:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("M:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("M:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("F:\ОКСЯ!!!\ПИРАТЫ КАРИБСКОГО МОРЯ\Пираты Карибского моря 3.На краю Света_Pirates of the Caribbean At World's End 2007 DVDRip__agk.avi",25).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 = 688
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)
===========================================================
[28.09.2011 20:29:35] Duration was: 1 hour, 12 minutes 43 seconds
[28.09.2011 20:29:35] Speed was: 52,59 fps.
[28.09.2011 20:29:36] Expected quality of first pass size: 69,22%
[28.09.2011 20:29:36] Running second pass.
[28.09.2011 22:31:45] Duration was: 2 hours 2 minutes 7 seconds
[28.09.2011 22:31:45] Speed was: 31,32 fps.
[28.09.2011 22:31:45] Job finished. Total time: 3 hours 33 minutes 24 seconds
[/more]
Выставил размер: 1200мб, а он сделал 1.5 гб
ПОЧЕМУ!?