FCP Studio3, already RT problems?

Hi,
I am working on an absolutely brand new macbook pro, 2.8ghz 4gb ram model. Ever since the first day of operation Final Cut seems to be giving me major problems when trying to play back very simple video sequences. For example, i import a range of 1080 50i hdv footage into the appropriate bins on the left (the sequence settings are all correct), drag it into the time line to start editing, it plays fine. I add just one more layer of video, either a layer of text or one simple filter and it just stops and gives me the familiar "FRAMES DROPPED" message, cannot play RT bla bla.
I have altered all the appropriate things that i can from the help section of "things that may slow or alter the ability to play back in RT". I have changed the frame rate to dynamic, medium etc. i have tried to lower all playback options to optimise speed, but yet it STILL stops playing the sequence and gives me the RT/dropped frames message. I thought maybe its because I was editing some footage from an external harddrive that this had something to do with not being able to keep up, but i have eliminated this after transferring the footage to my internal drive and still having the same, really annoying issue.
The reason this makes no sense to me and shocks me IS that I was previously working at another place just weeks ago where the imac's and macbooks were of less grunt but could handle editing multiple layers of video (with several filters), audio and text altogether no probs. Why will FCP all of a sudden, for me, not even handle 1 layer of video with 1 layer of text? This computers specs are by far way more better than the ones i was previously using. Does something need reinstalling, or is FCP not accessing the RAM properly or something? It feels like there is no RAM and no processing power.
Any help or explanation appreciated greatly!

fowler123 wrote:
The external Drive was a 1TB (with plenty of room), although it was USB connection, dont know the rpm sorry. Will FW800 change things considerably? Maybe its a case of FCS 3 being a bit more intensive than FCS2?
At previous places, all media was saved on to external FW Drives and we worked completely from them. Although they were older Imacs so they only had a FW400 port so the drives were transferring at that speed.
USB is your issue. Use FW. If you can get FW 800 drives, so much the better. There will be a time when the FW will hit too much on transfer, but will beat USB. USB really is pretty limited on the Mac, okay for some things. Small files, pen drives, transferring files from a compact card reader. But video, nope.
EDII: Whoops see David also responded when I was typing (got a phone call and stepped away in the middle of replying)
Message was edited by: Drew13

Similar Messages

  • FCP quicktime conversion export problem

    issue exporting still image instead of video
    FCP quicktime conversion export problem
    within the last 2 weeks i have exported from FCP studio 7.0.3  as quicktime conversion, the settings are:
    export as QuickTime Conversion:
    > Options> quality> set to Best>
    Standard Video Compression Settings
    Compression Type: H.264
    Motion:
    Frame Rate: Current fps
    Key Frames: Every 24 frames
    check Frame Reordering
    Compressor:
    Quality: Best
    Encodeing: Best (Multi-pass)
    Data Rate:
    Automatic
    Filter… none
    Size>
    Dimensions:
    NTSC 720x486 16:9
    >ok
    Sound: (don't change anything)
    Format: Integer (Little Endian)
    Sample rate: 48.000kHz
    Sample size: 16-bit
    Channels: (L R)
    >Export
    the results i get a odd. - the video exports fine, except for the beginning titles, instead a still frame image from somewhere else in the video occupies that intro, until the first transition- in this case- dip to white, then the rest of the video is fine. the portion of the beginning  that does not show are composed of:  livetype text credits in V2 - in which i have done a manual opacity fade up and down - so the livetype text fades in, over matte color solid in V1. in the exported video -i do not see any of this, all i see is a seemingly random still from somewhere else in the video. i can however hear the audio as it is supposed be.
    cant figure out why this is happening. anybody know?
    i think the livetype files are 1920 x 1080.
    my FCP sequence is 720 p
    this has only recently started happening and doesn't seem to be consistent.
    im wondering if it has to do with the live type files, or the white solid?…
    or the conversion settings above?

    Alistair
    Earlybird is exporting H264 ... the Key Frames setting is determining the GOP length. This value should really be determined based on the complexity of the video, to my understanding, the actual frame rate has no bearing on it. If you have very complex fast moving content then a low Key Frame rate is advisable to ensure good image quality (although it will adversely affect the filesize) whereas if you have slow moving or static content (like an interview subject) then a higher Key Frame rate will still produce a good image but at a smaler filesize. The default of 24 should be pretty much fine as a catchall starting point.
    Earlybird
    Corrupted render files (and render references) can be a pain because FCP will use those files and references  in place of the original media when building the export. And so it should as it does't want to waste time re-rendering sections that are apparently already rendered. Unfortuantely, as noted, if the render file has gone bad and/or starts referencing the wrong media then you'll get these wierd flashes of completely unexpeced and unwanted footage showing up where it shouldn't be. When you trash those files then QT / FCP will just go back and re-reference the original media ... so it's usually a worthwhile step to take just in case thats the problem.  The worse case scenario is that it only that doesn't work and you spend some time unecessarily re-rendering.
    As to why these files go bad? That I don't know. Why do Preferences get corrupted? That I don't know either but it definitely happens :-(
    Cheers
    Andy

  • FCP 6.0.4 problem

    FCP 6.0.4 on 10.5.4
    When launching FCP the splash screen appears as usual, but from there on things go wrong. The beachball starts spinning for ages and than all of the sudden the program continues to boot normally or sometimes it crashes. During the beachball spin "Activity Monitor" displays FCP in red color as "not responding".
    I have trashed all prefs, repaired permissions, run disk warrior created new users but nothing seems to help.
    Anybody having the same problem? Any suggetions appreciated.

    How did you install 10.5.4 and FCS2?
    Clean installs for both?
    Or an update or archive install for the OS?

  • WEBUTIL - file already open problem

    Hy everybody,
    I request your help for a problem with de Webutil library.
    I want to open a PDF document with the command :
    Ret := WEBUTIL_HOST.Nonblocking( Cmd ) ; (Cmd = path + file name)
    This function is called on a "When Button pressed" trigger in my form.
    The errors occurs when :
    1/ I pressed my button, my PDf is well displayed.
    2/ I didn't close my PDF and I click again on my button.
    3/ I get the error "WUT-105 : Unable to open file"
    I just want to know if exists a function which tell me if the document is already open. (WEBUTIL_FILE.FILE_IS_READABLE does not work any more !)
    Or if I could catch the exception in my code. I've tried but I didn't manage to catch it.
    If somebody could help me, thanks in advance. And sorry for my english, I'm just a french guy ... ;-)
    Bye.

    user10836197 wrote:
    Ret := WEBUTIL_HOST.Nonblocking( Cmd ) ; (Cmd = path + file name)You only pass the path of the file? Did you try it with rundll32?
    rundll32.exe url.dll,FileProtocolHandler test.txtOpens test.txt with the program I specified to always open textfiles with.
    cheers

  • FCP Out of Memory Problem

    Hello. I am running Final Cut 5 on a G5 (a little over a year old) with 2Gig of RAM. I see that others have had this problem, but there are so many different solutions posted I don't know where to begin.
    Let me go thru what I was doing. I was editing a sequence in a project I am working on. 99.9% video, and two images... I exported a frame from the video and then dragged it and dropped it from the desktop to the timeline. I was working to apply an 8 point garbage matte to the still picture (i applied it, started messing with it, and then I deleted the matte and started over by trying to reapply the matte) when it popped up with a "cannot complete operation" popup. When I clicked ok, it said "Out of memory". I click ok and the monitor window in FCP turned red and said that I needed to close that window and reopen it so I could continue working. I close it, reopen and try to apply my matte. It lets me drop the filter on the picture, but would not give me the controls to edit it.
    Now, I have 160gigs of space left on the hard drive so I am curious.
    So I quit the program, restart the computer, and run the Render Manager. I can open Final Cut Pro, I can open the project. However, I cannot open the sequence I was working on. It tells me it cannot complete the opperation, and then it says it is out of memory.
    I checked my picture that I was using in that sequence, and it is in RBG color.
    Any help you guys can offer would be appreciated.

    Dodge This
    I've no direct experience of this problem (and I just tried to replicate it and mine worked fine) but I know it would help those who are in a position to help you, if you'd give a load more detail about your system, what other programmes you were running at the time and what verion of FCP you are using etc etc.
    See the notes included at the bottom of this post and don't take the last line personally - it's not intended for you!
    Good luck!
    Andy
    G5 Quad. 8 GB. 250 & 500 GB Internal HDs. G-Tech G-Raid 1 TB. FCP 5.0.4 (Studio)   Mac OS X (10.4.7)   Sony HVR-Z1E.
    You can't educate pork . . ..

  • FCP to STP workflow problems

    Hi all, having some real problems with a charitable recording I have done for the kids local theatrical group and wonder if anyone can help. Here is the issue:
    Recorded kids play with single cam with onboard mic. Used Sony HDV A1 which has used track 1 for the audio from the shotgun mic and has put the audio from the onboard stereo? mics on track 2. Audio is as good as its going to be with the shotgun mic apart from the times when parents are clapping when it distorts.
    Have the whole play in 2 long - 45mins - runs without any stop start.
    I then put the sequence on the timeline and use the razor blade to split the various scenes (need to cut some of the play out). Now have the whole play with 2 audio tracks with cuts where I want them. Tricky bit comes next.
    I need to loose the audio track 2 as it is too quiet and use the mono track 1 but try to do something with the distorted and too loud sections. I tried to send each cut scene to STP, make the adjustments, send it back etc., but have noticed (after waiting 24-hours for the render down to SD for the DVD) that each of the cut scenes seems to have been treated as a whole 90 minute section by STP with each one coming in at 1.2Gb! No wonder Compressor was taking a long time to do its stuff!
    So, I take it there is a better way but any idea how I should do this? Working with the 45 minute clips on the timeline is nice and easy but how do I handle the audio? Just want the one track replicated across audio 1 and 2 plus for STP to just handle each section of the sequence rather than the whole thing.
    Many thanks in advance,
    Michael

    Hi Jim,
    Many thanks - this has helped a lot and I can now work on the audio with each clip and the resulting file size has gone down to a fraction of the original.
    Any thoughts on the 2nd part of my question around audio tracks? As mentioned my Sony A1 seems to have captured two tracks and I need to discard one (the onboard mic). If I do this by simply deleting the 2nd Audio track in FCP when I open the track 1 in STP I can see it again. I guess by removing it from the FCP timeline does not result in removing the track from the referenced file that is sent to STP.
    Tried converting tracks to mono in STP, saving and returning to FCP but then I get a 'reconnect missing media' error as the number of tracks has changed. When I reconnect it works fine (mono audio from both left and right) but the red \ through the file name audio symbol is still shown against the STP file name in the FCP browser. Suppose I can live with this but the red \ is probably telling me that I am doing something wrong!!
    Thanks once again for the help so far,
    Regards, Mike

  • FCP: "There was a problem connecting to the server"

    I receive this dialog (every 10 seconds or so when dismissed) whenever I open FCP 10.1.3 on my MacBook Pro (Retina, Mid 2012).  The server is a Drobo5N, and when I mount it, the dialog goes away.  Also, when I shut down the server when FCP is open, the persistent dialog does not reappear.  If I quit FCP, then reopen it, the dialog problem will recur if the Drobo is shutdown.
    I read through the posts with similar problems to help solve this annoying issue.
    Roger

    It appears the the update to FCP 10.1.4 has solved this issue for me.

  • FCP XML to Flint - Problems with Time Remap

    My Flint artist and I have had some problems with the XML Export and Import that we cannot figure out. The XMLs from FCP sequences that have variable speed Time Remaps applied show up on the Flint with those particular clips with the wrong in/out points in both the source and record times. Also, the speed ramp info doesn't show up properly.
    We have followed the Flint manual to a T on importing correctly. Anyone encountered this or know a solution? Especially why it's throwing off the in points. It screws the whole timeline when that happens.
    Thanks in advance.

    The TimerEvent target is a flash.utils.Timer object and does
    not contain a reference to your lblTimeUntil label.
    Recode
    trace("Seconds Left" + evt.target.lblTimeUntil.text);
    to
    trace("Seconds Left" + lblTimeUntil.text);
    and you will not blow up anymore.
    This code will display the count up till refresh.
    public function onTick(evt:TimerEvent):void {
    var minuteTimer:Timer = evt.target as Timer;
    lblTimeUntil.text = minuteTimer.currentCount.toString();

  • FCP 7.01 EDL problems

    i'm having problems with the video edls exported from fcp 7.0.1
    the lists have the wrong timecode for shots dissolving up from a color solid
    the on screen timecode readout for the shots in the sequence is correct
    but the edl is referencing some random number 5 or 10 SECONDS away from the actual timecode
    this doesn't happen anywhere else in the timeline, the edls are otherwise fine
    anybody else have this problem?
    is it solvable?
    or do i have revert to paper lists?
    help!

    If the color solid appears to be the problem how about removing that solid before you create your EDL?

  • FCP - Massive file size problem.

    So I've been exporting out a 21min sequence out of fcp 7.  In past edits and on the same project file, the export has been fine, rendering out at a healthy 6gb.   But recently the final file size has become 29gb.  This is obviously not right.  My question is, what is going on and how can I fix it? 
    The only thing that has changed is I've done a color grade (from Color).  So some of the files are different,  but the new color graded clips aren't any bigger than the origianl ones, so I don't think thats the problem.
    Another random thing that happend is:  When exporting I give the file a name, e.g. Helloworld   And I select show file extension.  The weird thing is when it's completed its export, the file name then becomes Hellowordmov.mov   I have not idea where that extra mov is coming from, (and it doesnt appear when I select show file extension).  What is going on here?
    Below are my sequence settings.  I chose File -  Export -  Quicktime Movie...  And keep it on Current Settings.
    Any help is much appreciated.

    The Digital Rebellion Video Space Calculator shows 28.23 GB.
    http://www.digitalrebellion.com/webapps/video_calc.html?format=prores_422_hq_108 0&frame_rate=f25&length=21&length_type=minutes

  • Podcast already submitted problem

    On Feb 19, 09, I got the approved podcast email from iTunes.
    See below:
    Dear Podcast Owner
    Your podcast, located at [ http://djarity.podOmatic.com/rss2.xml ], has been approved. You should expect to see it in iTunes within the next few hours. When it's available, you will be able to access it with the URL below.
    http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=305682384
    Your podcast will be searchable within the iTunes Store in approximately 1-2 days.
    If you have other questions or wish to change your podcast, please consult the technical spec at http://www.apple.com/itunes/podcasts/techspecs.html. The spec contains detailed information about key topics like adding "cover art" and changing your feed URL.
    After adding a new episode, update your feed in the fastest possible manner with the ping service by visiting this URL:
    https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=305682384
    See the technical spec for more information on updating your feed using the ping service.
    There is also an Apple Discussions Forum exlcusively for podcast producers, located here: http://discussions.apple.com/forum.jspa?forumID=1107. If you have a question or a problem that the technical spec cannot answer, the community of iTunes podcasters may be able to provide valuable guidance.
    Sincerely,
    The iTunes Store Team
    Then 3 hours later, I got another email from "[email protected]. This email was letting me know that the Podcast has not been included in the podcast directory.
    See below:
    Dear Podcast Owner
    The following podcast has not been included in the iTunes podcast directory.
    Name: djarity's Podcast
    Feed URL: http://djarity.podOmatic.com/rss2.xml
    Submissions may not be included in the directory for a variety of reasons. For more information, please see the podcast technical specification at http://www.apple.com/itunes/podcasts/techspecs.html.
    Sincerely,
    The iTunes Store Team
    I tried to contact them and they keep telling me to re-submit the podcast RSS but when I do, I keep getting This podcast has already been submitted. What am I doing wrong?
    Any help would be greatly appriciated.
    Thanks,
    Al

    Apple lists the following possible reasons for rejection:
    * Technical problems, usually the lack of episodes or the inability to download or play episodes. These problems can almost always be avoided by testing your feed using Subscribe to Podcast in the Advanced menu prior to submission.
    * Requirement of a login or password to access the feed or any of the episodes.
    * Strong prevalence of sexual content.
    * Use of explicit language in the title or description of the podcast.
    * Use of explicit language in the podcast when the <explicit> tag is not set to "yes".
    * Apparent misuse of copyrighted material or other violation of third party rights.
    * Inclusion of offensive material, such as racist content or child ***********.
    * Misrepresentational use of Apple copyright, including "iPod" and "iTunes."
    Looking at your feed, it seems possible that they are concerned about copyright: if you have not obtained permissions from the copyright owners or a licence from a recognized licensing authority then your podcast might very well be in breach of copyright and this would be sufficient reason for it to be rejected.

  • FCP External Video Playback problem with HDV

    Hey all. I just got the Canon HV30 HD camcorder and it is excellent. I am able to import the HDV footage to FCP no problem. I'm recording in 24p mode by the way.
    I can't seem to get playback from the timeline back to the Canon so I can see the edited footage on the Camcorder's LCD screen. I've tried everything. All the settings seem to be grayed out. How am I suppose to get my edited footage from the computer back to tape? Help is much appreciated!
    Greekappi

    I'm not the person at our facility that does this, but we do it all the time. However we are using the Sony HDV decks, 25U or something like that.
    I have also seen the stuttering video you described, I'm not sure why it does this on some projects and not others, it is very random. When it does stutter I render out a complete self contained Quicktime and then print to tape from that. However, I occasionally still have this problem with that? But it does seem to help more often than not.

  • Updating files in FCP 5.0.4 problems

    When ever I update a LiveType or photoshop file (i.e. make new changes to the file in either LT or Pshop while that file exists in the timeline in FCP) upon saving and going back into an the already open FCP project, FCP ALWAYS disconnects the file and then forces me to reconnect it, rather than simply updating the file and not having to reconnect. Any suggestions?
    thanks

    This is normal behaviour for FCP and actually protects you from silent changes which you have not explicitly confirmed.
    I don't believe there is a way of changing it.
    It may seem irritating if you make a couple of changes to a photoshop still on a small project, but if you start working with a studio of ten people, all of whom are making changes to stills, rendered animations, effects shots etc, it suddenly makes a great deal more sense.

  • FCP 7.0 upgrade problem recognizing serial number

    I am upgrading from FCP 6.0.6 to 7.0 on my new MacBook Pro but I can't get the installation disc to recognize the serial number. If I enter an incorrect number it will immediately say so, but when I enter the correct number I just get the spinning wheel. I've tried reinserting the disc, restarting the computer, etc. etc. but nothing will get it past the serial number page. The computer meets all the system requirements for 7.0. Also, I did successfully use the 7.0 disc to upgrade FCP on my MacPro desktop machine so I know the installation disc is not defective. Any ideas?

    Thanks but that did not solve the problem. So, I went back in and uninstalled FCP 6.0.1 (following instructions on the Apple site) and reinstalled it. FCP 6.0.1 works fine but the upgrade still fails to get past the serial number input. I have another 7.0 upgrade disc here at work so I tried it to be sure it's not a problem with the disc. I did get a different result with the other disc: after inputting the 7.0 serial number, another prompt opened and asked me to input the original serial number for 6.0, which I inputted. Then it too went into spinning wheel mode. It must be searching for something and can't find it???

  • FCP Video export/sync problems. HELP!

    Hi,
    So i am using FCP 7.0.3. I have used it a fair bit.
    However recently i am trying to re-cut an edit which my brother shot to make it shorter and edit out the less nice shots so i can upload it to a new website.
    I editied, the already exported file, which was all fine. Then i watched back the finalised exported file and the video is completely out of sync with what it was showing me in the fcp playback viewer. Suprisinngly diffiucult to describe but basically its like the video file has a delay after it is exported and shows completely different shots to the ones i chose and it was showing in the edit timeline. I have no idea what to do, anyone had this before? Anything i can do about it? Obviously the first section of the video is fine as it plays from the start as its the original but after the first chunk i cut out and there after all the clips are different shots to those that it was showing in the edit...hope you understand.
    Any help would be greatly appreciated.
    Cheers
    Toby

    Hi Micheal,
    Thansk for the help but i checked the footage and its pro-res 422. Its also saying it is all 25fps...
    Any other ideas?!
    I could reformat it and change conform it to 25 fps again anyway then re-cut it, maybe that would be worth trying?
    Cheers

Maybe you are looking for

  • Intel mac mini reboots itself !

    My intel mac mini seems to reboot itself at odd times.. It will be doing nothing for hours and then i here it reboot. the fan doesnt seem to come on past the really uiet slow speed.. it doesnt seem to be really hot but is warm on the bottom and the a

  • Port counters via snmp on WRVS4400N

    Hi. I'm using SNMP to read the packet and byte counters on each port on my WRVS4400N. However, I just can't figure out what interface is what port. Also, can I see the total traffic on all ports together as well as the wireless traffic via snmp, whic

  • How to get starting date and ending date of the given Fiscal Period

    Hi Friends, In my Selection screen parameter, I've Fiscal year and Period , I want to get the starting date and ending date with the Fiscal period. How to get and throught which FM. Pls advise. thanks&regards Sankar.

  • Modbus over ethernet

    Is Modbus over ethernet available in labview?

  • How to detect a device is plugged in a COM or a USB port?

    Hope that when a device plugging in a COM or the USB port on the PC, the CVI application can catch the event. Due to the application is a windows service mode, so I think use the GetCVIWindowHandle() function to specify a particular Window to receive