Log in

View Full Version : Encoding Speed


paramount
9th January 2005, 14:50
Hi guys. I'm new here. I have started to rip DVDs some weeks ago. And I know about AutoGK in dvd.box.sk. It's a great program. Very easy to use. But I think that it is slow. What speed do everyone get? Entire process time.

mine:
[8/1/2005 15:45:32] AutoGK 1.85b
[8/1/2005 15:45:32] OS: WinXP (5.1.2600).2
[8/1/2005 15:45:32] Job started.
[8/1/2005 15:45:32] Input dir: H:\TERMINATOR_3\VIDEO_TS
[8/1/2005 15:45:32] Output file: H:\movies\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas.avi
[8/1/2005 15:45:32] Audio: English
[8/1/2005 15:45:32] Audio2: Portugues
[8/1/2005 15:45:32] Subtitles: Portugues : Wide/Letterbox
[8/1/2005 15:45:32] Subtitles 2: English : Wide/Letterbox
[8/1/2005 15:45:32] Codec: DivX
[8/1/2005 15:45:32] Target size: 2040Mb
[8/1/2005 15:45:32] Custom resolution settings: fixed width of 560 pixels
[8/1/2005 15:45:32] Custom audio settings: AC3
[8/1/2005 15:45:32] Started encoding.
[8/1/2005 15:45:32] Demuxing and indexing.
[8/1/2005 15:50:17] Processing file: H:\TERMINATOR_3\VIDEO_TS\VTS_05_PGC_01_1.VOB
[8/1/2005 15:50:17] Processing file: H:\TERMINATOR_3\VIDEO_TS\VTS_05_PGC_01_2.VOB
[8/1/2005 15:50:17] Processing file: H:\TERMINATOR_3\VIDEO_TS\VTS_05_PGC_01_3.VOB
[8/1/2005 15:50:17] Processing file: H:\TERMINATOR_3\VIDEO_TS\VTS_05_PGC_01_4.VOB
[8/1/2005 15:50:17] Processing file: H:\TERMINATOR_3\VIDEO_TS\VTS_05_PGC_01_5.VOB
[8/1/2005 15:50:17] Processing file: H:\TERMINATOR_3\VIDEO_TS\VTS_05_PGC_01_6.VOB
[8/1/2005 15:50:17] Source aspect ratio: 16:9
[8/1/2005 15:50:17] Source resolution: 720x480
[8/1/2005 15:50:17] Found NTSC source.
[8/1/2005 15:50:17] Source seems to be pure FILM.
[8/1/2005 15:50:18] Found 157019 frames
[8/1/2005 15:50:18] Preparing subtitles.
[8/1/2005 15:52:58] Compressing subtitles.
[8/1/2005 15:53:04] Audio size: 314,348,544 bytes (299.79 Mb)
[8/1/2005 15:53:04] Audio 2 size: 314,348,544 bytes (299.79 Mb)
[8/1/2005 15:53:04] Overhead: 6,032,896 bytes (5.75 Mb)
[8/1/2005 15:53:04] Subtitles size: 1,124,441 bytes (1.07 Mb)
[8/1/2005 15:53:04] Video size: 1,503,240,615 bytes (1433.60 Mb)
[8/1/2005 15:53:04] Target bitrate is: 1836kbps
[8/1/2005 15:53:04] Running compressibility test.
[8/1/2005 15:53:04] Writing the following script to H:\movies\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas\agk_tmp\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas_comptest.avs
===========================================================
LoadPlugin("C:\ARQUIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\RemoveGrain.dll")

movie = mpeg2source("H:\movies\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas\agk_tmp\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.18518518518519
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 : (4.0/3.0)
out_width = 560
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(280,14)
===========================================================
[8/1/2005 15:55:57] Duration was: 2 minutes 52 seconds
[8/1/2005 15:55:57] Speed was: 45,42 fps.
[8/1/2005 15:55:57] Compressibility percentage is: 123,51
[8/1/2005 15:55:57] Switching b-frames off
[8/1/2005 15:55:57] Chosen resolution is: 560x240 ( AR: 2,33 )
[8/1/2005 15:55:57] Predicted comptest value is: 104,74
[8/1/2005 15:55:57] Running first pass.
[8/1/2005 15:55:57] Writing the following script to H:\movies\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas\agk_tmp\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas_movie.avs
===========================================================
LoadPlugin("C:\ARQUIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\RemoveGrain.dll")

movie = mpeg2source("H:\movies\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas\agk_tmp\o_exterminador_do_futuro_3_-_a_rebelião_das_máquinas.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.18518518518519
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 : (4.0/3.0)
out_width = 560
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
===========================================================
[8/1/2005 16:36:49] Duration was: 40 minutes 51 seconds
[8/1/2005 16:36:49] Speed was: 64,05 fps.
[8/1/2005 16:36:49] Running second pass.
[8/1/2005 17:18:10] Duration was: 41 minutes 20 seconds
[8/1/2005 17:18:10] Speed was: 63,30 fps.
[8/1/2005 17:18:10] Job finished. Total time: 1 hour, 32 minutes 38 seconds


It's Terminator 3, with 109 minutes and 08 seconds of movie.

Lexmarx
9th January 2005, 16:18
[8/1/2005 16:36:49] Duration was: 40 minutes 51 seconds
[8/1/2005 16:36:49] Speed was: 64,05 fps.
[8/1/2005 16:36:49] Running second pass.
[8/1/2005 17:18:10] Duration was: 41 minutes 20 seconds
[8/1/2005 17:18:10] Speed was: 63,30 fps.
[8/1/2005 17:18:10] Job finished. Total time: 1 hour, 32 minutes 38 seconds


Wow "only" 63,30 fps :eek: what for a CPU you have? :sly:

manono
9th January 2005, 16:49
This is a joke, right?