Make QT export faster? Not using resources.

I am exporting some quicktime movies to DV clips. These clips are 640x480 and anwywhere from 15 to 45 minutes long (however, the following problem happens on QT clips of all resolutions and lengths).
The problem is that the process is very slow, and QT Pro doesn't seem to be using my system's resources very much. I have a brand new Mac Pro (3ghz quad core) with 5 GB of RAM – so obviously I was hoping the new system would speed up this process. But it is not noticeably faster than my old iMac G5.
The "problem" is that I don't think QT is properly using the "horsepower" of this system. The CPU usage meters show all 4 cores being used at only about 25%-30%. However, Activity Monitor shows a process called QTPlayerHelper running at about 125% CPU! (which doesn't seem possible).
As for RAM, Activity Monitor shows all 4.95 of 5GB "used," but Quicktime is only using 100 MB and QTPlayerHelper is only showing 40MB use. But, in another apparent contradiction, it says VM size is over 19GB... if QT, which is the only thing I am doing now, is only using 150 MB of memory, why is VM usage so high?
Other than just some general insight into what is going on here, my real question is: "Is there any way to make QT use all system resources to speed up these exports (so my 4 cores of Xeon goodness would be used to their fullest potential)?"

In Activity Monitor, under the System Memory tab, you will see that RAM usage is broken down into four categories; Wired, Active, Inactive, and Free (shown visually on the pie chart).
Wired: Memory used to run the system (kernal). You can't free up Wired memory since you can't quit the system. Sometimes, a restart will free up some resources here but as you use more of the system, it will claim more memory.
Active: Launching applications causes them to claim various amounts of memory to run. Quiting applications will free up some of the Active memory.
Inactive: Applications may reserve additional amounts of memory that it uses to load a document or cache into so it runs faster that going to the disk each time. Inactive memory is variable, other applications that want to use it can grab it at will. It's basicly like holding a seat in the theatre for a friend, if all the other seats are taken and your friend hasn't shown, you have to give up the seat to anyone that wants it.
Free: Memory that hasn't been claimed or reserved.
The "Used" total includes Inactive memory, but the number in the Real Memory column for each item does not, only Wired and Active.
You may also notice this scenario one day:
10% Wired
40% Active (let's say two applications are open)
40% Inactive
10% Free
---Then you quit one of the applications and see:
10% Wired
20% Active
60% Inactive
10% Free
You didn't gain any Free memory, but that's because as soon as it was available the remaining application reserved it. If the system needs it or you open a new app, it will give it up to it. It's best to think of Inactive memory as Free for your purposes.
As for the QuickTime export...
At some point, there is a limit to how fast something can be done. I'm sure you know that 20%(x4) on a Xeon is at least >= 100% on a G5. Only applications specificaly optimized for quad-core processors can make full use of all it's power. Unfortuanatly, not every program toady has been (or needs to be), which was true when dual-core computers first came out. In this case, the power of your machine lies it the fact that you can be doing lots of other things at the same time as the QuickTime export without it slowing down. Can't do that on the G5. Right now, the biggest benefit goes to pro video editing and effects applications and specialized math and scientific programs. For the time being, know that nothing can do it faster than you can and you don't have to take lunch while it exports, you can keep working. 10 years ago, if I wanted to export a 30 minute video I edited in Adobe Premiere, I had to leave it over night, and it wasn't even DV quality or have today's fancy effects. Those were the days...

Similar Messages

  • Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings!

    Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings! Works fine with an older Safari Version. Web link, call doodle app.  You could see the website in the backround working but safari crashes after clicking on the error window.   Any suggestions?

    Turn off Private Browsing.
    Tap "Private" on Safari Screen to disable Private Browsing. When top of screen is white, Private Browsing is off.

  • HP 15-d041TU DVD-ROM HP UJ8FBA makes a noise when not using

    Hi everyone, here comes another problem from my newly bought HP, i sorted out nearly every issue that came along (packed) with this driver less laptop, now i have a issue that dvd rom makes a noise as if pick up is moving every once in 5 minutes, there is no disc in the drive, and i am not using it at all. I opened it and closed it doesn't seem to help. So after numerous searches i did this!
    1. ) Disabled Autorun of Windows 8
    2. ) Did a hard reset, i don't know if it's correct. "Hold the power button for 15 seconds" when computer is swtiched off
    3. ) Updated the bios again, it was updated i think but i did update again i don't know no messages about same bios etc.
    Now so far problem didn't arise, PHEW!
    What could have caused this? has anyone had the same problem? What was the solution worked for you?

    Here's the solution, it's not the drive that makes the sound. it is the hard drive, lol hardrive is located in the right bottom of the machine which i thought it's in the left. Even when i have the drive ejected it still makes the noise so it can't be the drive right?.

  • 11gR2 Connector not using resource bundle

    Hi All,
    Creating a custom connector based on DBAT.
    I made sure the values in the properties file were changed to match the names I used on the name parameter for the provider definitions. After the install the new provider names seemed to work
    but nothing else. so I ran the download resource script made a few changes and ran the upload resource script and now nothing is working.
    after running the upload the provider names in the drop down when creating the GTC are now the values from the name parameter and not the values in the resource bundle :(
    so how can I test these bundles without do re-installs?
    and how do you create an uninstall for the connector?
    Thanx in advance
    Fred

    TemplateEmailSender will render the JSP using the normal servlet pipeline i.e Thus, the template page is rendered simply as if it were a JSP page requested through a browser. In this case, the locale will be identified from the HTTP-HEADER (in an email case, the locale might be created using the Profile.locale property) and if it is null it will look for /atg/dynamo/servlet/RequestLocale.defaultRequestLocaleName.
    Check the Profile.locale and RequestLocale.defaultRequestLocaleName, you might be getting this issue because of the value is null here.
    Cheers
    R

  • Make java app. NOT use ".bat","sh","exe"-jar get params from manifest!!

    Right now a jar file's manifest can have a "main-class" which makes the jar truly executable - you can double-click it. The problem is, if you need environment variables, there is no way to pass them in to your main-class' "args."
    So why don't we make it so when the jar's manifest is read, that in addition to "main-class" you can have "main-args"?
    That would mean everyone would no longer need to bundle java apps with ".exe" or ".bat" or ".sh" files!!! We could have truly Java applications, that are executables!!!
    Just package them in a jar, have a main class and the args for it!!
    what does everyone think?

    Unfortunatly, it won't happen.....
    Sun has been pushing property files ever since they disabled getEnv. You are probably better off designing some sort of Runtime.exec("echo $VARIABLE") or such to catch the environment variables during init. Or you could just start using property files like sun would want.

  • Exporting perspectives not used by items

    How can I export all the perspectives from one Portal to import them elsewhere ?
    It seems that only those perspectives applied to items are exported.

    Hi,
    This is possible using Portal 9.0.2
    Thanks,
    ~Kirit.

  • How to make all web pages not use mobile page

    I don't want to see the mobile web page. I want the desktop view. It seems to be grayed out.

    I have that installed but it still shows me the mobile version of the site. The desktop icon is grayed out.

  • Premiere Pro CC not using all resources... 4k

    I just put together a new workstation machine for editing 1D-C 4k files in Premiere Pro and After Effects.
    Specs...
    i7 3770     3.4
    Gigabyte Z77 Mobo
    32gb Corsair Vengance DDR3 1600 RAM
    250gb Samsung SSD
    4x 2TB Seagate 7200 HDDs in RAID 0 (Yes I know it isn't backed up, we have that part covered)
    Nvidia Quadro K4000 (3gb vram)
    Anyway, we transfered a project with all the media files to our RAID media drive.
    It opened up very quickly and loaded all the media much faster then our old workstation.
    Then I hit the spacebar (perview) and the problems started..
    It won't play back smoothly at all,
    AND it is only running the CPU at 10-20%, GPU 10-50%, ram at 25% and it is not really taxing the drives very hard either...
    Why won't PP use all the resources at 100% like I have previously seen it do on other machines?
    ** The project we are trying to play is 2 layers of 4k .MOV footage in a 1080 timeline... with sharpening, Fast color corrector, and RGB curves.
    ** It also drops every fourth frame when playing back just one layer of 4k .mov footage in a 1080 timeline with NO Effects applied. (Much smoother, but still not using all resources)
    What I am asking, is why would it be giving up so quickly? Before even taxing the resources very hard?

    I too have a recent 1D-C project I'm editing.  That 1D-C is something, yes?  Most filmic images I've ever seen from a DSLR.  But I digress. 
    I'm following a workflow closer to the one used by Philip Bloom and Shane Hurlbut.  The Motion Jpeg files will not play well at all on your system.  It's strictly a capture medium - not an editing one.
    I converted all my 1D-C files to Prores 422 at 4K size using Mpeg Streamclip.  Those files imported beautifully and edit well on my Retina Macbook Pro laptop.  I usually set playback to 1/2 quality, ps. 
    I have had problems using CUDA, so I'm sticking to software mode.  But I don't see any problem with being able to cut my film and finish on my computer.
    Also - my sequence is a 4K sequence right in Premiere.  I simply chose a clip and "made a sequence" from that.  Why scale when I don't have to?  I've exported to 1080p easily from the sequence. 
    If anyone finds this workflow less than ideal, I'm all ears.  Thanks. 

  • HELP: Premiere Pro CC not using all CPU and RAM during rendering and export

    Hello,
    I am using Premiere Pro CC on a Windows 7. My timeline is quite simple with two videos, one with the movie (mpeg) and the other with the subtitles (avi).
    When I render the sequence in PP or export, the rendering time is way too slow and it only uses around 15-20% of the CPU and 3 GB of RAM.
    My hardware config is :
    - CPU : i7-4770k 3.50Ghz
    - RAM : 8 GB
    - Disk : 2 x 3 TB SATA (no raid)
    RAM is not the bottleneck, neither the disk access.
    I have tried rendering and exporting the same project on an iMac (with an i5 2.7 Ghz and 4 GB RAM and only 1 disk) and the result is 4x faster !!!
    The CPU usage is close to 100% as well as RAM usage.
    So how come PP uses all resources availble on an iMac and not on a Windows 7 ?
    Is there any known bug or software bottleneck on Windows 7 ?
    My machine is brand new and nothing much installed besides Adobe products.
    Any help is very much appreciated.
    Thanks,

    I just rendered out a a 2 minute sequence with about 100 clips in it and Colorista effects on everything to the Vimeo 1080 H264 preset. It took about 5 minutes to render straight from Premiere, it used all the recourses it could, my CPU was running at near %100, same with my ram and GPU, I was happy.
    Then I did another render with Red Giant Denoiser and it now wants to take 30 mins and it is only using about %20 of the recourses available. My problem isn't that its taking longer with Denoiser but that its not using all of my computers CPU and GPU.
    Im rendering at maximum render quality and bit dept to H264 (Im happy to wait the extra time), if I try to use VRB 2 it encodes 1 pass at a time and wants to take up to 40 minutes.
    I would appreciate some advice on this.
    Premiere Pro CC 2013
    2.6 GHz Intel Core i7
    NVIDIA GeForce GT 750M 2048 MB (CUDA GPU enabled in Premiere)
    16 GB 1600 MHz DDR3
    OS X 10.9.4 (13E28)

  • I was wondring if there is any top free app for cleaning up  the computer and make it run faster while booting, on startup and while surfing web. I am using a macbookpro  with IOS10.8.5, under chrome,safari,firefox net environment. thanks on yourhelp

    I was wondering if there is any top free app for cleaning up  the computer from malware, phinishing apps, adware, and othere malicious softwares and make it run faster while booting, on startup and while surfing web. I am using a Macbook pro  with IOS10.8.5, under chrome,safari,firefox net environment. thanks on your help

    I was wondering if there is any top free app for cleaning up ...
    There is no such thing, since the problems you are describing can have various causes. Seeking anything claiming to "clean" your Mac is asking for trouble, since all of those products are scams, whether they are "free" or not.
    If you are having trouble with your Mac, describe what it is. Be as specific as possible. For general recommendations read below.
    There will always be threats to your information security associated with using any Internet - connected communications tool:
    You can mitigate those threats by following commonsense practices
    Delegating that responsibility to software is an ineffective defense
    Assuming that any product will protect you from those threats is a hazardous attitude that is likely to result in neglecting point #1 above.
    OS X already includes everything it needs to protect itself from viruses and malware. Keep it that way with software updates from Apple.
    A much better question is "how should I protect my Mac":
    Never install any product that claims to "clean up", "speed up", "optimize", "boost" or "accelerate" your Mac; to "wash" it, "tune" it, or to make it "shiny". Those claims are absurd.Such products are very aggressively marketed. They are all scams.
    Never install pirated or "cracked" software, software obtained from dubious websites, or other questionable sources.
    Illegally obtained software is almost certain to contain malware.
    "Questionable sources" include but are not limited to spontaneously appearing web pages or popups, download hosting sites such as C net dot com, Softonic dot com, Soft pedia dot com, Download dot com, Mac Update dot com, or any other site whose revenue is primarily derived from junk product advertisements.
    If you need to install software that isn't available from the Mac App Store, obtain it only from legitimate sources authorized by the software's developer.
    Don’t supply your password in response to a popup window requesting it, unless you know what it is and the reason your credentials are required.
    Don’t open email attachments from email addresses that you do not recognize, or click links contained in an email:
    Most of these are scams that direct you to fraudulent sites that attempt to convince you to disclose personal information.
    Such "phishing" attempts are the 21st century equivalent of a social exploit that has existed since the dawn of civilization. Don’t fall for it.
    Apple will never ask you to reveal personal information in an email. If you receive an unexpected email from Apple saying your account will be closed unless you take immediate action, just ignore it. If your iCloud, iTunes, or App Store account becomes disabled for valid reasons, you will know when you try to buy something or log in to this support site, and are unable to.
    Don’t install browser extensions unless you understand their purpose:Go to the Safari menu > Preferences > Extensions. If you see any extensions that you do not recognize or understand, simply click the Uninstall button and they will be gone.
    Don’t install Java unless you are certain that you need it:
    Java, a non-Apple product, is a potential vector for malware. If you are required to use Java, be mindful of that possibility.
    Java can be disabled in System Preferences.
    Despite its name JavaScript is unrelated to Java. No malware can infect your Mac through JavaScript. It’s OK to leave it enabled.
    The same precaution applies to Adobe Flash Player. Newly discovered Flash vulnerabilities appear almost weekly.
    Beware spontaneous popups: Safari menu > Preferences > Security > check "Block popup windows".
    Popup windows are useful and required for some websites, but unsolicited popups are commonly used to deceive people into installing unwanted software they would never intentionally install.
    Popups themselves cannot infect your Mac, but many contain resource-hungry code that will slow down Internet browsing.
    If you ever receive a popup window indicating that your Mac is infected with some ick or that you won some prize, it is 100% fraudulent. Ignore it.
    The same goes for a spontaneously appearing dialog insisting that you upgrade your video player right this instant. Such popups are frequently associated with sites that promise to deliver "free" movies or other copyrighted content that is not normally "free".
    The more insistent it is that you upgrade or install something, the more likely it is to be a scam. Close the window or tab and forget it.
    Ignore hyperventilating popular media outlets that thrive by promoting fear and discord with entertainment products arrogantly presented as "news". Learn what real threats actually exist and how to arm yourself against them:
    The most serious threat to your data security is phishing. Most of these attempts are pathetic and are easily recognized, but that hasn't stopped prominent public figures from recently succumbing to this age-old scam.
    OS X viruses do not exist, but intentionally malicious or poorly written code, created by either nefarious or inept individuals, is nothing new.
    Never install something without first knowing what it is, what it does, how it works, and how to get rid of it when you don’t want it any more.
    If you elect to use "anti-virus" software, familiarize yourself with its limitations and potential to cause adverse effects, and apply the principle immediately preceding this one.
    Most such utilities will only slow down and destabilize your Mac while they look for viruses that do not exist, conveying no benefit whatsoever - other than to make you "feel good" about security, when you should actually be exercising sound judgment, derived from accurate knowledge, based on verifiable facts.
    Do install updates from Apple as they become available. No one knows more about Macs and how to protect them than the company that builds them.
    Summary: Use common sense and caution when you use your Mac, just like you would in any social context. There is no product, utility, or magic talisman that can protect you from all the evils of mankind.

  • Backup schedule will not use faster backup method

    Hello,
    I am currently using Windows Server Backup in Windows Server 2008 R2 to make a copy of our Exchange server. When I initially set the schedule it was configured to use the normal backup method, but after noticing that it was taking an exceedingly long time
    I went into the Performance settings and selected the Faster backup option.
    The faster method works great if I use the Backup Once option, but for some reason the scheduled backups still try to run the normal, non-incremental backup. I can't find where to change this in the schedule. 
    **I know that the first time you run the faster backup it needs to make the full backup. It has done this(it takes about 3 days) and every time I have run it since using the Backup Once option it has worked fine(takes about 1 hour). Once again, the issue
    is that the schedule will not use the faster option and tries to use the normal backup every time.
    Thank you

    I am backing up to a network location. When I use the Backup Once option and assign it to use a network location it is able to do the Faster backup. It doesn't make sense that the faster backup works when I do it manually but doesn't work when if it is
    initiated by the schedule. They are both going over the network.

  • Macbook Pro not using all available resources

    Hey All,
    I have a MacBook Pro with Retina Display (Late 2013) with the 750M and 16 GB RAM. I monitor most of my resource stats with MenuMeters and I've been noticing that it doesn't use all the available power to complete a given task, I assume to save battery life. What I'm wondering is, can i change some settings to allow my processor to run faster (not overclock, just use a higher percentage of available CPU power)? For example, I was updating league of legends, and the launcher was scanning itself to check for discrepancies. It took a minute or two and I noticed that my CPU percentage hovered around 20-25% and my SSD read speeds were not even close to the theoretical maximum (I've got the PCI-e interface). Is it just poor programming that doesn't let my computer work its hardest? I feel like I have a Porsche with governor on it.

    Expanding on the above, with 64-bit systems like Mountain Lion, RAM becomes critical. 4GB is a bare minimum. And will fall short if you add a few hungry apps. What happens then? Unix's fallback for low RAM conditions kicks in: virtual memory. The system tries to simulate what it does not have: extra "RAM" in the shape of a chunk of hard disk space where unneded stuff gets dumped to free real RAM. Now the system starts to lag as it desperately tries to guess which part of stuff in RAM can be moved to the disk and waits till the slow disk operation concludes. Worst case is when space runs out in the drive and all comes crashing down.
    So, upgrade and give the big cat at least 8GB RAM. Can go up to 16GB. And always leave AT LEAST 10% of the drive empty.
    Lastly, if you want to know what your cores and threads are up to, start up Activity Monitor. Click on the CPU tab at the bottom part of the window. Then double-click on the CPU graph. A new window will pop open, showing the load on each thread the CPU can handle concurrently.

  • Is their any other Processor better then a 2.9ghz intel core i7 that i could look into. I'm looking to make the computer faster & already upgraded the memory from 8GB to 16GB not realy noticing a difference

    Is their any other Processor better then a 2.9GHZ Intel Core i7 that i could look into. I'm looking to make the computer faster & already upgraded the Ram from 8GB to 16GB and i'm really not noticing any difference actually it seems to be the same as it was before. Any help with this?

    You will only notice a performance improvement if you haven't got enough RAM to use the applications you need. If you had a lot of free RAM before, you won't notice any difference now.
    If you already have your computer, you can only replace the processor if you replace the logic board. Your computer requires a specific logic board, so you shouldn't replace it and you have to stay with the same processor. Apart from RAM, the only part you can upgrade is the hard drive. What will make an improvement is a SSD drive, if you haven't got one

  • How to make real fast animations using CS5

    Hi,
    I need to make some fast moving animations like moving an image from one corner to another corner, how can I do that?

    If you need guaranteed framerates and playback speed, move on to the world of video and compositing tools. There is no way to enforce rendering speed of animated GIFs and the format doesn't have a fixed framerate. Not to mention the absence of motion blur rendering and otehr things in PS itself. That aside, simply use less frames to make things move faster, it just won't look smooth in PS because of what I mentioned...
    Mylenium

  • How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    So what is your question?
    If you forgot your encryption password:
    Warning: Make sure it's a password you will remember or write it down for safekeeping. If you encrypt an iPhone backup in iTunes and forget your password, you can't restore from backup and your data will be unrecoverable.
    If you can't remember the password and want to start again, you must perform a full software restore and chooseset up as a new device when iTunes prompts you to select the backup from which to restore.
    The above comes from here:
    http://support.apple.com/kb/HT4946

Maybe you are looking for

  • Change background in Adobe Bridge Web Gallery

    Hi, I am trying to use a web gallery created with adobe bridge in my webpage. I have inserted gallery in an <iframe>.  The gallery shows up just fine.  I would like to have the background of the webpage show up rather than the background of the web g

  • [svn] 3897: BLZ-266: Ajax FABridge doesn' t pull in channel info for messaging destination

    Revision: 3897 Author: [email protected] Date: 2008-10-26 17:10:00 -0700 (Sun, 26 Oct 2008) Log Message: BLZ-266: Ajax FABridge doesn't pull in channel info for messaging destination (merge branch changelist 3896 to mainline) qa: yes doc: no bug: BLZ

  • B1 communication on Internet

    Hi All, I am new to SAP B1, I want to know how can SAP B1 server & the B1 client be made to communicate via internet. Example: The server is at the head office and the client is at the warehouse (a completely different location). Please Advise, also

  • HT1766 Took a back up - can't find it?

    So I turned back up on and took a back up. Then I turned back up off. Now I am trying to restore from the back up and it does not show up? Help?

  • Fonts included with InDesign or the CC or CS bundles?

    Is there a list of the fonts that were included in the CC or CS bundles? I used to know where these ints were stored when the apps were installed, but now I don't know where they are. I need a list of which fonts came with the programs. Sue Campbell