View Single Post
Staro 11.06.2008., 09:03   #10
mrga
all you need is freeware
Moj komp
 
mrga's Avatar
 
Datum registracije: Dec 2006
Lokacija: Stolica
Postovi: 897
Jesi probao Megui?
Definitivno top program za kodiranje u mp4. Freeware je i rastura

Nađeš si PSP profil za njega i deri

Citiraj:
New in MeGUI 0.2.6 or above is the idea of "workers". This has been introduced to take advantage of multi-core processors, allowing parallel job execution (processing more than one job at a time). Of course, certain jobs are dependent on another previous job being completed before it can begin (for example, job2-4 above requires job2-3 to be finished, and job2-5 requires all previous jobs to be finished), and so parallel execution is not always possible. But if you are encoding multiple video clips at the same time, then parallel execution allows each core of your CPU to be fully utilized at all times, allowing up to 4 video encodings at the same time on a quad core processor, for example. In essense, each "worker" represents a CPU thread that can be run on an individual core - so if you have a dual core processor, then you might want to create two workers, quad-core => 4 workers, etc. Even if you have only a single core CPU, you will still need to create at least one worker before MeGUI can start encoding video. To create a worker, from the "Worker" menu, select the "Create New Worker" option and then enter a name for this new worker.
__________________
Ovo je potpis.
mrga je offline   Reply With Quote