Source file- ok to move clips in finder before ingested?

I haven't installed the new final cut Pro X yet -- however, I'm shooting and wondered if I can downloads clips for different projects, inadvertently shot on the same SD card,   to my computer ( ie. like a virgin  backup), and, from there, move some clips around finder to a different folders (i.e. different project folders -- assuming nothing is as yet "ingested" or imported as an "event"). Larry Jordan, Apple's guru, warns of importing partial cards -- but I think this means when you are actually ingesting directly into final cut's  Events folders. This would simply be a "virgin" backup onto disk. 
Beyond that, I wonder what happens if you decide to link-- and not copy files-- to the Final Cut X event folders. I'm guessing you have to be careful not to move anything around in the finder -- and how do you know what you ingested and what you didn't. But that's for a later date...!!
Thanks, Mary Love

Depends on the camera. If it records AVCHD, then you have to copy the AVCHD folder in toto to a drive, or FCPX won't see the clips.
If the camera records files in some other flavor of H.264 (like some Canon DSLR .mov files for instance) you can probably move and store the files themselves anywhere you want.

Similar Messages

  • Adding one audio file to multplie movie clips

    Hi all
    I have two movie clips in my project and I was successful on adding music to one clip. Now how can I make this same audio file last the duration of both movie clips? I want to add the single audio to both. Thanks, web dude

    I want to add the single audio to both.
    Place another copy at the end of the first.

  • Reduce file size of Movie Clip

    My swf file is 1.3 MB. It contains a dozen 72dpi images with
    alpha tweening. It is taking awhile to load. Is there a process to
    follow of a free software to reduce the file size?

    The proper way to reduce file size is keep your images
    external and load
    them on demand.
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • How to setup do not move the source files ?

    Media encoder change the source file position.some software can not find the change. do not  do angthing to my source files@

    You can simply download the PDF files from the workspace to your desktop.

  • Please help! first website! movie clip placed on main timeline wont play!

    Hi! if any one could please help me it would be greatly
    appreciated!
    So im trying to make my first website in flash and ive ran
    into a problem. I have the main movie, my main time line. I have a
    few animations going on in this that were all created in that main
    time line. those work fine. however, i created two new movie clips
    (still inside the same .fla file) and animated them with thier own
    time line. I then thought you could just drag and drop these movie
    clips onto your main time line and they would play inside the
    movie. but when i press ctrl + enter, the dont play!
    here are some points of intrest.
    my main movie (the main time line) is 130 frames.
    the movie clips i made inside the same .fla file are between
    400 and 600 frames.
    i placed both new movie clips on the 130th frame in the time
    line with their own layers.
    also there is a layer for actions on the 130th that has
    stop();
    i thought that maybe the time line had to be as long as those
    movie clips i created and so i extended it but they still didnt
    play.
    im thinking action script is involved? please help me im
    getting pretty frustrated and im sure there is something simple to
    achieve this.
    here is a link where you can download the source files im
    using. if you open the file the two movie clips i created are
    called front two and front one and are layers with the same name.
    this board wont let me fully post my link cause the last word
    in it is s*h*i*t* so youll have to type it in your browser. its
    http://public.me.com/matts*h*i*t*
    (just remove the asterisks)
    also i noticed that my file is huge. i used photoshop to
    create everything and them imported it into flash. is there a way i
    can reduce this size?
    thank you sooo much! please help!
    -Matt

    Hey Matt,
    I'll take a look at your file, but as a general rule, a
    movieclip's timeline plays automatically when it is first
    instantiated. Instatiated means its first frame where "it exists"
    on the timeline that contains it. So the layer that holds your
    movieclip animation, needs to extend the length of the timeline you
    want that movieclip to "exist". Other than that rule, the frames
    don't NEED to match the frames inside said movieclip.
    So, if movieclips play automatically, and yours isn't, there
    must be something either stopping the movieclips timeline, or your
    movieclip isn't existing on the timeline because the layer that
    holds it, doesn't have keyframes the length you need it to.
    Yeah optimizing your sprites (2d graphical elements), and
    using vector when you need to (if you don't know the difference
    between raster and vector, google it) will significantly lower your
    outputted .swf file size.
    Edit: After looking at your file, your movieclips are not
    playing (well, they're technically playing, just not showing up)
    because your masker layer has multiple objects on it. A masker
    layer (not to be confused with the maskee layer, the layer being
    masked) needs to have only one object on it, or else you break the
    mask. The grey border of your mask movieclip needs to be deleted
    before your animation will play.

  • Dynamic movie clip removal

    I'm working on a Flash/XML photo album that loads image
    thumbnails dynamically by creating individual movie clips for each
    thumbnail. The thumbnails are divided into 10 groups. Every time a
    new group of thumbnails is selected from the album the XML array is
    upadated with the correspondig image file name and path. The only
    problem is that since there are different number of photos in each
    thumbnail group the extra image_mc's created dynamically remain,
    even if they are not from the specific group. For example for group
    1 I have 6 thumbnail images, group 2 contains 4 thumbnail images.
    If I start with group 1 and then select group 2, the 4 thumbnails
    from group 1 are displayed plus number 5 and 6 from the previous
    group. What's the best way to remove all the image_mc's created
    dynamically before each new thumbnail load. This is what I have so
    far and it doesn't work:
    // thumbnails is the array
    function thumbDisplay(thumbnails){
    var galleryLength:Number = thumbnails.length;
    removeMC();
    // loop through each of the images in the gallery_array.
    for (var i = 0; i<galleryLength; i++) {
    /* create a movie clip instance which holds the image, also
    set a variable,
    thisMC, which is an alias to the movie clip instance. */
    thisMC = this.createEmptyMovieClip("image"+i+"_mc", i);
    /* load the current image source into the new movie clip
    instance,
    using the MovieClipLoader class. */
    mcLoader_mcl.loadClip("photos/"+selectedGallery+"/thumbs/"+thumbnails
    ,thisMC);
    function removeMC():Void{
    for(var i=0; i<thumbnails.length; i++){
    thisMC.removeMovieClip("image"+i+"_mc");
    Any help would be great. Thanks.

    try:

  • How to stop a movie clip that is loaded dynamically

    Hello Flash Forum,
    I am using the loadmovie method to load a swf file into a
    movie clip "container"
    Code snippet:
    var mc:MovieClip = this.createEmptyMovieClip("mc",1);
    mc.loadMovie('bbc_module1.1.swf','bbc_audio',container.getNextHighestDepth(),
    {_x:300.8, _y:240});
    mc._lockroot = true;
    The movie clip I load does not have a stop action in frame 1,
    but comes up playing (audio and images). I am not using video. It
    is a series of still images synced to the audio.
    I would like to be able to load the movie clip, stop it from
    playing, and by clicking buttons, get it to play, pause, etc like
    the buttons and skin on the FLVPlayer.
    Any tips on how to do this?
    Thanks,
    eholz1

    Many thanks ClBeech!!!
    I've tried the code you suggested but it doesn't seem to work
    :0(
    I'm working on a Mac using Flash Pro 8 which only has the
    option to publish as 'actionscript 1.0 or 2.0' is the script you
    supplied an actionscript 3.0?
    Below is the script with the amendments, I've changed my
    button instance names to match the script you supplied (left_btn /
    right_btn)
    stop();
    import mx.transitions.Tween;
    import mx.transitions.easing.Strong;
    var rposX = 369;
    //the ending x of the right position
    var rposY = 84;
    //the ending y of the right position
    var lposX = 116;
    //the ending x of the left position
    var lposY = 154;
    //the ending y of the left position
    right_btn.onPress = function() {
    new Tween(content1, '_x', Strong.easeOut, content1._x,
    rposX, time, false);
    new Tween(content1, '_y', Strong.easeOut, content1._y,
    rposY, time, false);
    left_btn.onPress = function() {
    new Tween(content1, '_x', Strong.easeOut, content1._x,
    lposX, time, false);
    new Tween(content1, '_y', Strong.easeOut, content1._y,
    lposY, time, false);

  • OOP and movie clips in arrays

    I have a number of movieclips in a game that needs to all appear at a certain x;y co-ordinate at the same alpha value and move at a dynamically produced path and basically have the same behaviour up to a point. Flash has created links to .as files for eachEach movie clip.
    I want to put them all in an array to code once. My question - Must this array be in the main class .as file or can I have a seperate .as file written especially for this array.
    Thanks
    Charine
    Facebook: buggoop

    you can pass a reference from your main class to your array class. eg,
    // in document class
    var arrayClass:ArrayClass=new ArrayClass(stage);
    // ArrayClass
    package{
    public class ArrayClass{
    private var _stage:Stage;
    public function ArrayClass(s:Stage){
    _stage=stage;
    dowhatever();
    private function dowhatever():void{

  • Source file for MSR

    Hi All,
       I m working on a PoC for MSR.I have downloaded the .war file for the same but i dnt have the source file for it.Where can i find the source code to change the customization.
    Suggest some help.
    Thx n Regards
    Priyanka

    Hi,
    well, no, this is the only official way to do so. But if you have the WAR file - you should get the java files from the same destination.
    Unfortunately you have to buy the product from SAP first to be allowed to download it from the destination in servicemarketpkace.
    Regards,
    Oliver

  • Button movie clip

    hello,
    i am building a full flash site, and i have created animated
    buttons seperatley,outwith the main fla, and i have imported them
    into the main timeline. The button file is a movie clip,and works
    beautifully when testing from its own fla,but it does not work (no
    animation on roll over) when i embed it into my main site. Below i
    have trhe action script
    On top level main timeline,where movie clips reside,in one
    keyframe -
    this.onEnterFrame = function(){
    if(rewind == true){
    prevFrame();
    this.onRollOver = function(){
    rewind = false;
    play();
    this.onRollOut = function(){
    rewind = true;
    this.onRelease = function(){
    getURL("
    http://www.kirupa.com","_blank");
    within each button movie clip
    stop();
    this.onEnterFrame = function(){
    if(rewind == true){
    prevFrame();
    this.onRollOver = function(){
    rewind = false;
    play();
    this.onRollOut = function(){
    rewind = true;
    this.onRelease = function(){
    getURL("
    http://www.siteName.co.uk","_blank");
    any ideas ?
    hope you can help !

    This is what I came up with and it seems to work... can this
    be refined and improved on?
    For example, what if I want it to return to its original
    value when clicked a second time?

  • Trying to get a movie clip to go both up and down depending on which button gets clicked

    hello,
    I have a file with 5 movie clips in it. I have a button that when clicks, plays each one. One of the movie clips needs to move both up and down and I am having a lot of trouble with this.
    stop();
    function showVenue(Event:MouseEvent):void
              mc_speaker.play();
    function showSpeaker(Event:MouseEvent):void
              mc_compliance.play();
    function showCompliance(Event:MouseEvent):void
              mc_strategic.play();
              mc_data.play();
    function showStrategic(Event:MouseEvent):void
              mc_data.gotoAndPlay("down");
    function showData(Event:MouseEvent):void
              mc_data.gotoAndPlay("up");
    btn_viewMore_Venue.addEventListener(MouseEvent.CLICK, showVenue);
    btn_viewMore_Speaker.addEventListener(MouseEvent.CLICK, showSpeaker);
    btn_viewMore_Complinace.addEventListener(MouseEvent.CLICK, showCompliance);
    btn_viewMore_Strategic.addEventListener(MouseEvent.CLICK, showStrategic);
    btn_viewMore_Data.addEventListener(MouseEvent.CLICK, showData);
    Is there anyway to attach my file here for someone to look at???
    thanks!
    babs

    Well, on the mc_data movie clip, I had the animation going up and down with stop actions to stop it. so I put labels on those areas and tried to just control it that way. Seemed simple enough, but not working.
    I really don't know how to control the toggle up and down in AS without using the timeline....just trying to help a friend, and ready to scream..I thought this would be so simple...
    would be easier to explain if I could show you a dummy file...but I still don't see an attach button????

  • Getting a movie clip to stop playing, when another one is activated.

    Hello,
    I have a file with 3 movie clips and three buttons that control them to play...with the script below It is working fine.
    stop()
    function startImageOne(Event:MouseEvent):void
        imageOne_mc.play();
    function startImageTwo(Event:MouseEvent):void
        imageTwo_mc.play();
    function startImageThree(Event:MouseEvent):void
        imgThree_mc.play();
    start1_btn.addEventListener(MouseEvent.CLICK, startImageOne);
    start2_btn.addEventListener(MouseEvent.CLICK, startImageTwo);
    start3_btn.addEventListener(MouseEvent.CLICK, startImageThree);
    Then, I wanted to stop a movieClip, if another one was selected to play..so I inserted stop options to the function, which I thought would work, but doesn't. Does any one know why...See this code below..
    thanks
    stop();
    function startImageOne(Event:MouseEvent):void
        imageOne_mc.play();
        imageTwo_mc.stop();
        imgThree_mc.stop();
    function startImageTwo(Event:MouseEvent):void
        imageTwo_mc.play();
        imageOne_mc.stop();
        imgThree_mc.stop();
    function startImageThree(Event:MouseEvent):void
        imgThree_mc.play();
        imageOne_mc.stop();
        imageTwo_mc.stop();
    start1_btn.addEventListener(MouseEvent.CLICK, startImageOne);
    start2_btn.addEventListener(MouseEvent.CLICK, startImageTwo);
    start3_btn.addEventListener(MouseEvent.CLICK, startImageThree);
    thanks
    Babs

    Hi Ned,
    I checked the names and they are all correct...(I named one of the instances img instead of image, but it is all fine.
    The movie clips are simple...They have a stop action in the first frame, and then it is just an image that fads in and fades out..
    Pretty simple?
    The code looks fine, so I can't figure out, why the movie clip that is currently playing doesn't stop, when another button is activated.
    It seems like is should work??
    I'll keep playing .. thanks!!
    babs

  • Prelude Help | Ingesting movie clips

    This question was posted in response to the following article: http://helpx.adobe.com/prelude/using/prelude-projects.html

    Regarding the Help section: Ingest Movie Clips, step #4 (partial ingest). It says: "When using this feature, ensure that you enable the Transcode option. Transcoding is required for partial ingest."
    On the other hand, in the video "Introduction to Prelude CS6," Jason Levine says that if you choose to transfer a clip with In and Out points set in the Ingest dialog box, it uses "references." Meaning, presumably, that the entire file is transferred but will show up as a subclip (or the equivalent) in the Project panel.
    I'm guessing Jason misspoke. Nevertheless, confusion arises because you can set In and Out points in the Ingest dialog box, leave the Transcode check box unchecked, and then choose Ingest. No message will alert you that your In and Out points will be ignored and the entire clip will be transferred to the new folder location.
    Correct?
    Jeff

  • Picking source file A first if source file A and source file B both appear

    I have a situation where two source file with two different data format. Hence I will need to create two different mapping
    and then different parameters at file sender adapter FCC.
    However there is such a condition where source file A will need to process first before picking and process source file B.
    if both appear at folder at the same time else  source B will be process if no source file A.
    Beside using the scheduler at availiablity times at Runtime workbench, if there any other options ?
    Regards
    Fred
    I

    There are two different send file adapters involved due to different data format between source file A and B.
    Beside using BPM is there any other method.
    If doing at adapter module or operating command, how to do it ?

  • Empty Movie Clip Shows White Box before Movie Loads

    Hi all!
    I created a type of slide show template that imports external
    swfs. Everything works, but the client doesn't like the white box
    created by the empty movie clip that appears before the external
    swf loads. Does anybody know how to get rid of this? Any assistance
    would be greatly appreciated!
    Sincerely,
    rs

    > I created a type of slide show template that imports
    external swfs. Everything
    > works, but the client doesn't like the white box created
    by the empty movie
    > clip that appears before the external swf loads. Does
    anybody know how to get
    > rid of this? Any assistance would be greatly
    appreciated!
    Hi there rs
    Forum archives:
    http://groups.google.com/advanced_group_search?q=group:macromedia.flash.*&hl=en&lr=&ie=UTF -8
    search for "white box"
    http://groups.google.com/groups?as_q=white+box&num=10&scoring=r&hl=en&as_epq=&as_oq=&as_eq =&as_ugroup=macromedia.flash.*&as_usubject=&as_uauthors=&lr=&as_drrb=q&as_qdr=&as_mind=1&a s_minm=1&as_miny=1981&as_maxd=28&as_maxm=9&as_maxy=2006&safe=off
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

Maybe you are looking for

  • Controlling Wi-Fi

    Does anyone know how to permanently disable the Wi-Fi on an iPhone or iPod touch? I know how to temporarily disable it (tap on "Settings", then tap on "Wi-Fi" and slide the bar to "Off"). Is it even possible to disable it permanently? Alternatively,

  • Error using View Object in a optionList ?

    Hello, I'm use JDeveloper 9.0.3, BC4J+UIXml, and I have a Create form with a optionList tag, populating with a Object View. I create a Object View called TipoLocalView. My code: <bc4j:messageChoice name="Tipo" attrName="SeqTipoLocalCampus" prompt="Ti

  • Problems using new nano during workouts

    I bought my new nano for more capacity than my 1st gen, which still works fine. But the touch screen does not work as well for me as the clickwheel did. The best location for the nano is clipped to my waistband, and I can operate the clickwheel by fe

  • Word 2003 vs. Word 2007

    Hi everyone - I've been running Office 2003 on my laptop, but since I sync-ed my Pearl, whenever I start Word it puts me into "compatibility mode", which somehow forces me to work on my '03 docs in '07.  Any idea how I can go back to using Word '03 o

  • MS visual C++ Runtime error when Roxio Startup

    When I click on my Media Manager from Media desktop on BB Desktop Manager V4.7, this try to launch Roxio for Blackberry. Immediately Microsoft Visual C++ Library RUNTIME ERROR! occurs. With the path listed as Program: "C:\program files\Roxio\Media Ma