На пробу ужал 737 мб до 245 мб
А надо ужать объём в 10 раз больший.
времени уйдёт уйма........
А кому это надо!?
Вот лог:
[more][26.07.2011 22:23:16] AutoGK 2.55
[26.07.2011 22:23:16] OS: WinXP (5.1.2600).2
[26.07.2011 22:23:16] Job started.
[26.07.2011 22:23:16] Input file: J:\ВИДЕОПРОХОЖДЕНИЯ\Poop WW Speed Demo(00h00m00s-00h20m03s).avi
[26.07.2011 22:23:16] Input codec: XviD
[26.07.2011 22:23:16] Source duration: 20mn 3s 720ms
[26.07.2011 22:23:16] Output file: J:\ВИДЕОПРОХОЖДЕНИЯ\Poop WW Speed Demo(00h00m00s-00h20m03s)_agk.avi
[26.07.2011 22:23:16] Output codec: XviD
[26.07.2011 22:23:16] Audio 1: 128 Kbps CBR MP3 2ch
[26.07.2011 22:23:16] Subtitles: none
[26.07.2011 22:23:16] Format: AVI
[26.07.2011 22:23:16] Target size: 245Mb
[26.07.2011 22:23:16] Custom resolution settings: fixed width of 640 pixels
[26.07.2011 22:23:16] Audio 1 settings: Auto
[26.07.2011 22:23:16] Started encoding.
[26.07.2011 22:23:16] Source resolution: 1280x720
[26.07.2011 22:23:16] Source fps: 25
[26.07.2011 22:23:16] Analyzing source.
[26.07.2011 22:35:32] Source has percentage of interlacing in motion areas: 0,01
[26.07.2011 22:35:32] Source is considered to be progressive.
[26.07.2011 22:35:32] Output will contain 30093 frames
[26.07.2011 22:35:32] Demuxing audio.
[26.07.2011 22:35:46] Using VAQ in XviD
[26.07.2011 22:35:46] Audio1 size: 19,259,520 bytes (18.37 Mb)
[26.07.2011 22:35:48] Overhead: 357,376 bytes (0.34 Mb)
[26.07.2011 22:35:48] Video size: 237,284,224 bytes (226.29 Mb)
[26.07.2011 22:35:48] Running compressibility test.
[26.07.2011 22:35:48] Writing the following script to J:\ВИДЕОПРОХОЖДЕНИЯ\agk_tmp\Poop WW Speed Demo(00h00m00s-00h20m03s)_agk_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("J:\ВИДЕОПРОХОЖДЕНИЯ\Poop WW Speed Demo(00h00m00s-00h20m03s).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(214,15)
===========================================================
[26.07.2011 22:38:48] Duration was: 3 minutes 0 seconds
[26.07.2011 22:38:48] Speed was: 11,70 fps.
[26.07.2011 22:38:48] Compressibility percentage is: 94,63
[26.07.2011 22:38:48] Using sharper matrix
[26.07.2011 22:38:48] Chosen resolution is: 640x368 ( AR: 1,74 )
[26.07.2011 22:38:48] Predicted comptest value is: 71,06%
[26.07.2011 22:38:48] Running first pass.
[26.07.2011 22:38:48] Writing the following script to J:\ВИДЕОПРОХОЖДЕНИЯ\agk_tmp\Poop WW Speed Demo(00h00m00s-00h20m03s)_agk_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("J:\ВИДЕОПРОХОЖДЕНИЯ\Poop WW Speed Demo(00h00m00s-00h20m03s).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)
===========================================================
[26.07.2011 23:07:09] Duration was: 28 minutes 20 seconds
[26.07.2011 23:07:09] Speed was: 17,69 fps.
[26.07.2011 23:07:09] Expected quality of first pass size: 74,83%
[26.07.2011 23:07:09] Running second pass.
[26.07.2011 23:51:58] Duration was: 44 minutes 46 seconds
[26.07.2011 23:51:58] Speed was: 11,20 fps.
[26.07.2011 23:51:58] Job finished. Total time: 1 hour, 28 minutes 41 seconds
[/more]
Можно ли хоть как-то оптимизировать процедуру, чтоб быстрей дело шло!?
Щас погода прохладная, в комнате не жарко и можно комп озадачить на такое.....
КАК лучше настроить? плз !
А надо ужать объём в 10 раз больший.
времени уйдёт уйма........
А кому это надо!?
Вот лог:
[more][26.07.2011 22:23:16] AutoGK 2.55
[26.07.2011 22:23:16] OS: WinXP (5.1.2600).2
[26.07.2011 22:23:16] Job started.
[26.07.2011 22:23:16] Input file: J:\ВИДЕОПРОХОЖДЕНИЯ\Poop WW Speed Demo(00h00m00s-00h20m03s).avi
[26.07.2011 22:23:16] Input codec: XviD
[26.07.2011 22:23:16] Source duration: 20mn 3s 720ms
[26.07.2011 22:23:16] Output file: J:\ВИДЕОПРОХОЖДЕНИЯ\Poop WW Speed Demo(00h00m00s-00h20m03s)_agk.avi
[26.07.2011 22:23:16] Output codec: XviD
[26.07.2011 22:23:16] Audio 1: 128 Kbps CBR MP3 2ch
[26.07.2011 22:23:16] Subtitles: none
[26.07.2011 22:23:16] Format: AVI
[26.07.2011 22:23:16] Target size: 245Mb
[26.07.2011 22:23:16] Custom resolution settings: fixed width of 640 pixels
[26.07.2011 22:23:16] Audio 1 settings: Auto
[26.07.2011 22:23:16] Started encoding.
[26.07.2011 22:23:16] Source resolution: 1280x720
[26.07.2011 22:23:16] Source fps: 25
[26.07.2011 22:23:16] Analyzing source.
[26.07.2011 22:35:32] Source has percentage of interlacing in motion areas: 0,01
[26.07.2011 22:35:32] Source is considered to be progressive.
[26.07.2011 22:35:32] Output will contain 30093 frames
[26.07.2011 22:35:32] Demuxing audio.
[26.07.2011 22:35:46] Using VAQ in XviD
[26.07.2011 22:35:46] Audio1 size: 19,259,520 bytes (18.37 Mb)
[26.07.2011 22:35:48] Overhead: 357,376 bytes (0.34 Mb)
[26.07.2011 22:35:48] Video size: 237,284,224 bytes (226.29 Mb)
[26.07.2011 22:35:48] Running compressibility test.
[26.07.2011 22:35:48] Writing the following script to J:\ВИДЕОПРОХОЖДЕНИЯ\agk_tmp\Poop WW Speed Demo(00h00m00s-00h20m03s)_agk_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("J:\ВИДЕОПРОХОЖДЕНИЯ\Poop WW Speed Demo(00h00m00s-00h20m03s).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(214,15)
===========================================================
[26.07.2011 22:38:48] Duration was: 3 minutes 0 seconds
[26.07.2011 22:38:48] Speed was: 11,70 fps.
[26.07.2011 22:38:48] Compressibility percentage is: 94,63
[26.07.2011 22:38:48] Using sharper matrix
[26.07.2011 22:38:48] Chosen resolution is: 640x368 ( AR: 1,74 )
[26.07.2011 22:38:48] Predicted comptest value is: 71,06%
[26.07.2011 22:38:48] Running first pass.
[26.07.2011 22:38:48] Writing the following script to J:\ВИДЕОПРОХОЖДЕНИЯ\agk_tmp\Poop WW Speed Demo(00h00m00s-00h20m03s)_agk_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("J:\ВИДЕОПРОХОЖДЕНИЯ\Poop WW Speed Demo(00h00m00s-00h20m03s).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)
===========================================================
[26.07.2011 23:07:09] Duration was: 28 minutes 20 seconds
[26.07.2011 23:07:09] Speed was: 17,69 fps.
[26.07.2011 23:07:09] Expected quality of first pass size: 74,83%
[26.07.2011 23:07:09] Running second pass.
[26.07.2011 23:51:58] Duration was: 44 minutes 46 seconds
[26.07.2011 23:51:58] Speed was: 11,20 fps.
[26.07.2011 23:51:58] Job finished. Total time: 1 hour, 28 minutes 41 seconds
[/more]
Можно ли хоть как-то оптимизировать процедуру, чтоб быстрей дело шло!?
Щас погода прохладная, в комнате не жарко и можно комп озадачить на такое.....
КАК лучше настроить? плз !