Пыхтело больше 9 часов.
Перед 2м прогоном и в самом конце возникало такое окно:
В итоге индексы нарушены. Перемотка не пашет.
[more][03.05.2013 22:01:03] AutoGK 2.55
[03.05.2013 22:01:03] OS: WinXP (5.1.2600).2
[03.05.2013 22:01:03] Job started.
[03.05.2013 22:01:03] Input file: M:\РУССКИЕ СЕРИАЛЫ\Сериал без титров.avi
[03.05.2013 22:01:03] Input codec: XviD
[03.05.2013 22:01:03] Source duration: 12h 15mn 54s 120ms
[03.05.2013 22:01:03] Output file: M:\РУССКИЕ СЕРИАЛЫ\Сериал без титров_agk.avi
[03.05.2013 22:01:03] Output codec: XviD
[03.05.2013 22:01:03] Audio: none
[03.05.2013 22:01:03] Subtitles: none
[03.05.2013 22:01:03] Format: AVI
[03.05.2013 22:01:03] Target size: 3000Mb
[03.05.2013 22:01:03] Custom resolution settings: fixed width of 480 pixels
[03.05.2013 22:01:03] Started encoding.
[03.05.2013 22:01:03] Source resolution: 480x288
[03.05.2013 22:01:03] Source fps: 25
[03.05.2013 22:01:03] Analyzing source.
[03.05.2013 23:49:03] Source has percentage of interlacing in motion areas: 0,13
[03.05.2013 23:49:03] Source is considered to be progressive.
[03.05.2013 23:49:03] Output will contain 1103853 frames
[03.05.2013 23:49:03] Using VAQ in XviD
[03.05.2013 23:49:03] Overhead: 0 bytes (0.00 Mb)
[03.05.2013 23:49:03] Video size: 3,145,728,000 bytes (3000.00 Mb)
[03.05.2013 23:49:03] Running compressibility test.
[03.05.2013 23:49:03] Writing the following script to M:\РУССКИЕ СЕРИАЛЫ\agk_tmp\Сериал без титров_agk_comptest.avs
===========================================================
LoadPlugin("J:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("J:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("J:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("M:\РУССКИЕ СЕРИАЛЫ\Сериал без титров.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 = 480
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)
===========================================================
[04.05.2013 0:05:56] Duration was: 16 minutes 52 seconds
[04.05.2013 0:05:57] Speed was: 54,49 fps.
[04.05.2013 0:05:57] Compressibility percentage is: 52,30
[04.05.2013 0:05:57] Using softer resizer.
[04.05.2013 0:05:57] Chosen resolution is: 480x288 ( AR: 1,67 )
[04.05.2013 0:05:57] Predicted comptest value is: 54,25%
[04.05.2013 0:05:57] Running first pass.
[04.05.2013 0:05:57] Writing the following script to M:\РУССКИЕ СЕРИАЛЫ\agk_tmp\Сериал без титров_agk_movie.avs
===========================================================
LoadPlugin("J:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("J:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("J:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = DirectShowSource("M:\РУССКИЕ СЕРИАЛЫ\Сериал без титров.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 = 480
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)
===========================================================
[04.05.2013 5:17:17] Duration was: 5 hours 11 minutes 20 seconds
[04.05.2013 5:17:17] Speed was: 59,09 fps.
[04.05.2013 5:17:19] Warning! Found different number of frames: 1103429
[04.05.2013 5:17:19] Overhead: 0 bytes (0.00 Mb)
[04.05.2013 5:17:19] Video size: 3,145,728,000 bytes (3000.00 Mb)
[04.05.2013 5:17:19] Expected quality of first pass size: 50,57%
[04.05.2013 5:17:19] Running second pass.
[04.05.2013 7:48:00] Duration was: 2 hours 30 minutes 41 seconds
[04.05.2013 7:48:00] Speed was: 122,05 fps.
[04.05.2013 7:48:00] Job finished. Total time: 9 hours 46 minutes 57 seconds
[/more]
Чего теперь делать с результатом?
Если пропущу через Формат фактори то он всё порешает.
А может сразу звук наложить?
или это ток с кодированием надо делать?