VideoHelp Forum




+ Reply to Thread
Results 1 to 17 of 17
  1. Member
    Join Date
    Oct 2006
    Location
    Greece
    Search Comp PM
    I use CCE to encode and DVD-Lab to author.

    Now I got a new graphics card and a new processor (Intel Dual Core E6400 2.13GHz).

    Is there anything better I can do for encoding or I shall I keep using the same tools I used on my old CPU?

    New CPU didnt make DVD-Lab compiling faster... Is this normal?

    Thanks.
    Quote Quote  
  2. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    Use CCE with AVISynth, and tune up your script using MT (MultiThreading in avisynth)

    Start your script with :

    SetMTMode(2)

    But you need the correct AVISYNTH version
    Quote Quote  
  3. Member
    Join Date
    Oct 2006
    Location
    Greece
    Search Comp PM
    I use AVIsynth 2.56. Is this the correct version?

    Here's the script I mostly use:
    # -= AviSynth v2.5.7.0 script by FitCD v1.2.8 =-
    AVISource("C:\test4.avi", audio=false)
    LanczosResize(720,480,20,0,600,272)
    AddBorders(0,48,0,48)
    #Trim(0,134721).FadeOut(150)
    ConvertToYUY2() # For VirtualDub or CCE
    So I just add "SetMTMode(2)" at the top?

    Does this affect quality in any case? Is there any site that I can read what exaclty happens with this line and why this can be used with 64bit processors?
    Quote Quote  
  4. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    It speeds up CCE about 20% or 30%, it uses 100% CPU without hangups. Doesn't affect quality, only speed

    That's the advantage of having Dual Core CPUs, because you can run applications multithreaded

    Google for :

    SetMTMode MT

    And you will find it, or go to Doom9 ( CCE section )
    Quote Quote  
  5. Member
    Join Date
    Oct 2006
    Location
    Greece
    Search Comp PM
    really helpfull!

    THANKS!
    Quote Quote  
  6. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    As for the 64bit processor. Sounds like you are still running 32bit windows. Besides is there even a 64bit version of CCE? Squid_80 did some work on porting AVISynth, but a lot of things are still missing or are slower.
    Quote Quote  
  7. Member
    Join Date
    Oct 2006
    Location
    Greece
    Search Comp PM
    SetMTMode(2) does not work for me. CCE wont accept scripts using this line on top.

    I have AVIsynth 2.56...

    what can be wrong?
    Quote Quote  
  8. I think you need version 2.6. Or maybe this:

    http://forum.doom9.org/showthread.php?t=94996
    Quote Quote  
  9. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    Get MT

    http://www.avisynth.org/tsp/MT_05.zip

    And copy AVISYNTH.DLL to your System32

    DLL included in ZIP file
    Quote Quote  
  10. Member
    Join Date
    Oct 2006
    Location
    Greece
    Search Comp PM
    oops. stupid me. thanks!
    Quote Quote  
  11. MT("Telecide(Order=1,Guide=1).Decimate(5)",2,2)
    works 60% slower than
    Telecide(Order=1,Guide=1).Decimate(5)
    Certainly no 100% CPU utilization.
    In normal mode first CPU is 80%, second is 50% wich averages to 65%.
    In MT mode the first CPU is some 20% utilized, the second is 90%.
    Cann't tell it's possible don't tell anything.
    Quote Quote  
  12. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    making frame serving multithreaded is usually enough

    That modified AVISYNTH and MT does a good job, but only running CCE standalone....well... all depends upon processes priorities

    that beginning line, for me is enough...in my humble opinion
    Quote Quote  
  13. Member
    Join Date
    Oct 2006
    Location
    Greece
    Search Comp PM
    Originally Posted by Delta2
    Get MT

    http://www.avisynth.org/tsp/MT_05.zip

    And copy AVISYNTH.DLL to your System32

    DLL included in ZIP file
    This zip contains MT.dll too. i dont use this at all?
    Quote Quote  
  14. Originally Posted by nick_gr
    Originally Posted by Delta2
    Get MT

    http://www.avisynth.org/tsp/MT_05.zip

    And copy AVISYNTH.DLL to your System32

    DLL included in ZIP file
    This zip contains MT.dll too. i dont use this at all?
    Copy MT.DLL to your AVISynth Plugins folder if you want to use the MT filter. If you are only going to use SetMTMode(2) you don't need the MT filter.
    Quote Quote  
  15. Member
    Join Date
    Oct 2006
    Location
    Greece
    Search Comp PM
    great! thanks.
    Quote Quote  
  16. Member
    Join Date
    Oct 2006
    Location
    Greece
    Search Comp PM
    I copied avisynth.dll to system32 and added "SetMTMode(2)" in my script, but made no difference.

    It takes me 50-55 mins to encode (3-pass) a 42min movie. With or without "SetMTMode(2)"...

    Do I do anything wrong?
    Quote Quote  
  17. Originally Posted by nick_gr
    I copied avisynth.dll to system32 and added "SetMTMode(2)" in my script, but made no difference.

    It takes me 50-55 mins to encode (3-pass) a 42min movie. With or without "SetMTMode(2)"...

    Do I do anything wrong?
    No, you didn't do anything wrong. It doesn't always decrease the overall processing time. So far the only filter I've found where it made a big difference was DeBlock(). I've only tried a handful though.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!