What are the rules for keeping things running smoothly

As my iMac is now a month old and has been burdened with a number of trials, shareware demo, open source, video tutorials and general clutter; what are the basic rules for keeping things running smoothly? My 'log in' is certainly a lot slower although I don't have any apps loading and finder has become much slower with less spring in it's tail. Are there any caches etc that need dealing with? I'm afraid to say I was a bit of a pro at hammering my windows setups till they came to a stand still and I can't bare to see the Mac going the same way. Have I got to be ruthless and limit the number of apps I have installed? The quality of what is available just on apple.com makes it hard for a software addict to stop downloading Any help or just a reality check would be much appreciated....rob

Hello,
Mac Maintenance Quick Assist: http://support.apple.com/kb/HT1147
Great advice here from, "Klaus1" regarding a clutter free Desktop: http://discussions.apple.com/thread.jspa?messageID=7668937#7668937
Mac Tune-up: 34 Software Speedups
http://www.macworld.com/article/49489/2006/02/software
Tuning Mac OS X Performance
http://www.thexlab.com/faqs/performance.html
The Top 7 Free Utilities To Maintain A Mac.
http://mac360.com/index.php/mac360/comments/thetop_7_free_utilities_to_maintain_amac/
Mac OS X: System maintenance
http://discussions.apple.com/thread.jspa?messageID=607640
A good disk utility to empty caches: http://www.apple.com/downloads/macosx/systemdiskutilities/onyx.html
Use Onyx once a week, run the Maintenance and Cleaning scripts and that will help speed your Mac up pronto.
Run Disk Utility (Applications/Utilities) once a week and Repair Disk Permissions:
Launch Disk Utility. Select MacintoshHD in the panel on the left, select FirstAid, then click: Repair Disk Permissions. Quit DU when it's finished and reboot.
*Tip... very important: Run Disk Utility BEFORE and AFTER all software updates. That will save you headaches down the road.
You do not need to limit the number of apps installed but one thing to bear in mind. A Mac needs a minimum of 10% available disk space just to boot and it's all too easy fill up a drive and before you know it, you can't open apps, or they open and freeze up, or you can't install software. A good way to keep an eye on available space: Right or control click the MacintoshHD icon on your Desktop, then click: Get Info. In the Get Info window, click the black arrow next to: General so it faces down. You will see: Capacity and Available ... Best best is to always have 15% free drive space.
Back up your important data every day. If you have a system failure and need to either do an Archive and Install or completely wipe the drive and reinstall your system software, you'll be glad you did.
Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software.
Retrospect Desktop (Commercial - not yet universal binary) http://www.dantz.com/
Carbon Copy Cloner (Donationware) http://www.bombich.com/software/ccc.html
SuperDuper! (Commercial) http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
I hope I didn't inundate you with too much too soon, but just do maintenance, keep your Desktop clutter free, and back up your files daily. Once you get into the habit of doing this, it only takes a few minutes a day.
Carolyn
Message was edited by: Carolyn Samit

Similar Messages

  • What are the rules for connecting clusters?

    Hello,
      I am using Labview 8.2 and I am havings difficulty connecting clusters. I have a sub-vi that analyzes data and creates a 24 element cluster that is a output(indicator) that I want to insert into a larger cluster for the main vi. The main vi uses a large cluster so this is a cluster within a large clusrter. I cannot get all of the elements to transfer correctly. so here is what I have done so far to get the data to transfer correctly.
    The cluster of the subvi is the same name as the cluster within a cluster of the main vi
    Each element of both clusters (the subvi indicator and the cluster in the main vi) has the same element names.
    Each element in both clusters are the same data type.
      Connecting "cluster to cluster" does not work. The only way I have found to get the data to transfer correctly from the sub vi to the main vi is to use "unbund by name" and "bundle by name" for each of the 24 elements to get the data correctly. 
      Any ideas why "cluster to cluster" does not work?
    Regards,
    Kaspar

    In addition to the using typedefs I think it is also important to ask your sefl if all of this data SHOULD be in a cluster together. If you are using a very large cluster to contain all of your application's data you are probably putting too many unrelated things together. The more tightly coupled your system is the more difficult it becomes to maintain and reuse code. In addition you can run into both performance and memory issues if your data set is very large. You should try to design your clusters to contain only the necessary data for a given task/module. They should not be viewed as large buckets to simply carry stuff around.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • What are the rules for when a Calling VI has be resaved after a subVI is changed?

    We are planning on making changes to a driver set.  However, if one of our applications has VIs that have to be resaved because of these changes, then we will have to go through an extensive validation process for each application.  Therefore, it would be very helpful for us if we knew what changes can be made without the caller VIs needing to be resaved.  If a caller VI does need to be resaved, what about it's caller VIs?
    For example, I know that adding or deleting a control would require the caller VIs to be resaved.  What other rules are there?  Sometimes it seems like I did nothing that would change the connector pane, yet the caller VIs have to be resaved (i.e., they get the asterisk).  Does anyone have a full list of when VIs need to be resaved when their subVIs are changed?
    Thanks,
    Tom

    First of all, I should emphasize that I'm talking about not making any changes to the VI itself, only changes to the subVI that it's calling.  In doing experiments with one VI and one subVI, I get the same explanation each time in the Current Changes field:  "VI recompiled." and "SubVI call(s) modified.".  Both are pretty generic.
    Since no one has so far responded with a list, here is the start of a list:
    1.  Adding or deleting controls and/or indicators.
    2.  Changing the label and/or description of a control or indicator.
    3.  Adding a for loop to the block diagram.
    Those are the obvious ones.  There are others I could add to the list, but these don't seem to be very consistent.  For example:
    4.  Connecting or disconnecting wires to controls or indicators.
    5.  Wiring a control to a case statement (a specific example of #4).
    In regards to #5, yesterday, in my experimental VI (I've enclosed them), I wired the numeric control to a case statement, then saved the subVI.  The calling VI then needed to be resaved.  I disconnected the numeric control and wired up the string control to the case statement.  Once I saved the subVI, the asterisk appeared on the calling VI.  This was very consistent.  Now, this morning, I do the same thing, but the calling VI doesn't need to be resaved.
    So my question is, when does the calling VI decide it needs to be resaved?  Since I haven't made any changes to the connector pane, or to the controls and indicators, why does the calling VI need to be resaved?  Why should the calling VI care if a for loop is added to the subVI?
    Since the driver I'm working on is called by 15 different drivers, which is called by 20 different application, all of which have been validated, I really don't want to have to revalidate all of these drivers and applications, simply because I went in and fixed a bug in a low-level driver.  So any information that helps me to understand what triggers a calling VI to recompile due to a change in a subVI would be greatly appreciated.
    Thanks!
    Tom
    Attachments:
    Example.vi ‏13 KB
    Example_sub.vi ‏20 KB

  • What are the rules for using ILife sound effects, jingles, in video projects?

    I used a musical track from my iLife musical library in FCPX and when I posted the video on YouTube it was claimed by a third party. The track is called "Elysium". So are the music and sound libraries free from copyright claim?

    That's the rub. Everybody has the impression they can use Apple Loops as if they're open source or public domain... They are so not. They are free from royalties! That's a completely different thing.
    You do have the right to use those "jingles" in your video works for free. You do need to give credit to the third party contributors of content you've used in your videos.
    I find that placing a credit *in your video* like:
    Music: Elysium by Apple, Inc. Used with (or by) permission.
    or
    Music: Elysium licensed by Apple, Inc.
    helps out considerably.
    (All of the iLife Jingles are credited to Apple, Inc.)
    (You can use any kind of formatting you like for displaying credits -- you can make it an interesting part of your video as done in some higher end movies, etc.)
    YouTube needs to cover their a**. Your videos need to have a little professionalism added to them (credits are de rigueur [good etiquette, and expected.])  I'm pretty sure that YouTube puts human eyes on every upload. I place credits at the very beginning and the videos usually "clear" rather quickly.
    One of the problems with using "Apple Loops" is that somebody has already beat you to using them. Content matches cover everything. I've had content matches against people who have actually violated the end user agreement for using the loops (there's a clause that basically states that loops shall not be made available to the public in their entirety without modification.) It's okay to use loops in a derivative type setting (something is added to the soundtrack with the music to make it "changed".) [I don't think Apple pushes the point... but others might.]
    YouTube doesn't really care what you use. They just need to make sure their liability is zero. Credit everything. Be truthful (you've got to cover your own a** as well.) If you don't have permission to use something... DON'T!
    YouTube has an Audio Library of free content you can use (without credit! — but give the credit anyway [professionalism]) in their content Creation Tools section located at the bottom of the left column of your Account pages (Video Manager, Dashboard, etc.) It's a pretty decent selection of music... you should check it out.

  • What are the rules for adds on applications made in xcode?

    Hello!
    Im making an app for iphone and ipad, and I was wondering if there is any kinds of restrictions regarding advertisement on these applications?
    Thank you for answers!

    Ken
    A lot depends upon the resolution of the export image as to
    how sharp it
    will appear. The higher the resolution the sharper your
    edges, but the trade
    off is file size. The reality is that the highest monitor
    resolution is only
    the equivilent of 96dpi.
    In terms of file types the gif format is best for items like
    vector art and
    the jpg format is best for photos.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Ken Nielsen" <[email protected]> wrote in
    message
    news:f6ub69$1fs$[email protected]..
    > I'm mostly familiar with print and use vector art and
    clipping paths to
    > maintain a clean edge for artwork and images with
    backgrounds removed. The
    > peculiar and fortunate thing about vector paths is that
    they 'cut through'
    > the
    > dot pattern used in color printing so you get a super
    clean edged to
    > everything
    > that uses vector paths.
    >
    > For the web, there must be some use for Vector paths.
    Most type uses these
    > paths to make the shape of the letters.
    >
    > My questions are:
    >
    > 1. Does vector art cut through pixels on the web? and is
    it pixel
    > independent
    > - making sharp edges on logos, illustrations, etc.?
    >
    > 2. I am suppposed to generate artwork for the web, but
    at this point, I
    > only
    > know that Jpeg and Gif images are used for art. What I
    want to do is
    > provide
    > images that act like type, so they have shape,
    transparent background, and
    > show
    > up really sharp.
    >
    > I have the tools to go in any direction with this, but
    need an expert's
    > opinion and advice.
    >
    >
    > Thanks In Advance,
    >
    >
    > Ken
    >
    >
    >

  • What are the Rules for using iTunes outside the US?

    I'm a US citizen with a US bank and a US credit card and a US mailing address.  The only things that are outside the US are me and my US-purchased Mac.
    I understand that I can only use the US iTunes Store while I'm in the US (which is about 3 or 4 times a year).
    What about the rest of the time?  Is there an official way to purchase additional titles when I'm outside the US?
    What does the current contract mean by "agree not to use the APP outside the US"?  Is the "APP" iTunes or just the iTunes Store?

    I understand all this "can't get there from here" stuff has to do with copyright laws and such but the real world is going to do what it has to do.
    This is why I wanted to know what the Official Rules were.  iTunes is not currently available in my country of residence so even if I wanted to, I couldn't use the "local store" as there is none.
    I had a similar problem with Microsoft Office 365.  Can't subscribe from "here" without using a "local" credit card.  I do have a local credit card but it can only be used "here".  When I tried to subscribe using my "local" credit card on Microsoft's "local" website - my "local" bank denied the charge as the "local" website was actually in the US.  VPN solved the problem.

  • "run" "script" "my", what are the rules for using different handlers?

    Hi
    I am a very big newbie to this apple script, and I am getting confused how to organize my scripts with functions such as "my" "script" "run".  Please send me a tutorial!
    DOUG

    More specifically, MacScripter's unscripted section has several tutorials.  There is also the AppleScript Language Guide.

  • What are the rules for selling old CS software?

    Here's my question. My company recently upgraded my software to CS5 from CS4. Obviously this requires the use of the CS4 serial number to validate the upgrade. What I'm wondering is if they can now sell the copy of CS4 once CS5 is installed. Is that legit? Or do you have to keep your unused software around? I've searched all over and can't really find a clear answer on this.

    I think Bob is correct.
    You should notice a link at the bottom of this page called "EULAs" (for "End-User Licence Agreements").  Section 5 "Updates" says that an Upgrade license requires that if you wish to run previous versions of the product, they must be on the same computer, hence they cannot be resold (separately); "(b) the previous versions or copies thereof are not transferred to another party or device unless all copies [are]."
    Your company is bound by this agreement.  It's only remotely possible that they have a volume license that overrides this section.

  • What are the rules for AUR packages that rely on Alien bins [solved]

    Hi,
    I use ArchLinuxArm and want to create an AUR package that gets binaries from, lets say Fedora ARM, extracts them and modifies the config files in order to make it compatible with the Arch way of Linux. Of course, the PKGBUILD I am going to write will limit installation on the appropriate arcitecture, e.g. armv7h, then.
    Is this generally allowed or will my package be deleted after submission to AUR?
    Best,
    RaumZeit
    Last edited by RaumZeit (2013-10-27 01:38:31)

    AUR queries should be posted to the aur-general mailing list.
    As indicated in the thread linked by Karol above, it is permitted to append unsupported architectures to the arch array of a PKGBUILD that builds on officially supported architectures. That does not necessarily mean that we will allow packages that only build on unsupported architectures. This should be discussed on the mailing list. I have a vague memory of this coming up before and I think the consensus was that such packages would not be supported, but that consensus may have changed. Personally, I do not see a problem with such packages right now and I expect official supported to be extended in the future,  so I am in favor of allowing them.
    Packages that install pre-compiled binaries should be distinguished from normal packages with a "-bin" suffix. Such packages are permitted as long as they do not violate applicable licenses.

  • What are the wildcards for FILE_MASK in FM EPS_GET_DIRECTORY_LISTING

    The wildcard for exactly 1 character is '?'.
    example: with mask ????????.STA     , I get the following files:
    BWMDAACW.STA
    BWMDAADW.STA
    BWMDAAEW.STA
    BWMDAAFW.STA
    BWMDAAGW.STA
    (all files ending with .STA, with 8 characters before .STA)
    But what is the wildcard for 'any character' ?
    I tried with *.STA     , but the result is
    test1
    test2
    test3
    test4
    y5c01
    (all the filenames with exactly 5 characters)
    with *STA, the result is
    IBAN
    PBCL
    rfbi
    stxh
    stxl
    (all the filenames with exactly 4 characters)
    (the result is the same with *123 or *XYZ !!!)
    with BW*, the result is
    BWMDAACW.STA
    BWMDAADW.STA
    BWMDAAEW.STA
    BWMDAAFW.STA
    BWMDAAGW.STA
    as expected, but * seems the right wild character for 'any character' only at the end of the mask; it seems not work as expected when it is not the last character of the mask.
    It seems very strange! What are the rules for wildcards ? (I'm in 4.7)
    thanks in advance

    CONSTANTS DAYS1980     TYPE I VALUE 3652.
    DATA: linelength TYPE i VALUE 0.
    DATA: linelength1 TYPE i VALUE 0.
    DATA: text TYPE string.
    DATA: DLIST    LIKE EPSFILI OCCURS 0 WITH HEADER LINE,
          DPATH    LIKE EPSF-EPSDIRNAM,
          PFILE    LIKE EPSF-EPSFILNAM,
          MDATE    LIKE SY-DATUM,
          MTIME    LIKE SY-UZEIT,
          POINT_IN_TIME TYPE I.
    DATA: BEGIN OF FATTR OCCURS 0,
              FILE_NAME  LIKE EPSF-EPSFILNAM,
              FILE_SIZE  LIKE EPSF-EPSFILSIZ,
              FILE_OWNER LIKE EPSF-EPSFILOWN,
              FILE_MODE  LIKE EPSF-EPSFILMOD,
              FILE_TYPE  LIKE EPSF-EPSFILTYP,
              FILE_MTIME(12),
          END OF FATTR.
    PARAMETER P_PATH(50) TYPE C DEFAULT '/TMP' LOWER CASE.
    PARAMETER P_FILE(50) TYPE C DEFAULT ' '  LOWER CASE.
    DPATH = P_PATH.
    PFILE = P_FILE.
    CALL FUNCTION 'EPS_GET_DIRECTORY_LISTING'
         EXPORTING
              DIR_NAME               = DPATH
    *          FILE_MASK              = PFILE
         TABLES
              DIR_LIST               = DLIST
         EXCEPTIONS
              INVALID_EPS_SUBDIR     = 1
              SAPGPARAM_FAILED       = 2
              BUILD_DIRECTORY_FAILED = 3
              NO_AUTHORIZATION       = 4
              READ_DIRECTORY_FAILED  = 5
              TOO_MANY_READ_ERRORS   = 6
              EMPTY_DIRECTORY_LIST   = 7
              OTHERS                 = 8.
    break developer.
    IF SY-SUBRC EQ 0.
      LOOP AT DLIST.
      linelength = STRLEN( DLIST-NAME ).
        linelength = linelength - 3.
      linelength1 = STRLEN( P_FILE ).
        linelength1 = linelength1 - 3.
      if DLIST-NAME+linelength(3) = P_FILE+linelength1(3).
        CALL FUNCTION 'EPS_GET_FILE_ATTRIBUTES'
             EXPORTING
                  FILE_NAME              = DLIST-NAME
                  DIR_NAME               = DPATH
             IMPORTING
                  FILE_SIZE              = FATTR-FILE_SIZE
                  FILE_OWNER             = FATTR-FILE_OWNER
                  FILE_MODE              = FATTR-FILE_MODE
                  FILE_TYPE              = FATTR-FILE_TYPE
                  FILE_MTIME             = FATTR-FILE_MTIME
             EXCEPTIONS
                  READ_DIRECTORY_FAILED  = 1
                  READ_ATTRIBUTES_FAILED = 2
                  OTHERS                 = 3.
        IF SY-SUBRC EQ 0.
          FATTR-FILE_NAME = DLIST-NAME.
          APPEND FATTR.
        ENDIF.
        endif.
      ENDLOOP.
      SORT FATTR BY FILE_NAME.
      LOOP AT FATTR.
        POINT_IN_TIME = FATTR-FILE_MTIME.
        CALL FUNCTION 'POINT_IN_TIME_CONVERT'
             EXPORTING
                  POINT_IN_TIME = POINT_IN_TIME
             IMPORTING
                  DATE          = MDATE
                  TIME          = MTIME
             EXCEPTIONS
                  OTHERS        = 1.
        SUBTRACT DAYS1980 FROM MDATE.
        WRITE: / FATTR-FILE_NAME,
                 FATTR-FILE_SIZE,
                 MDATE,
                 MTIME.
      ENDLOOP.
    ENDIF.
    Edited by: kk.adhvaryu on Sep 25, 2010 12:08 PM

  • My ipod nano 6th gen fell out of my pockey and the screen cracked badly, is there any coverage for this under warranty? I just bought it a month ago. If not what are the options for getting it fixed

    My ipod nano 6th gen fell out of my pocket and the screen cracked badly, is there any coverage for this under warranty? I just bought it a month ago. If not what are the options for getting it fixed? It is pretty frustrating, it fell from about 3 feet out of my pocket and now looks like it was beaten by a hammer.

    Debbie:
    deborahfromwindsor wrote:
    he advises restarting by inserting the OSX disc and pressing down the C button to reboot from there then selecting disk utility, hard disk and repair.... Does he mean me to hold down the C key on the alpha keyboard or the ctrl key?
    Should I just ask for my money back??? If it is a simple repair do I just literally push the disc in, push the power button and hold down the C button?
    That's where I would begin, too, with
    Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.TStatus of HDD at the bottom of right panel, and report if it saysanything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need touse autility like TechTool Pro,Drive Geniusor DiskWarrior
    First we need to determine if the issue you are experiencing with the computer is software or hardware based. Once we have gotten things sorted out there should be time enough to make you decision about keeping or returning it.
    cornelius

  • What are the announcements for renting VPS?

    What are the announcements for renting VPS? For details, understand VPS and make the choice of rental; for Taiwan VPS and Hong Kong VPS, without records, unlimited contents, wider range, and more efficient experience. Your server will show its excellence with the advantages.
    Most station agents become less inclined to virtual hosting, for national space, domain name records are needed, which waste the time; for overseas hosting such as Korea hosting, US hosting, no records, but slower speed than national space; therefore, more and more station agents prefer servers, but because the price of servers are too high, they turn their focus on VPS.
    The following are the announcements:
    1.Open remote desktop lander:
    Start-run-mstsc or start-procedure-nearby-remote desktop connect
    2.Several conditions for account halt:
    First, client side login cause account halt
    Second, certain account quits the remote control in midway when it runs routine
    Third, certain routine is restricted by synchronous operation of system administrator.
    3. Not install the third party firewall
    If you need firewall, please use windows firewall, the third party firewall in VPS will cause system collapse and data loss, the system automatically obtains the newest windows patches and install itself, which do not require human operation. Installing system patches in VPS sometimes will heavily lead to VPS collapse and data loss.
    Do not modify remote desktop port.
    Because of the specialty of VPS system, default remote desktop port is 3389, do not modify randomly, or the remote connection will be out of work.
    4. Except some special conditions that user registration is needed for certain procedure, when the remote connection has been close down, do not forget logout user to save memory resource, and prevent the loading connection next time, if it happens, reboot VPS.
    5. VPS has been set with relative security when it was paid, with high security. It suggests that do not open firewall randomly, if you open it by your own, the following ports should be opened: 21(FTP), 3389(remote connection), 80(website http), 3306(MySQL), 1433(SQL Server). Timely check whether there is suspicious account or system log, download 360 safety guard to avoid these files and process.
    6. Try not to modify registry hand-actuated, ensure the reboot of VPS. Modify remote ports please add the modified port in firewall first, and then reboot.
    7.Modify IIS installation files, backup these files, and then modify them with the software that can keep the file layout, prevent these files from destroying IIS.
    8.Website service of VPS and FTP service of IIS are default to open hand-actuated, set Web Publishing Service as automatically if you are station agent. If you often use FTP service of IIS, please set FTP Publishing Service as automatically, i.e. reboot it automatically. If you use serv-u, tick all the system service terms. In the terms of security and resource consumption , it suggests that those users who seldom use FTP do not set it as automatically.

    Hi there
    "So for ALL the apps, the annual monthly fee is £46.88, but you can rent occasionally for £70.32 pm.... ?" Correct
    £17.58 single app plan requires an annual commit - it's £27.34 for the month-to-month plan without annual commit.
    Thanks
    Bev

  • What are the settings for Primere Elements 9 if I've filmed with a Canon Powershot sx50 HS?

    I just got this camera and I want the best quality possible. Unfortunately, it's hard for me to fully know if the settings I try create that. I get a fuzz or noise on objects like if I'm wearing a black jacket it's like static. When I put the video on my phone which is an Android Galaxy s4 it converts it into mp4 format and I get much more clear results than on my computer which perplexes me. I did a lot of trial and error with my previous camera (JVC Full HD Everio) which I got the same results. My newer Canon should be leagues ahead of the JVC, but I really can't tell as of yet. If anyone could help that would be awsome. I have examples of my trials and errors from my Youtube videos which you can see I felt I was slowly making progress with the JVC Oppositeofhood - YouTube

    Opposite
    Then I saw your latest post
    Wait, I think I just found it. I pressed record on different settings to take pictures with like portrait to see if it would make a difference and when I uploaded them to my computer I found where it shows the BIt rate and it varied. They run at 23 frames per second 1920 x 1080 MOV video files and all the Bit rates are like 36,356 35,414 ,36,521
    If your camera is recording with a variable bitrate, the Bitrate variations from file to file should not be contributing to the issue. But it does raise the issue related to whether or
    not we are setting the appropriate bitrate level in the export settings. What are the units for 36,356, 35,414, and 36,517 -
    kbps (also can be written Kbps) and is kilobits per second
    or
    Mbps which is megabits per second.
    Let us try this for one of your 1920 x 1080p24 videos.
    Go through the following workflow
    Manually set project preset...
    NTSC
    DSLR
    1080p
    DSLR 1080p24
    When you go to export your edited Timeline content, then use
    Share
    Computer
    QuickTime
    with Presets = NTSC DV 16:9 - that is going to be customized to 1080p24 (H.264.mov) under the Advanced Button/Video Tab of that preset
    The essential settings under the Advanced Button/Video Tab
    Video Codec = H.264
    Frame Width = 1920
    Frame Height = 1080
    Frame Rate = 23.976
    Field Type = Progressive
    Aspect = Square Pixels (1.0)
    Now here is where we are going to experiment....
    Bitrate
    Check Mark next to Limit Data Rate to and type in 36000 before kbps
    note the file size of the export as well as the quality of the playback.
    Repeat the whole process but in export
    Remove the check mark next to Limit Data Rate. The Bitrate field will be disabled.
    note the file size of the export as well as the quality of the playback.
    We will be watching for your results.
    Thanks.
    ATR

  • What are the settings for web?

    What are the settings for web?

    800mbps Quicktime for the web,< </div>
    The compression is reducing the number of pixels being shown in order to maintain the bitrate. So rapid motion, which requires nearly all of the pixels to be redrawn, causes things to stutter.
    Compression is really, really hard to do. Really.
    bogiesan

  • What are the settings for apn data and mms for iphone 4 on straight talk?

    what are the settings for cellular data network APN DATA and MMS for Straighttalk sims on IPhone 4?I cant send or recieve pictures.My service keeps losin signal constantly saying no service then 1 bar,2 bars,3 bars...then back down to no service.It drops calls.Iv been trying to find out the answer to this problem for 2 weeks!I have no Profile selection in my settings either to do wat its showing online on one website.and have entered numerous diffrent APNs and none have worked!!!!PLEASE HELP!!!

    They're asking a question about carrier settings for their iPhone. I think that has everything to do with Apple.
    Maybe they did already ask Straight Talk. I've called Straight Talk before... they're not too helpful.
    You know, this forum would be much friendlier if people in this forum would quit squabbling, & posting comedic replies, not too mention name calling (like I did), when people are just needing some help.
    It's also frustrating that people stick up for the guy who doesn't help, but rather takes the time to post some smart alec reply. Granted, I shouldn't have name-called... some people just frustrate me when they act like that.
    Admittedly, there ARE some grey areas when it comes to carrier questions... but let the moderators do their job when someone is asking innappropriate stuff. And if the mods aren't chiming in, then that's a good indication that what the thread is about IS in fact Apple related.

Maybe you are looking for

  • How to flow text across multiple pages in 9

    My form is lengthy, and one Master Page section will be text with no form fields, but the text is 10+ pages, depending on the version of terms and conditions provided.  In this link, http://forums.adobe.com/message/5112687, there is much discussion o

  • Unable to set a specific velocity to a stepper with 7342

    Hi all, my system is a PCI-7342 driving two stepper motors via an UNI-7774 in open loop. The stepper(s) moved at the first try without problem, but... Last week I was tuning the system with MAX, trying to find a specific velocity I need around 70 ste

  • Main nav bar does not appear sometimes when opening a PDF

    Hi. I'm using a PC running Windows 7, and Acrobat 10 and 11. I am having a strange problem where Acrobat will open one PDF normally and then a second one will open with no navigation toolbar (menu bar?) above the "Create PDF" bar that has the customi

  • How make a button inactive after the click ?

    Hi, how can i make a button inactive after i clik on it ? I need it becasue i have one button which play my symbol (made with this nice course https://blogs.adobe.com/edge/2012/07/18/tutorial-leveraging-independent-symbol-timelines/) but it's not wor

  • Anyone having problems with pop up windows?

    Very recently (roughly just after performing the most recent Security Update) I have had trouble with pop up windows in Safari. Haven't had the problem before and the strange part is that my setting to block pop up windows keeps becoming unchecked in