Beiträge von joey117

    ich glaub das problem wurde somit gefunden...die temperatur liegt im moment, nach etwa 8 stunden encoden bei ~80°C!!!!!!! Tendenz steigend :(
    hab schon nen riesen Lüfter drauf sitzen... :/
    is mir aber schonmal aufgefallen, dass der CPU scheiss warm wird, auch wenn er nicht arbeitet..was da los ?

    also im bios scheint alles i.O. zu sein.steht dass ich n 2,8GHz prozessor drin hab und der auch so läuft.Scheint auch sonst nix resetet zu sein, hab aber auch noch nie irgendwas da eingestellt, weil ich mich da nich so wirklich mit auskenne.
    Mit dem takten is eh so ne sache, prozessor is schon immer bei 65° :grübeln:
    hab nen intel celeron mit 2.8GHz und 512MB Ram..dürfte reichen um flott genug was zu encoden.

    hab auch schon gelesen, dass man irgendwie die quali bisschen runterschrauben kann, sodass das encoden schneller geht. klar is quali immer am wichtigsten, aber vielleicht is da ja noch was drin, bzw da is irgendwas zu hoch eingestellt, was sowieso nix bringt :huh:

    [03.07.2006 06:23:46] AutoGK 2.20
    [03.07.2006 06:23:46] OS: WinXP (5.1.2600).2
    [03.07.2006 06:23:46] Job started.
    [03.07.2006 06:23:46] Input file: C:\Dreamer.vob
    [03.07.2006 06:23:46] Output file: C:\Dreamer.avi
    [03.07.2006 06:23:46] Output codec: XviD
    [03.07.2006 06:23:46] Audio 1: Audio Stream 1 AC3
    [03.07.2006 06:23:46] Subtitles: none
    [03.07.2006 06:23:46] Format: .AVI
    [03.07.2006 06:23:46] Target size: 350Mb
    [03.07.2006 06:23:46] Custom resolution settings: fixed width of 640 pixels
    [03.07.2006 06:23:46] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
    [03.07.2006 06:23:46] Started encoding.
    [03.07.2006 06:23:46] Demuxing and indexing.
    [03.07.2006 06:27:55] Processing file: C:\Dreamer.vob
    [03.07.2006 06:27:55] Source resolution: 720x576
    [03.07.2006 06:27:55] Found PAL source.
    [03.07.2006 06:27:55] Source aspect ratio: 4:3
    [03.07.2006 06:27:55] Color correction enabled.
    [03.07.2006 06:27:55] Analyzing source.
    [03.07.2006 06:33:28] Source has percentage of interlacing in motion areas: 57,36
    [03.07.2006 06:33:28] Source is considered to be interlaced.
    [03.07.2006 06:33:28] Output will contain 64194 frames
    [03.07.2006 06:33:28] Decoding audio.
    [03.07.2006 06:35:34] Normalizing audio.
    [03.07.2006 06:36:19] Encoding audio.
    [03.07.2006 06:49:10] Audio1 size: 41,734,704 bytes (39.80 Mb)
    [03.07.2006 06:49:10] Overhead: 2,567,808 bytes (2.45 Mb)
    [03.07.2006 06:49:10] Video size: 322,699,088 bytes (307.75 Mb)
    [03.07.2006 06:49:10] Running compressibility test.
    [03.07.2006 06:49:10] Writing the following script to C:\agk_tmp\Dreamer_comptest.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

    movie = mpeg2source("C:\agk_tmp\Dreamer.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.06666666666667
    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
    KernelDeInt(movie,order=1,sharp=true)
    autocrop(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)
    ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
    SelectRangeEvery(300,15)
    ===========================================================
    [03.07.2006 07:01:55] Duration was: 12 minutes 44 seconds
    [03.07.2006 07:01:55] Speed was: 4,20 fps.
    [03.07.2006 07:01:55] Compressibility percentage is: 61,84
    [03.07.2006 07:01:55] Chosen resolution is: 640x480 ( AR: 1,33 )
    [03.07.2006 07:01:55] Predicted comptest value is: 61,84
    [03.07.2006 07:01:55] Running first pass.
    [03.07.2006 07:01:55] Writing the following script to C:\agk_tmp\Dreamer_movie.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

    movie = mpeg2source("C:\agk_tmp\Dreamer.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.06666666666667
    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
    KernelDeInt(movie,order=1,sharp=true)
    autocrop(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)
    ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
    ===========================================================
    [03.07.2006 09:21:45] Duration was: 2 hours 19 minutes 49 seconds
    [03.07.2006 09:21:45] Speed was: 7,65 fps.
    [03.07.2006 09:21:45] Expected quality of first pass size: 66,84
    [03.07.2006 09:21:45] Running second pass.
    [03.07.2006 12:58:30] Duration was: 3 hours 36 minutes 44 seconds
    [03.07.2006 12:58:30] Speed was: 4,94 fps.
    [03.07.2006 12:58:30] Job finished. Total time: 6 hours 34 minutes 43 seconds


    Diesmal hats nur 6:30 gedauert, hab da aber sogut wie alle tasks beendet...

    achso, ja klar, will die natürlich auf eine bestimmte größe bringen und er macht auch 2 durchläufe, aber er ist schon vor dem encoden so verdammt langsam, allein zum analysieren und "muxen?" braucht er verdammt lange, ca 50 minuten bis überhaupt mal der 1 pass anfängt.
    welche paramete kann ich denn bei dem xvid verändern?

    edit: also an meinem System dürfte es nich liegen. hab nen intel celeron mit 2.8GHz und 512MB Ram

    Servus,

    habe das problem, dass mein AutoGK extrem lange dauert. Hab meinen Rechner gestern erst neu hochgezogen aber es geht nichts unter 8 stunden um eine 40 minutiges .vob file in ein xvid file umzuwandeln.
    Vor kuerzer zeit hatte ich das problem noch nicht. Es ist auch egal welche Version oder welchen xvid-codec ich benutze, ändert sich nicht wirklich was, außer +/- 30minuten. Habe mal 3 stunden gebraucht, aber jetzt...:(
    Hat irgendwer ne ahnung was da los sein könnte? Benutze im Moment AutoGK 2.20 und als XviD codec den: XviD-1.1.0-30122005
    need help :huh: