Playing Multiple Video Clips on the Same page

Hi Folks,
Let's try this again. If I set up a page with a single flv
playing off our Flash Media Server 2, everything works just fine.
If I create a page with several flv files on it, some of them load
and then I get nailed with Certificate Alerts. All of the videos
are coming from the same server, same designation and work fine -
just not when there are several of them on the same page.
Thoughts and comments are most welcomed
Thanks - Greg

Certificate alerts, as in SSL certs? I'm wondering if you
have some sort of connection shotgun that's causing some of the
connections to try an rtmps or rtmpts connection. If you have a lot
of connections trying at once and something botttlenecks, that
might be the result.
It would be helpful if you provide some more details,
including the text of the alret and the code you're using to
connect to FMS.
Incidentally, does your application absolutely require that
you have separate swf's making connections to FMS? It would be a
shame to waste all of those connections if there is any practical
way around it.

Similar Messages

  • How do I layer 2 video clips in the same time space/ playing side by side at the same time

    I wish to add 2 views of the same subject side by side and playing at the same time. Is this A possible and B if so how do I add the second video clip into the same time space

    aggro
    What version of Premiere Elements are you using and on what computer operating system is it running?
    This sounds like a split screen effect to me.
    If so, one view on Video 1 and the other directly above that is the other view on Video 2.
    Then crop each so that each occupies 1/2 the Edit area monitor screen.
    (generalized since I do not know your program version, see effects Transform/Crop).
    I wrote the following in 2011 for a Premiere Elements 8 user in another forum
    Your basic tools to achieve your goal are Crop Video Effect and Horizontal Flip Video Effect.
    Video ONE on video track 1.
    Video TWO on video track 2, directly above Video ONE.
    Highlight Video ONE on video track 1, Edit Mode/Effects/Video Effects/Transform/Crop, followed by adjusting the crop under Edit Effects (see bottom of Effects Panel) so that Video ONE occupies the left half of the screen.
    Do the same for Video TWO on video track 2, Edit Mode/Effects/Video Effects/Transform/Crop etc. so that Video TWO occupies the right half of the screen. BUT end with Edit Mode/Effects/Video Effects/Transform/Horizontal Flip.
    Highlight the video on either side to make adjusts in the Properties Palette and appropriate Panel (position, cropping, etc). But, remember that if you make changes in the "flipped" right side of the screen, Edit Effects/Crop Panel right option will be for left and left option will be for right.
    You may or may not need the "flip" part of the effect.
    Please review and consider. If I have misinterpreted your question, please let me know with details and I will rethink what you seek.
    Thanks.
    ATR

  • How to load multiple HTML5 canvas on the same page (the proper method)

    Hi,
    I've been struggling to load multiple canvas animations on the same page. At the beggining I thought that exporting the movies with different namespaces and reloading the libraries in a sequential flow might work, but it doesn't. It always loads just the last animation loaded. More info here: Coding challenge: what am I doing wrong?
    Here is a sample of what I'm doing:
    1st: Publish two flash movies with custom namespaces for "lib" set in the "publish settings": "libFirst" and "libSecond".
    2nd: Edit the canvas tags in the HTML page. One called "firstCanvas" and the other one called "secondCanvas"
    3rd: Edit the javascript like this:
            <script>
                // change the default namespace for the CreateJS libraries:
                var createjsFirst = createjsFirst||{};
                var createjs = createjsFirst;
            </script>
            <script src="//code.createjs.com/easeljs-0.7.1.min.js"></script>
            <script src="//code.createjs.com/tweenjs-0.5.1.min.js"></script>
            <script src="//code.createjs.com/movieclip-0.7.1.min.js"></script>
            <script src="{{assets}}/js/first.js"></script>
            <script>
                function initFirstAnimation() {
                    var canvas, stage, exportRoot;
                    canvas = document.getElementById("firstCanvas");
                    exportRoot = new libFirst.first();
                    stage = new createjsFirst.Stage(canvas);
                    stage.addChild(exportRoot);
                    stage.update();
                    createjsFirst.Ticker.setFPS(libFirst.properties.fps);
                    createjsFirst.Ticker.addEventListener("tick", stage);
            </script>
            <script>
                // change the default namespace for the CreateJS libraries:
                var createjsSecond = createjsSecond||{};
                var createjs = createjsSecond;
            </script>
            <script src="//code.createjs.com/easeljs-0.7.1.min.js"></script>
            <script src="//code.createjs.com/tweenjs-0.5.1.min.js"></script>
            <script src="//code.createjs.com/movieclip-0.7.1.min.js"></script>
            <script src="{{assets}}/js/second.js"></script>
            <script>
                function initSecondAnimation() {
                    var canvas, stage, exportRoot;
                    canvas = document.getElementById("secondCanvas");
                    exportRoot = new libSecond.second();
                    stage = new createjsSecond.Stage(canvas);
                    stage.addChild(exportRoot);
                    stage.update();
                    createjsSecond.Ticker.setFPS(libSecond.properties.fps);
                    createjsSecond.Ticker.addEventListener("tick", stage);
            </script>
    <body onload="initFirstAnimation(); initSecondAnimation();">
    Could someone please reply with the best practice on how to do this? If possible, without the need to reload all the libraries...
    If I only need to show one flash movie at a time, would it be more efficient to cut & paste the canvas tag using jQuery in the DOM and reloading a different lib on it?
    Many thanks!
    #flash #reborn

    I was able to fix it. At the end, it was easier than I thought. Just have to publish using a different "lib" namespace for each movie, load all the scripts at the end of the <body> and then add the following to the onload or ready events:
    $(document).ready(function () {
            var canvas, stage, exportRoot;
            // First movie
            canvas = document.getElementById("firstCanvas");
            exportRoot = new libFirst.first();
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
            createjs.Ticker.setFPS(libFirst.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);
            // Second movie
            canvas = document.getElementById("secondCanvas");
            exportRoot = new libSecond.second();
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
            createjs.Ticker.setFPS(libSecond.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);
            // Third movie
            canvas = dument.getElementById("thirdCanvas");
            exportRoot = new libThird.third();
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
            createjs.Ticker.setFPS(libThird.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);

  • Play two video files at the same time.

    I am trying to play two video files at the same time. I create two threads, each of which has its own frame, playing button, and builds its own graph to play the file. Now everything seems works except that when the first file is being played and I hit PLAY
    to play the second file, the program plays the second file but the first one is paused; furthermore the control button has no response for the first one. Did I miss anything? Can anyone help me figure out the problem?
    Best,
    Fayin

    You don't need separate threads for 2+ playback pipelines because the filters create worker threads internally and don't block execution on calling thread.
    If you decide to keep separate threads, you will have to follow Michel's advice and have message pumps on those threads.
    You can also have both files in the same graph, in which case you have perfect sync between them (both start playing together in sync), however you cannot pause/stop/run files separately.
    The problem you described is most likely not a DirectShow problem and is rather about generic threading, COM or window messaging.
    http://alax.info/blog/tag/directshow

  • Mixed frame rate video clips on the same Blu-ray disc

    Before I go into the detail, this actually isn’t an issue for me, but more of a finding the answer to a different question, so please bear with me.
    To explain:  I live in the UK, and I’m forever challenged by the different native video frame rates imposed by the PAL and NTSC standards.  Every consumer camcorder I’ve ever seen only produces HD output (1920 x 1080) at either 50 fields/second interlaced, or 25 (sometimes 50) frames/second progressive.  Some action cameras (Go Pro) I possess allow me to record at 30fps progressive, in full HD, which for fast movement is simply better.  This in itself is not really a problem, but I use other software (all USA sourced) for video production whose best results are only visible when the finished HD output is 1080/60i.
    Having mixed frame rate video is a real problem for the DVD standard, but no so much for Blu-ray. Indeed Adobe Encore neatly gets around this problem, so I can actually author a Blu-ray disc which contains full HD video clips that may be either 50i or 60i.  Both types of video exist on the same disc, and when played back through a Blu-ray player/TV combination, the resultant video clips are shown correctly. Player and TV switch seamlessly to the correct setting to handle the video content.  So, I have a solution to my problem, but at the same time, a question I can’t find an answer to, which is this:
    Does the Blu-ray specification allow video clips of different native frame rates (i.e. 25fps and 30fps) assuming the resolution is the same, to co-exist on the same Blu-ray disc as a supported feature?
    It works, but I can’t find one shred of information that says what I’m doing is supported.
    Comments are most welcome.
    Regards,
    Steve

    Stan Jones wrote:
    Encore requires you to specify the project type as PAL or NTSC (whether you start it as Bluray or DVD), and does not allow you to change it later. Also, if you try to create a transcode type for PAL in an NTSC project you cannot get to the 25 fps setting (and therefore, I think, cannot do it).
    But if you import a Bluray legal 25i file to an NTSC project, it is happily added.
    DVD player conventional wisdom is that PAL players handle NTSC disks, but NTSC players do not generally handle PAL disks. I never quite understood why the TVs were not more of the issue. Do Bluray players even differentiate between PAL and NTSC?
    Even if the player will handle PAL, the TV may well not do so - so there is more going on.
    NTSC uses (generally) 60Hz systems whereas PAL is 50Hz hence the problem.
    Do not try to mix standards as it will not be allowed - however, multiple frame rates are allowed as long as they are within spec for that TV standard.
    They are best avoided though - otherwise you run a very real chance of serious asset truncation as the TV display switches between different resolutions & frame rates.

  • Multiple transactions control in the same page

    I am using the Jdev11g 11.1.1.4 and ADF BC,
    I am quite new for Jdev11g, My question is I have a page, there are a af: form region and two af:table regions inside the same page.
    the 'master' is in af:form and two its 'details' are in either af:table.
    I want the user can commit the editing of af:form without affecting the af:tables, and also, for each af:table, user can 'edit', 'add', 'delete' and commit it without affecting the af:form and the other af:table.
    I know I can use the 'bound task flow' and build three regions to do so, but i have no experience about this, can you expert give me some idea or some sample link? Thanks!
    Edited by: xsyang on Jun 2, 2011 12:56 AM

    Hi,
    there are two good videos from Frank N.
    [url http://blogs.oracle.com/jdeveloperpm/entry/everything_you_wanted_to_know] Everything you wanted to know about ADF Task Flows .
    "Taskflow-Transaction" and "shared data controls with calling task flow" vs. "isolated data controls.." are the topics on which you should look.
    Martin

  • Multiple (updatable) details in the same page.

    Hello,
    I tried to put two updatable details in the same page and got the error
    "Updatable SQL Query already exists on page 11. You can only add one updatable SQL query per page. Select a different page"
    So having more than one updatable detail is not allowed in apex ?
    I have a master table with three details. Should I create one page for each one of them ?
    Thanks in advance
    Bye
    Nicola

    What you want to use are called collections. Here is a simple collection example:
    The process goes in 4 steps: gather the data, display the data, update based on user input, then write the changes. Each step requires it's own piece of code, but you can extend this out as far as you want. I have a complex form that has no less than a master table and 4 children I write to based on user input, so this can get as complex as you need. Let me know if anything doesn't make sense.
    First, create the basic dataset you are going to work with. This usually includes existing data + empty rows for input. Create a Procedure that fires BEFORE HEADER or AFTER HEADER but definitely BEFORE the first region.
    DECLARE
      v_id     NUMBER;
      var1     NUMBER;
      var2     NUMBER;
      var3     VARCHAR2(10);
      var4     VARCHAR2(8);
      cursor c_prepop is
      select KEY, col1, col2, col3, to_char(col4,'MMDDYYYY')
        from table1
        where ...;
      i         NUMBER;
      cntr      NUMBER := 5;  --sets the number of blank rows
    BEGIN
      OPEN c_prepop;
        LOOP
          FETCH c_prepop into v_id, var1, var2, var3, var4;
          EXIT WHEN c_prepop%NOTFOUND;
            APEX_COLLECTION.ADD_MEMBER(
            p_collection_name => 'MY_COLLECTION',
            p_c001 => v_id,  --Primary Key
            p_c002 => var1, --Number placeholder
            p_c003 => var2, --Number placeholder
            p_c004 => var3, --text placeholder
            p_c005 => var4 --Date placeholder
        END LOOP;
      CLOSE c_prepop;
      for i in 1..cntr loop
        APEX_COLLECTION.ADD_MEMBER(
            p_collection_name => 'MY_COLLECTION',
            p_c001 => 0, --designates this as a new record
            p_c002 => 0, --Number placeholder
            p_c003 => 0, --Number placeholder
            p_c004 => NULL, --text placeholder
            p_c005 => to_char(SYSDATE,'MMDDYYYY') --Date placeholder
      end loop;
    END;Now I have a collection populated with rows I can use. In this example I have 2 NUMBERS, a TEXT value, and a DATE value stored as text. Collections can't store DATE datatypes, so you have to cast it to text and play with it that way. The reason is because the user is going to see and manipulate text - not a DATE datatype. If you are using this as part of a master/detail form, make sure that your SQL to grab the detail is limited to just the related data.
    Now build the form/report region so your users can see/manipulate the data. Here is a sample query:
    SELECT rownum, apex_item.hidden(1, c001),  --Key ID
         apex_item.text(2, c002, 8, 8) VALUE1,
         apex_item.text(3, c003, 3, 3) VALUE2,
         apex_item.text(4, c004, 8, 8) VALUE3,
         apex_item.date_popup(5, null,c005,'MMDDYYYY',10,10) MY_DATE
    FROM APEX_COLLECTIONS
    WHERE COLLECTION_NAME = 'MY_COLLECTION'This will be a report just like an SQL report - you're just pulling the data from the collection. You can still apply the nice formatting, naming, sorting, etc. of a standard report. In the report the user will have 3 "text" values and one Date with Date Picker. You can change the format, just make sure to change it in all four procedures.
    What is critical to note here are the numbers that come right before the column names. These numbers become identifiers in the array used to capture the data. What APEX does is creates an array of up to 50 items it designates as F01-F50. The F is static, but the number following it corresponds to the number in your report declaration above, ie, F01 will contain the primary key value, F02 will contain the first numeric value, etc. While not strictly necessary, it is good practice to assign these values so you don't have to guess.
    One more note: I try to align the c00x values from the columns in the collection with the F0X values in the array to keep myself straight, but they are separate values that do NOT have to match. If you have an application you think might get expanded on, you can leave gaps wherever you want. Keep in mind, however, that you only have 50 array columns to use for data input. That's the limit of the F0X array even though a collection may have up to 1000 values.
    Now you need a way to capture user input. I like to create this as a BEFORE COMPUTATIONS/VALIDATIONS procedure that way the user can see what they changed (even if it is wrong). Use the Validations to catch mistakes.
    declare
      j pls_integer := 0;
    begin
    for j1 in (
      select seq_id from apex_collections
      where collection_name = 'MY_COLLECTION'
      order by seq_id) loop
      j := j+1;
      --VAL1 (number)
      apex_collection.update_member_attribute (p_collection_name=> 'MY_COLLECTION',
          p_seq=> j1.seq_id,p_attr_number =>2,p_attr_value=>wwv_flow.g_f02(j));
      --VAL2 (number)
      apex_collection.update_member_attribute (p_collection_name=> 'MY_COLLECTION',
          p_seq=> j1.seq_id,p_attr_number =>3,p_attr_value=>wwv_flow.g_f03(j));
      --VAL3 (text)
      apex_collection.update_member_attribute (p_collection_name=> 'MY_COLLECTION',
          p_seq=> j1.seq_id,p_attr_number =>4,p_attr_value=>wwv_flow.g_f04(j));
      --VAL4 (Date)
      apex_collection.update_member_attribute (p_collection_name=> 'MY_COLLECTION',
          p_seq=> j1.seq_id,p_attr_number =>5,p_attr_value=>wwv_flow.g_f05(j));
    end loop;
    end;Clear as mud? Walk through it slowly. The syntax tells APEX which Collection (p_collection_name), then which row (p_seq), then which column/attribute (p_attr_number) to update with which value (wwv_flow.g_f0X(j)). The attribute number is the column number from the collection without the "c" in front (ie c004 in the collection = attribute 4).
    The last one is your procedure to write the changes to the Database. This one should be a procedure that fires AFTER COMPUTATIONS AND VALIDATIONS. It uses that hidden KEY value to determine whether the row exists and needs to be updated, or new and needs to be inserted.
    declare
    begin
      --Get records from Collection
      for y in (select TO_NUMBER(c001) x_key, TO_NUMBER(c002) x_1,
                 TO_NUMBER(c003) x_2,
                 c004 x_3,
                 TO_DATE(c005,'MMDDYYYY') x_dt
               FROM APEX_COLLECTIONS
               WHERE COLLECTION_NAME = 'MY_COLLECTION') loop
        if y.x_key = 0 then  --New record
            insert into MY_TABLE (KEY_ID, COL1,
                COL2, COL3, COL4, COL5)
              values (SEQ_MY_TABLE.nextval, y.x_1,
                  y.x_2, y.x_3, y.x_4, y.x_dt);
        elsif y.x_key > 0 then  --Existing record
            update MY_TABLE set COL1=y.x_1, COL2=y.x_2,
                 COL3=y.x_3, COL4=y.x_4, COL5=y.x_dt
             where KEY_ID = y.x_key;
        else
          --THROW ERROR CONDITION
        end if;
      end loop;
    end;Now I usually include something to distinguish the empty new rows from the full new rows, but for simplicity I'm not including it here.
    Anyway, this works very well and allows me complete control over what I display on the screen and where all the data goes. I suggest using the APEX forms where you can, but for complex situations, this works nicely. Let me know if you need further clarifications.

  • Multiples Calendar components in the same page

    Hi all,
    I need to develop a call center module in oracle adf where the users needs to view and manage different patient rooms in the same page but I need some ideas about it. So, Here my questions:
    How to reuse a DataView control with different calendars and filters? or What do you recommend to develop an effcient logic to manage the calendar data?
    Is posible to create dinamically calendar components to show more rooms to my users?
    Cordially,
    Jhon Carrillo
    jdeveloper 11.1.2.2
    weblogic 10.3.5
    Oracle 11g r2

    Hi all,
    I need to develop a call center module in oracle adf where the users needs to view and manage different patient rooms in the same page but I need some ideas about it. So, Here my questions:
    How to reuse a DataView control with different calendars and filters? or What do you recommend to develop an effcient logic to manage the calendar data?
    Is posible to create dinamically calendar components to show more rooms to my users?
    Cordially,
    Jhon Carrillo
    jdeveloper 11.1.2.2
    weblogic 10.3.5
    Oracle 11g r2

  • Multiple click boxes in the same page

    I'm trying to include 4 click boxes in the same page in Captivate 5. The idea is when user clicks on each box, the content reveals and stays on the screen. The first click box works fine. But when click the second box, the content shows only for less than a second and then quickly moves to the next screen, and of course, there is no chance to even get to the 3rd and the 4th one. Can anyone help me? Thanks!

    Hi Lilybiri,
    Does this mean that the user has to click the click boxes in the order that you stagger the pauses? For example, if I'm showing a picture and instructing the user to click on any area to get more information, they could really click on any area first - however will that click box pop up if that click area was not the "first" pause in my timeline?
    Also, how do I get the "success" caption text to stay on the page? I don't want it to fade so that the user can see all of the info. once they've clicked each box. I've checked to make sure that the "fade out" option is off, and I'm assuming I can't have the click boxes "display for the rest of the slide" since that would ruin the pause increments.
    Thanks!
    Chantelle

  • Multiple details table on the same page

    Newbi to APEX. Can I have muliple details table for update/insert in tabular format on the same page with the same master? Thanks!

    In the meantime, I can answer to your questions:
    · Why does JHeadstart not make use of the UIX-Struts integration (see Chapter 15 of the UIX developer’s Guide)?This has been done to allow the same page to be run both with Struts and MVC Framework, without needing to change the page. Using the UIX-Struts integration would have made the pages 'controller aware'.
    · How do you specify which columns/attributes in a Table Layout are sortable?As far as generation is concerned, you can only specify the whole table to be sortable. In case of UIX you can post-gen modify the <sortableHeader> tag of each column separately. In case of JSP you can remove the <a href> tag for each column that you do not want to sort on.
    Jan Kettenis
    JHeadstart Team

  • Multiple video tracks with the same audio track

    How do I get DVDSP to play the same audio track on 3 different video tracks without having to repeat the audio on each of the 3 video trax?
    Seems simple, but I can't find an easy way to do it.
    Anybody got any ideas?

    Yes they are all one continuous stream with the same GOP structure and everything. I had to export them as QT movies from FCP to get them all the same. I only exported the video though becuase the audio was going to be the same for all the tracks, & it was already done as AC3 through Compressor. Which brings up an interesting question; why does DVDSP convert the AC3 audio to .aiff which is a much larger format?
    I'm trying to go back and look at the encoding log from DVDSP to see what error it gave.
    It doesn't give the error in the log since I had shut down my computer last night, so I guess I'll have to try the build again and see what error it gives.
    I'm looking at the parsing files and .m2v files that DVDSP did during the build, and it parsed all 3 angles, and finished the .m2v file of the medium shot, including 6 minutes past the point I told DVDSP to stop it. (When exporting the QT movie from FCP, I had forgotton and encoded the whole 2:30:00 show instead of the 1st 1/2 of 1:16:47:15, and then just adjusted the end of the clip in DVDSP).
    The wide shot and Close up .m2v files, and the audio .aiff file were in the folder, but have nothing in them. The Video_TS folder and Audio_TS folder are also there, but with nothing in them, so whatever happened, seems to have happened in the medium shot encoding process.
    I'm pretty much over this multi-angle thing, and I'm going to start working on an edited version of this today because all I have to do is make the cuts between cameras, since the audio is already mixed. However, if you have any other ideas, please let me know.

  • Is there a way to see or play two video tracks at the same time?

    I have video shot using two cameras at the same event.  If I take the video and put it in a sequence, say video1 and video2, how can I watch both tracks at the same time so I can edit them?  I tried using multi-camera monitor and have that show video1, while watching video2 in the right hand panel, but it doesn't work very well.  By that, I mean the multi-camera monitor does not play at the same time.  Instead, it stops, then when I play the other monitor it is still until I stop the other one.  Then, it "catches up".  If I play the multi-monitor, the other one is still until I stop the multi-cam monitor.  So, anybody have a better solution that I can use where they both play at the same time?
    BTW, my hardware is brand new and I have a 6-core i7-3930K processor with 16 GB of memory, so I don't believe the problem is with my hardware not being enough to run PPro 5.0 correctly.

    "adobe multicam tutorial"
    http://tv.adobe.com/watch/short-and-suite/multicam-sync-and-editing/

  • Play multiple video clips in slide show

    I have 4 video clips (or I can do it in 1 movie) I want to have a menu screen with one of the themes. Then I want the viewer to be able to choose clip 1 and then play all the way through the other 3 clips in succession. Or I want them to be able to click clip 3 and then have it play clip 3 and then through to clip 4 and return back to the menu. So basically I would like to work like a standard movie DVD you purchase at a store. Is this possible?
    I know you can put clips into slide shows (hence the title of this thread), but when I do that, it automatically starts to play through the clips. Is there a way to choose the slide show and then to give you the option in there to choose which clip your want, and then to play through the rest sequentially?

    Here's a technique I like to use...
    Create a shape -- It will be black and white where the white is what you want to show video. In the control tab of the shape you can change size/softness/location/aspect... etc.
    Lay the video on the track above - Change the VIDEO track's composite mode to TravelMatte-Luma.
    Use the video's motion tab viewer and image/wireframe in the canvas to center up the image you want.
    Add another shape above that and then video track and change to TravelMatte-Luma etc.
    The plus for this way is that you can change the video without have to reset all the croping and trying to match it all.
    Timeline pic: http://homepage.mac.com/captmench/Timeline.png
    ExampleVideo: http://homepage.mac.com/captmench/LumaMatte.mov
    Good luck,
    CaptM

  • Preview multiple video tracks at the same time.

    This may have already been covered at some point on here but I was unable to find it. Please forgive me if it has.
    I'm editing a 2 camera presentation for a company. I've laid both cameras in the sequence. Camera 1 is on V1 and Cam 2 on V2. They are in sync and ready to go. My questions is, "Can I preview or monitor both tracks at the same time as if I was switching this live?" I want to be able to preview cam 1 at the same time cam 2 is playing on the canvas so I know when to cut V2 and switch to V1. Is this possible to do in FCP? Thanks in advance for any help you can give me.
    Thanks!
    Mike

    It's not your only option, though you could do that if you wish.
    You can still finish the edit with multiclip...(provided your clips are still in sync)
    With your playhead at your last cut point, option-click on V1 to activate it's track selector as the only one active, then hit the 'f' key (this will load clip one in the viewer at that point in time). Set an inpoint on clip 1, the do the same for V2 (clip 2)
    Next select both clips in the browser and hit control-click / Make Multiclip. Choose 'Synchronize using: In Points', click ok.
    Now dbl-click the new multiclip in the browser, make V3 active and hit F-10 (overwrites the multiclip onto V3)Next, dbl-click the V3 multiclip in the timeline, go to the top/center button of the viewer and set the Sync to 'Open'. Then, single-click in an open space in the timeline, place your playhead at the head of the new V3 multiclip and hit the space bar. You should see both clips rolling in sync in the viewer.
    Check the manual for Multiclip button bars and any additional settings like activating 'Multiclip Playback'.
    K
    PS - you might want to duplicate your working timeline to test this procedure, then you can always delete the old clips and drop your V3 multiclip on to V1 to finish the edit.

  • Seeing multiple video tracks at the same time?

    I'm using Final Cut Pro 5.1.4 and I have two video tracks on the time line. 2 different angles of the same object. I want to sync the audio and what not correctly. I'm wondering if there is a way to be able to do like a "split screen" on the Canvas so I can see video track 1 on the left and video track 2 on the right (or vice versa)?? If so..help! lol, thanks!
    GC

    You have a few options available to you.
    1) You could use FCP's built in Multiclip functionality
    2) You could set the Playhead Sync to Gang
    3) You could Scale and Center controls in the clip's motion properties to temporarily place the fooatge side by side whilst you edit.
    Check your manual for details on these options, then post back.
    Best
    Andy

Maybe you are looking for