Not using multiple processors... and taking FOREVER

First off i have a love/hate relationship with compressor / qmaster
Here is what i am getting now... I hope someone can help
When i submit a batch to the Cluster (6 instances) it is no longer splitting the job out. It instantly goes to 10% completed and then just CRALWS along. It took it 14 hours to compress a 20 min Uncompressed 1080 24p movie to H.264 720 24p movie.
This is a fresh install of Snow Leopard, FCS and all drivers.
I have uninstalled and reinstalled compressor two times.
I have removed ram / changed ram.
I have removed all cards in the computer
any ideas?
ken

Do you have the option "Allow Job Segmenting" checked on your setting? Also, in your project, are you POSITIVE you didn't make any minor (accidental) scale or position changes in the motion tab? It doesn't matter how much of a change. If you make even a little change it adds considerable time to your encode. I often see people who work in wireframe mode make small changes to the centering of the clip without even knowing it. If you go into the motion tab make sure every clip has a center of 0-0, unless you intentionally want the change, in which case you just have to eat the render time.

Similar Messages

  • Using multiple processors and threads

    Hi there,
    Just a quick question... I am working on an application that is VERY processor intensive. There is no real way to improve this, but I do have access to a multiple processor server.
    Can anyone tell me if Java code can be written to utilise more than one processor? I assume due to the VM, that this is unlikely - and that one must resort to the operating system used on the server, where hopefully the VM can be forced to use more than one processor.
    If this is not possible - has anyone written applications that run across several VMs? Is this possible, and what is the performance like?
    Thanks for any help.
    Nick

    The Java VM will indeed utilize multiple processors. Just create a seperate thread to do your work and it will schedule it. In fact it's way easier than most languages:
    public class MyThreadimplements Runnable {
    public MyThread() {
    try {
    Thread newThread= new Thread(this);
    newThread.setPriority(Thread.MIN_PRIORITY); // see other enumerations to boost priority
    newThread.start();
    } catch(Exception e) {
    System.err.println(e);
    public void run() {
    // do your work here
    }

  • AE CS5 not using all memory and cpu

    I am using After Effects CS5, wondering why the rendering is not using my CPU and memory full. It`s using only 15 % of memory and sometimes up to 50 % of CPU. What can I do to make it use better my hardware.
    The current rendering is chroma key using Keylight.
    I understand it can`t use all the hardware, but why only 15 %, because everybody is talking that you need a lot of RAM for AE.
    CPU: Intel Core i7 920 - overclocked to 3.4 GHz
    MEMORY: 6 GB DDR3
    GRAPHIC: nVidia GTX 285

    Not all rendering operations will max out all RAM and all CPUs (processor cores). Some rendering operations are I/O intensive; some are memory-intensive; some are CPU-intensive. If, for example, I/O is the bottleneck, then you won't see either CPU or RAM usage maxed.
    Also, the goal isn't to see that 100% of the CPU and 100% of of RAM is being used. The goal is faster rendering (and other operations). Sometimes greatest performance is achieved when there's "headroom" left over for other activity. See this page.
    Are you using Render Multiple Frames Simultaneously multiprocessing? That is one feature that really benefits from having a lot of RAM. The 6GB of RAM that you have in your system is not enough to make effective use of that feature. See this page.
    Here's a page that collects information about how to optimize for performance.

  • Do not use multiple devices for BT email

    I have been advised by the Yahoo email support team that my account is being locked every few hours because I use multiple devices and the server sees multiple requests to 'sync' email from one account onto several devices as malicious activity.  I use outlook on three PCs (a desktop and a couple of laptops) and the default email client on a stock Android.
    The advice I've been asked to follow is to ensure I close outlook (on which I view several email accounts) every time I walk away from my desk and then enable email sync on my phone.  On return to my desk I should reverse the process. I'll do this in the short term as it will take a few days to switch from BT email to another provider but this is not sustainable. 
    I find it hard to believe that the btinternet system isn't robust enough to accept single user/multiple device scenarios.  The problem has only manifested this week so I suspect it will be due to a change in system protocol/software as I have had a few years of trouble free multiple device access until this point. 
    I'm interested in other peoples' experience of this as it's the only email service I use which has exhibited this issue in recent years.
    Solved!
    Go to Solution.

    vofsanity2 wrote:
    I copy below my post on another thread.
    There are several reasons why you get password rejected messages however based on the information you have supplied I have the following observations and advice.
    1.  The failure message incorrect in that your username and password is likely to be correct but is being rejected for another reason.
    2.  The most likely cause is some form of timeout.
    3.  Providing you have a reasonably fast connection the timeout is likely to be because your account is being accessed by two or more of your devices at the same time.
    4. To stop this happening you need to do the following.
    a)  Do not use webmail unless you have to.
    b)  If you do use webmail make sure that you sign out when finished.
    c)  Make sure that all your devices do not check for emails automatically but require manual intervention.
    Not sure this is strictly necessary, unlikely devices will be polling simultaneously.
    d)  Use POP instead of IMAP in email clients.
    e)  Make sure smartphones and  tablets have Email accounts Push "off "and Fetch data "manually".
    Not sure this is strictly necessary, unlikely devices will be polling simultaneously. Agree with Push 'off'

  • ODI error-THIS CLAUSE USES MULTIPLE CONNECTIONS AND THEREFORE CANNOT BE EXE

    Hi John,
    I have tried loading the smartlist values and the following error is encountered.
    THIS CLAUSE USES MULTIPLE CONNECTIONS AND THEREFORE CANNOT BE EXECUTED ON THE SOURCE

    Hi John,
    I am still facing the some problem.
    I have updated the join with the expression like yours
    then ran the interface
    The exception is as follows
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 26, in ?
    java.sql.SQLException: Table not found: EXCEPTION in statement [select   C1_PERIOD    "Period",C2_ACCOUNT    "Account",C3_ENTITY    "Entity",C4_EMPLOYEE    "Employee",C5_YEAR    "Year",C6_SCENARIO    "Scenario",C7_VERSION    "Version",'Local'    "Currency",'HSP_InputValue'    "HSP_Rates",CASE WHEN C10_ENTRY_ID IS NULL
    THEN C8_DATA
    ELSE C10_ENTRY_ID
    END    "Data" from "C$_1Totplan_WrkforceData"   left outer join "C$_0Totplan_WrkforceData"   ON C8_DATA=C11_NAME
    AND C9_ENUMERATION_ID=
    (SELECT ENUMERATION_ID FROM Exception]
         at org.hsqldb.jdbc.jdbcUtil.sqlException(jdbcUtil.java:67)
         at org.hsqldb.jdbc.jdbcStatement.fetchResult(jdbcStatement.java:1598)
         at org.hsqldb.jdbc.jdbcStatement.executeQuery(jdbcStatement.java:194)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx5.f$0(<string>:26)
         at org.python.pycode._pyx5.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    java.sql.SQLException: java.sql.SQLException: Table not found: EXCEPTION in statement [select   C1_PERIOD    "Period",C2_ACCOUNT    "Account",C3_ENTITY    "Entity",C4_EMPLOYEE    "Employee",C5_YEAR    "Year",C6_SCENARIO    "Scenario",C7_VERSION    "Version",'Local'    "Currency",'HSP_InputValue'    "HSP_Rates",CASE WHEN C10_ENTRY_ID IS NULL
    THEN C8_DATA
    ELSE C10_ENTRY_ID
    END    "Data" from "C$_1Totplan_WrkforceData"   left outer join "C$_0Totplan_WrkforceData"   ON C8_DATA=C11_NAME
    AND C9_ENUMERATION_ID=
    (SELECT ENUMERATION_ID FROM Exception]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Edited by: Sravan Ganti on May 4, 2009 6:07 AM

  • When I open a pdf file, after a few seconds, it hides the toolbar and I don't know how to get it back.  I use multiple monitors and, without being able to grab the toolbar, I am unable to move the pdf file to a different monitor.  How do I stop this?

    When I open a pdf file, after a few seconds, it hides the toolbar and I don't know how to get it back.  I use multiple monitors and, without being able to grab the toolbar, I am unable to move the pdf file to a different monitor.  How do I stop this?

    Does Firefox switch to full screen if you press F11 ?
    You can also try the F10 key to see if that brings up the menu bar.
    * If the above steps didn't help then see http://kb.mozillazine.org/Corrupt_localstore.rdf
    Note: Do not delete localstore.rdf in the program folder (Windows: "C:\Program Files\Mozilla Firefox\defaults\profile\") (Mac: "/Applications/Firefox.app/defaults/profile/")

  • "you can not use multiple instance of Program at the same time"

    Hello @ all,
    I have a Problem, after the installing from Acrobat Testversion and acrobat reader in version in "all Combination" 8 an 9.
    I get this misstake information "you can not use multiple instance of Program at the same time" if I want open more then 1 .pdf.
    If I have no pdf open, but acrobat/reader so i can´t open with the same Misstake.
    I have deinstalled and installed, Allways I bekame the same information. I tryed all things to clean and know i don`t know forward.
    Important: by Drag an Drop in the Acrobat Reader it is going, but by direct click on the pdf i get mistake.
    Maybe, you know what I can do!
    Thanks for help!

    Installation of both Acrobat and Reader in the same Windows machine is not advisable. If I were you, I would remove both completely and then reinstall the one you want to keep.

  • The application does not use the  screen and run in the background

    Hi
    I have downloaded a package of j2me Midlet
    from [link] here [link]
    and try to reuse the code
    but I get the following error when running the code:-
    The application does not use the screen and run in the background
    I think the error into one of these two classes
    package main;
    import javax.microedition.midlet.*;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.media.Manager;
    import javax.microedition.media.MediaException;
    import javax.microedition.media.Player;
    import java.io.IOException;
    import java.io.InputStream;
    public class MainMidlet extends MIDlet implements CommandListener {
        private SSGameCanvas gameCanvas ;
        private Command exitCommand ;
        private Player player = null;
        public void startApp() {
      try {
           //   create new game thread
              gameCanvas = new SSGameCanvas();
              gameCanvas.start(); // start game thread
              exitCommand = new Command("Exit",Command.EXIT,1);
              gameCanvas.addCommand(exitCommand);
              gameCanvas.setCommandListener(this);
                Display.getDisplay(this).setCurrent(gameCanvas);
       catch (java.io.IOException e)
                e.printStackTrace();
            try {
                // start sounds
                InputStream in = getClass().getResourceAsStream("/resource/startfly.wav");
                player = Manager.createPlayer(in,"audio/x-wav");
                player.setLoopCount(1);
                player.start();
            catch (MediaException ex)
                ex.printStackTrace();
             catch (IOException ex)
                ex.printStackTrace();
        public void pauseApp() {
        public void destroyApp(boolean unconditional) {
            if (player != null) {
                player.close();
            System.gc();
      public void commandAction(Command command, Displayable displayable) {
           if (command == exitCommand)
                 destroyApp(true);
                 notifyDestroyed();
    package main;
    import java.io.IOException;
    import javax.microedition.lcdui.*;
    import javax.microedition.lcdui.game.*;
    public class SSGameCanvas extends GameCanvas implements Runnable {
        protected GameManager gameManager;
        protected boolean running;
        private int tick=0;
        private static int WIDTH;
        private static int HEIGHT;
        private int mDelay = 20;
        Form mainForm;
        Display display;
        //private int MaxTime;
        public SSGameCanvas() throws IOException{
            super(true);
            gameManager = new GameManager(5,5,getHeight()-10,getWidth()-10,this);
        public void start() {
                this.running = true;
                Thread t = new Thread(this);
                t.start();
        public void stop() {
            running = false;
        public void render(Graphics g) {
            WIDTH = getWidth();
            HEIGHT = getHeight();
            // Clear the Canvas.
            g.setColor(0, 0, 50);
            g.fillRect(0,0,WIDTH-1,HEIGHT-1);
            // draw border
            g.setColor(200,0,0);
            g.drawRect(0,0,WIDTH-1,HEIGHT-1);
            // draw game canvas
            gameManager.paint(g);
        public void run() {
            while (running) {
                // draw graphics
                render(getGraphics());
                // advance to next graphics
                advance(tick++);
                // display
                flushGraphics();
                try { Thread.sleep(mDelay); }
                catch (InterruptedException ie) {}
        public void advance(int ticks) {
            // advance to next game canvas
            gameManager.advance(ticks);
            this.paint(getGraphics());
    }Edited by: VANPERSIE on Jul 10, 2012 12:26 PM

    Hi Andi,
    Thanks for your reply.
    Yes, I have waited for a while and the result doesn't change.
    The Porblem here is the application is seen started in visual administrator.Only restart brings up the page back.
    Can you please suggest anything.
    Thanks and regards
    Nagaraj

  • Can I print web pages from firefox using adobe pro 9 (Not using PDF download) and if so how

    Can I print web pages from Firefox 3.6.12 using adobe pro 9 (not using PDF Download) and if so how.

    {Ctrl + P} - do you have a PDF Printer listed in the Printer - Name drop-down?

  • How I can delete my account from Itunes Store? [I am not using it anymore and will not]]

    How I can delete my account from Itunes Store? [I am not using it anymore and will not]

    Just stop using it and remove your payment info.
    There is no need to do more.

  • My document.numbers can not be opened how can i recover the version from yesterday i was not using time machine and it was not in icloud. is there an app i can buy that might help

    my document.numbers can not be opened how can i recover the version from yesterday? i was not using time machine and it was not in icloud. is there an app i can buy that might help

    Thanks Andy,
    I wish I could have told my sister about this as she could not open my homepage back before my new iWeb site. She now can open my site without the yet in case denial window does appear = I thank you.
    I think my iWeb site works as Noone has said otherwise from any platform etc...
    Alex L
    I do agree that should not have to be a consideration for any users so i agree that it would be great if Apple could allow simplicity to run seemlessly.
    I have had this problem since Homepage, and here is
    what has worked for me. I send out the link, and
    then for PC users I send the link with "<" after the address (without quotation
    marks. e.g., <http://site.com>).
    I also put a note that if that doesn't work, to just
    copy and paste the link into a browser. With that I
    have only had 1 person say they still can't open.
    Everyone else gets it to work.
    It's a lot to do and seems like a hassle, but you get
    used to it.
    Hope this helps!
    Andy Martini
    PS - APPLE! When are you going to fix this??! It
    seems like such a small thing yet you guys have been
    stumped for YEARS on this!

  • Why when I try to update certain app it require an old email address and password I have not used for years and I do I get to update them on my new details

    Why when I try to update certain app it require an old email address and password I have not used for years and I do I get to update them on my new details

    Apps are tied to the Apple ID that was used to purchase them and you will always need to use that ID and password in order to update them.
    Saying that you do get to update them on your new details makes no sense at all.

  • How do I sign in to my iTunes for the first time? Everytime I try it says I have not used iTunes before, and to review my account information.

    How do I sign in to my iTunes for the first time? Everytime I try it says I have not used iTunes before, and to review my account information.

    It sounds like you are trying to create a new icloud account, not just logging into an existing account.  When you type in your Apple ID and get that error, it's because you are trying to create an account using the same ID that is already being used in another account.
    Go to Settings>iCloud and scroll to the bottom of the screen.  If you are logged in, press the Delete button, then try logging in with the existing ID.
    As for pics, the most secure way is to connect ipod to PC with USB and look at the Photos tab for your device in iTunes.  Using Photo Stream is another way, but it doesn't always work, depending on conditions.

  • No airport card installed!  I'm not using the internet and now what should I do?

    no airport card installed!
    I'm not using the internet and now what should I do?

     menu/About this Mac/System Information (at the bottom, may be called something else) - run that and see if the Airport card is detected.
    Some things you can try.
    https://discussions.apple.com/message/22246571#22246571
    If you live near an Apple Store, make a Genius Bar appointment to have the computer tested. Supposedly there is no charge for testing.
    Genius Bar Reservation US

  • If I am currently not using OSX Lion and wanted to switch; would the computer automatically put all my old things on the new software?

    If I am currently not using OSX Lion and wanted to switch; would the computer automatically put all my old things on the new software?

    As long as you don't erase the drive, it won't touch anything except known incompatible programs.

Maybe you are looking for

  • Password for HP deskjet 2541 all in one

    I can't conect my HP Deskjet 2541 all-in-one to my tablet surface. Is it a problem that it has windows RT 8? My surface can find the printer, but then, when I try to set it up, it ask me for a printer password? HELP!!!!! I can not believe how difficu

  • Since the MAC Mini has a slot for CD insertion I cannot visually tell if

    Since this MAC Mini has a slot for inserting CDs how can I tell if it will accept and read video dics that are routinely 3 1/2 inches in diameter? These are discs used in MINI DVD camcorders.

  • File name duplicated

    I cannot buy anything with Itunes. Whenever I try to download anything from my PC (No Wifi available) I receive the message Duplicated file name. I've restored the Ipad mini to default factory settings twice, and the problem persists. Any idea what i

  • Subquery and procedure  - problem

    Hello, I have procedure created with option "WITH RESULT VIEW ProcViewTest1". When I try to execute statement below everything is ok. select * from ProcViewTest1 WITH PARAMETERS ('placeholder' = ('$$str1$$', 'Michal')) But when I try to execute: sele

  • Newbie"Making an Animation from static jpegs and inserting to CP

    If I have a series of photos of someone moving their hand from their waist to their head and back again, how easy is it to make a gif or swf that can be inserted into a Captivate (cp)slide?