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.
+ Reply to Thread
Results 1 to 17 of 17
-
-
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
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? -
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 ) -
I think you need version 2.6. Or maybe this:
http://forum.doom9.org/showthread.php?t=94996 -
Get MT
http://www.avisynth.org/tsp/MT_05.zip
And copy AVISYNTH.DLL to your System32
DLL included in ZIP file -
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. -
Originally Posted by Delta2
-
Originally Posted by nick_gr
Similar Threads
-
64-Bit Vegas Pro 9 fails to open 64-bit UT Video Codec Pack
By Smells_Like_Feet in forum EditingReplies: 1Last Post: 2nd Oct 2011, 15:14 -
LAME 32-bit or 64-bit in EAC under Windows 7 64-bit?
By flashandpan007 in forum AudioReplies: 1Last Post: 12th Apr 2011, 09:40 -
128 bit desktop cpu's on their way
By deadrats in forum ComputerReplies: 14Last Post: 10th Oct 2009, 22:10 -
Bit rate for DV(720x576px) over Xvid/X.264/DivX? (and some other questions)
By Gew in forum Newbie / General discussionsReplies: 3Last Post: 17th Jul 2008, 08:03 -
XviD/DivX Bit Rate
By anirban in forum Newbie / General discussionsReplies: 2Last Post: 6th Jul 2008, 21:58