Mixing frame from other slide

Hi,
I have the following problem, I have a project 9 minutes
long, 120 slides and when I see all together (project), for example
in slide 28 I got frame of slide 10?
If I click on key F10 (5 slides) starting on slide 28 I don't
see that frame, but when I hit F8 (all project) it happens??
Help!!!
Gustavo

Sound as if you have the image used a s a frame on slide 10
set to "display for rest of project" and not display for rest of
slide.
If you then preview the project from anywhere after slide 10
you will not see the frame. To see it you need to view entire
project (F4) or from slide 10 itself.
When the project is published the frame will show for the
whole project if you have chosen the settings I mention above.
If you don't want to see the frame from slide 10 on slide 28
etc set the 'display for' option to 'rest of slide' NOT 'project'
in the properties of the frame object
Regards
Webbo (UK)

Similar Messages

  • Disposing frame from other class

    Hello,
    I have a problem closing another frame by pressing the button in a frame.
    I have this method in the frame I want closed
      public void closeWindow()
            dispose();
            System.out.println("==========================");
        }And I call the method using this piece of code
        public class btnOkHandler implements ActionListener
          public void actionPerformed (ActionEvent e)
              //deleteUser();
              dispose();
              ftest = new frmTest();
              ftest.closeWindow();
        }So the btnOkHandler class should dispose both the frame where the button is in (wich it already does) and it should dispose the frame frmTest wich it won?t do.
    I guess it won?t dispose it because it opens the frame with this piece of code :
    ftest = new frmTest();But I can?t seem to find a work around of how to call the method with dispose(); in it from frmTest.

    Late reaction I know, but I still havent figured it out.
    I will post a sample code of what I mean.
    I will post a code for frame1 and frame2.
    A button in frame1 opens frame2, and a button in frame 2 should close frame1.
    I have commented out what doesn't work. Well actually it does work but it doesn't work how I want it.
    I figure it bugs because I make an instance to frame1, and it disposes it. So basically I have:
    Frame1 open
    Frame2 open
    Instances frame1
    Another frame1 open
    Closes frame1, still leaving 1 frame1 open.
    Could anybody suggest how I could get rid of the instance new Frame1 but still being able to dispose that frame?
    import java.awt.*;
    import java.awt.event.*;
    public class Frame1 extends Frame
         private Button btnOpen;
          public static void main (String[] args)
                 new Frame1();
         public Frame1()
              createUI();
         /*public void close()
              setVisible(false);
              dispose();
         private class OpenHandler implements ActionListener
              public void actionPerformed (ActionEvent e)
                   Frame2 f2 = new Frame2();
                   f2.openWindow();
         public void createUI()
              setSize (350,350);
              setTitle ("Screen1");
             setVisible (true);
             setResizable (false);
              Button btnOpen = new Button("Open frame");
              btnOpen.addActionListener (new OpenHandler() );
              add (btnOpen);
    import java.awt.Button;
    import java.awt.Frame;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    public class Frame2 extends Frame
         private Button btnClose;
          public static void main (String[] args)
                 new Frame2();
         public Frame2()
              setSize (350,350);
              setTitle ("Screen2");
             setVisible (false);
             setResizable (false);
             setLocation(500,500);
              Button btnClose = new Button("Close other frame");
              btnClose.addActionListener (new CloseHandler() );
              add (btnClose);
         public void openWindow()
              setVisible(true);
         private class CloseHandler implements ActionListener
              public void actionPerformed (ActionEvent e)
                 Frame1 f1 = new Frame1();
                   //f1.close();
                   //f1.setVisible(false);
                   f1.dispose();
    }Edited by: Nimzor on Mar 12, 2008 8:35 AM

  • How do I output the smoothest video when changing or mixing frame rates from the original footage?

    I have been experimenting with various Media Encoder settings, and wondered if there was anything else I can try to get the smoothest video output possible, especially when changing frame rate and possibly resolution.  For clarification, let me start from the beginning and explain what I'm doing and what I've tried so far.  I'll try to be as brief as possible, but if I do go into too much detail, I apologize. 
    My original footage is AVCHD 1080p - 60fps.  (my camera only does 60fps...specifically 59.94fps)  We're not talking interlaced video here, I'm staying away from that.  This is definitely full frame, progressive video at 60 frames (not fields) per second.  My output will ultimately be for the web.  I have been keeping my output codec (H.264) and bit-rate (VBR 2-pass, relatively high-bitrate) consistent, and have been trying numerous output options and even sequence settings to see what would yield the best results.  I am using Premiere Pro CS5.5 along with Media Encoder.  Here's what I've done and the results I've observed:
    1.  I created a sequence with 1080p - 59.94fps settings to match my original footage.  I then output both 1080p and 720p versions at 59.94fps, and at 29.97fps.  The 59.94fps output files looked absolutely great, as would be expected.  Extremely smooth.  The 29.97fps output files were generally smooth, but not near as smooth as the 59.94fps.  This is expected since it's half the frame rate as my original footage.  However, my question is this:  What exactly is Media Encoder doing when "down converting" from 60p to 30p?  From a technical stand point, is it dropping every other frame?  I'm just curious to understand exactly what it does.  I tried the Frame Blending option as well, and that only yielded a bit more blur to the images which wasn't desirable for any of the output files. 
    2.  Just to see what would happen, I created a sequence with 1080p - 29.97 settings.  I then output both 1080p and 720p versions at 29.97fps.  The video was much more choppy in these cases, even with Frame Blending on.  Now, I know not matching my sequence settings with my original media isn't ideal, but I again just want to understand why this yields less smooth video than the 29.97fps options above.  Why does cutting the sequence settings frame rate in half from the original, then outputting the same frame rate as the sequence yield video that is not as smooth?
    3.  Next, I wanted to try mixing frame rates to see how Premiere and Media Encoder handled the footage and output files.  Premiere handled it great, no issues there.  However, I had some interesting things happen when I output the files.  Here's what I did:  I created a sequence with 1080p - 59.94fps to match my original footage.  Then I took the same exact footage that was in my sequence, copied it in my project panel and interpreted it at both 23.976 and 29.97 fps, yielding slow motion video.  The slow motion video looked great in Premiere, so I went ahead and just added it to my sequences, along with the original 59.94 footage.  I also created separate sequences for the 29.97 and 23.976 footage respectively, each with matching sequence settings, then added a nested sequence to another original footage sequence (with 59.94fps sequence settings) to see which yielded the best results.  Basically, I'm trying to output 59.94fps that match my original footage, but also throw in some slow motion footage at different framerates.  I'll explain my results in a moment as they are a bit convoluted, however, here is my question:  When mixing frame rates and trying to output the smoothest video, am I going about this the right way?  I would assume you would use your sequence settings that match the original footage (which is what the majority of the footage will be), then bring in a nested sequence for the slow motion (as oppose to just dropping the slow motion video directly into my main sequence), and then output to the same frame rate of the majority of the footage, in this case 59.94fps. Is there a better workflow for this?
    The results to #3 above were as follows.  Initially, it looked like it didn't matter if I nested the slow motion sequence into my main sequence, or simply dropped the actual slow motion video into my original 59.94fps sequence.  It seemed to produce smooth results either way.  Frame Blending blurred the video a bit, but didn't seem to make much difference, and quite honestly I like the footage without Frame Blending in general.  However, when I closed down Premiere, and opened the output files later (opening in Quicktime), the footage looked choppy.  In fact, it would go from choppy to smooth and back, almost like it had an irregular cadence (don't know if I'm using "cadence" in the right context here).  I would then open up Premiere again, import the output footage into my project panel, and play the footage in Premiere, and it would play back smooth again. Is this a Quicktime issue?  I was playing 1080p 59.94fps files when this happened, so maybe it's just because it's a large file.  Doesn't seem to have issues with the 720p files I created.  But it sure threw me off with my testing because I then started second guessing the settings I was using.  My iMac is the latest 2011 model with plenty of RAM, so I wouldn't think it's the computer.  Thoughts?
    4.  Next, I noticed on ALL my output files (again, using the H.264 codec from Media Encoder) that the color of my video seemed to flatten quite a bit.  It seems that the original footage has more contrast and saturation than the output files.  I figured maybe this was just how it was, but when I re-imported the output files back into Premiere, they looked IDENTICAL to the original footage.  And in Media Encoder's Source/Output windows, I don't see any difference there either. Is Quicktime again the culprit here, doing some odd things to the color of my videos?
    5.  Regarding Frame Blending, when is the best situation to enable this option in Media Encoder?  I've read it is when mixing frame rates, but I honestly didn't see too much of a change except for a bit more blur, which I didn't care for.
    6.  Lastly, my conclusion is that 60fps yields the smoothest video, which is an obvious conclusion.  However, I know that 60fps isn't the best or easiet frame rate for web delivery.  It seems 30p is more the standard.  Are there any integrated web players that would play 60fps?  Can you get 60fps video on YouTube/Vimeo?  If yes to any of these questions, can they do 720p and 1080p at 60fps? 
    Those are all my questions.  I hope I am clear enough without being overly wordy and hopefully I didn't put too many questions into one post.  Thanks in advance for any insight, I really appreciate it.

    Did you ever figure out which output worked the best? I have the same original footage; trying to determine the best output settings to make a dvd for tv.
    thanks!

  • 3 iphones in household.All use same apple ID.But all contacts get mixed between phones and facetime calls come in from other contacts.Ho can we change this so our phone information isn't visible to each other?

    3 iphones in household.All use same apple ID.But all contacts get mixed between phones and facetime calls come in from other contacts.How can we change this so our phone information isn't visible to each other?

    Use separate Apple IDs for each family member and use Family Sharing features of those things (if any) that you do want to share. https://www.apple.com/ios/whats-new/family-sharing/

  • Is there a way to change the pin color in iPhoto so I can pin my photos  and places from those from others.  i think it would be cool to see where my friends have also been but not mix it with mine.  Thanks

    s there a way to change the pin color in iPhoto so I can pin my photos  and places from those from others.  i think it would be cool to see where my friends have also been but not mix it with mine.  Thanks

    No
    Suggest to Apple
    You can make a smart album based on camera to seperate photos
    LN

  • How to copy-paste frames from one document to other with there respective layers intact?

    Hi All,
         I am facing an issue while copy paste frames from one document to other. I have a 3 frames in first documents each one on different layer. First document has 3 layers. The second document too have 3 layers , I am copying frames from first document to scrapdata using 'ICopyCmdData ' and 'kCopyCmdBoss'. I have 'Paste Remembers Layers' menu 'Checked' on Layer panel. I am using following function to copy frames to scrapdata.
    bool16 copyStencilsFromTheTemplateDocumentIntoScrapData(PMString & templateFilePath)
         bool16 result = kFalse;
        do
            SDKLayoutHelper sdklhelp;
            PMString filePathItemsToBeCopiedFrom(templateFilePath);  //("c:\\test\\aa.indt");
            IDFile templateIDFile(filePathItemsToBeCopiedFrom);
            UIDRef templateDocUIDRef = sdklhelp.OpenDocument(templateIDFile);
            if(templateDocUIDRef == UIDRef ::gNull)                 
                break;
            ErrorCode err = sdklhelp.OpenLayoutWindow(templateDocUIDRef);
            if(err == kFailure)                 
                break;
            InterfacePtr<IDocument> templatedoc(templateDocUIDRef,UseDefaultIID());
            if(templatedoc == nil)               
                break;
            InterfacePtr<ISpreadList>templateSpreadUIDList(templatedoc,UseDefaultIID());
            if(templateSpreadUIDList == nil)                  
                break;
            IDataBase * templateDocDatabase = templateDocUIDRef.GetDataBase();
            if(templateDocDatabase == nil)                  
                break;
            UIDRef templateDocFirstSpreadUIDRef(templateDocDatabase, templateSpreadUIDList->GetNthSpreadUID(0));
            InterfacePtr<ISpread> templateSpread(templateDocFirstSpreadUIDRef, IID_ISPREAD);
            if(templateSpread == nil)                 
                break;
            UIDList templateFrameUIDList(templateDocDatabase);
            if(templateSpread->GetNthPageUID(0)== kInvalidUID)                  
                break;      
            templateSpread->GetItemsOnPage(0,&templateFrameUIDList,kFalse,kTrue);  
            InterfacePtr<ICommand> copyStencilsCMD(CmdUtils::CreateCommand(kCopyCmdBoss));
            if(copyStencilsCMD == nil)                
                break;
            InterfacePtr<ICopyCmdData> cmdData(copyStencilsCMD, IID_ICOPYCMDDATA);
            if(cmdData == nil)                 
                break;
            // Copy cmd will own this list
            UIDList* listCopy = new UIDList(templateFrameUIDList);
            InterfacePtr<IClipboardController> clipboardController(gSession,UseDefaultIID());
            if(clipboardController == nil)              
                break;
            ErrorCode status = clipboardController->PrepareForCopy();
            if(status == kFailure)                  
                break;
            InterfacePtr<IDataExchangeHandler> scrapHandler(clipboardController->QueryHandler(kPageItemFlavor));
            if(scrapHandler == nil)                 
                break;
            clipboardController->SetActiveScrapHandler(scrapHandler);
            InterfacePtr<IPageItemScrapData> scrapData(scrapHandler, UseDefaultIID());
            if(scrapData== nil)                
                break;
            UIDRef parent = scrapData->GetRootNode();
            cmdData->Set(copyStencilsCMD, listCopy, parent, scrapHandler);
            if(templateFrameUIDList.Length() == 0)       
                return kFalse;      
            else      
                status = CmdUtils::ProcessCommand(copyStencilsCMD);    
            if(status != kFailure)
              result = kTrue;
            sdklhelp.CloseDocument(templateDocUIDRef,kFalse,K2::kSuppressUI, kFalse);
        }while(kFalse);
        return result;
    After this I need to close first document. Now I am opening the second document from indt file which has same number of layers as first document. I am trying to paste frames from scrap data to second document using '' 'ICopyCmdData ' and 'kPasteCmdBoss' as shown in follwoing function
    bool16 pasteTheItemsFromScrapDataOntoOpenDocument(UIDRef &documentDocUIDRef )
        bool16 result = kFalse;
        do
               InterfacePtr<IClipboardController> clipboardController(gSession,UseDefaultIID());
                if(clipboardController == nil)
                    break;
               InterfacePtr<IDataExchangeHandler> scrapHandler(clipboardController->QueryHandler(kPageItemFlavor));
               if(scrapHandler == nil)               
                    break;
               InterfacePtr<IPageItemScrapData> scrapData(scrapHandler, UseDefaultIID());
                if(scrapData == nil)
                   break;
                     //This will give the list of items present on the scrap
                UIDList* scrapContents = scrapData->CreateUIDList();
                if (scrapContents->Length() >= 1)
                    InterfacePtr<IDocument> dataToBeSprayedDocument(documentDocUIDRef,UseDefaultIID());
                    if(dataToBeSprayedDocument == nil)
                       break;
                    InterfacePtr<ISpreadList>dataToBeSprayedDocumentSpreadList(dataToBeSprayedDocument,UseDef aultIID());
                    if(dataToBeSprayedDocumentSpreadList == nil)
                         break;
                    IDataBase * dataToBeSprayedDocDatabase = documentDocUIDRef.GetDataBase();
                    if(dataToBeSprayedDocDatabase == nil)
                         break;    
                    UIDRef spreadUIDRef(dataToBeSprayedDocDatabase, dataToBeSprayedDocumentSpreadList->GetNthSpreadUID(0));               
                    SDKLayoutHelper sdklhelp;
                    UIDRef parentLayerUIDRef = sdklhelp.GetSpreadLayerRef(spreadUIDRef);
                    InterfacePtr<IPageItemScrapData> localScrapData(scrapHandler, UseDefaultIID());
                    if(localScrapData == nil)
                        break;
                    if(parentLayerUIDRef.GetUID() == kInvalidUID)
                        break;
                    InterfacePtr<ICommand> pasteToClipBoardCMD (CmdUtils::CreateCommand(kPasteCmdBoss));
                    if(pasteToClipBoardCMD == nil)
                        break;
                    InterfacePtr<ICopyCmdData> cmdData(pasteToClipBoardCMD, UseDefaultIID());
                    if(cmdData == nil)
                        break;
                    if(scrapContents == nil)
                        break;               
                    PMPoint offset(0.0, 0.0);
                    cmdData->SetOffset(offset);
                    cmdData->Set(pasteToClipBoardCMD, scrapContents, parentLayerUIDRef );
                    ErrorCode status = CmdUtils::ProcessCommand(pasteToClipBoardCMD);
                    if(status == kSuccess)
                        CA("result = kTrue");
                        result = kTrue;
                }//end if (scrapContents->Length() >= 1)       
        }while(kFalse);
        return result;
         Here in above function its required to set Parent Layer UIDRef and because of this all frames are getting paste in one layer.
    Is there any way we can paste frame in there respective layers?
         Also I need to work this code with CS4 server and desktop indesign.
    Thanks in advance,
    Rahul Dalvi

    Try,
    // dstDoc must be FrontDocument
    InterfacePtr<ILayoutControlData> layoutData(Utils<ILayoutUIUtils>()->QueryFrontLayoutData());
    InterfacePtr<ICommand> createMasterFromMasterCmd(CmdUtils::CreateCommand(kCreateMasterFromMasterCmdBoss));
    createMasterFromMasterCmd->SetItemList(UIDList(srcMasterSpreadUIDRef));
    InterfacePtr<ILayoutCmdData> layoutCmdData(createMasterFromMasterCmd, UseDefaultIID());
    layoutCmdData->Set(::GetUIDRef(layoutData->GetDocument()), layoutData);
    CmdUtils::ProcessCommand(createMasterFromMasterCmd);

  • I am having problems copying and pasting clips from one project timeline to another. When I do this they often alter in length. Sometimes by two frames. Other times they lose a chunk off the end of the last clip in the sequence. Has anyone else found

    I am having problems copying and pasting clips from one project timeline to another. When I do this they often alter in length. Sometimes by two frames. Other times they lose a chunk off the end of the last clip in the sequence. Has anyone else found this?

    You need to give a lot more information about the media specifications and the project properties you're using in the different projects.

  • How can i play a movie in keynote from more than 600 seconds between other slides in a automatic loop

    How can i play a movie in keynote from more than 600 seconds between other slides in a automatic loop

    The maximum duration available for an automatic presentation in Keynote is 600 seconds.
    The alternatives are to export a QuickTime video, use other presentation applications, a media server player or digital signage application.

  • Frame loading request from other frame

    Hai i have got a problem loading frames from one other frame.
    I have a framepage with in one frame an other frame page.
    From the main frame page i want to load some ordinary pages into the secundary framepage. I tried to do this with the following string:
    eval("parent.parent.secundaryframe.location='url'");
    When i do this i get an error message "parent.parent.secundaryframe is empty or not an object".
    What can be the cause of this.
    I have used the string several times before and it always worked perfectly.
    I hope someone can help me.
    Thanks.

    Hai Omer,
    I really appreciate the effort you put into answering my question. I learned some handy things from it.
    But i ment it a little less complicated.
    Say i have the following pages:
    main_frameset.html:
    ==================
    <html>
    <head>
    </head>
    <body>
    load new pages into secundary frameset
    </body>
    </html>
    left.html:
    ==================
    <html>
    <head>
    </head>
    <body>
    load new pages into secundary frameset
    </body>
    </html>
    secundary_frameset.html:
    ==================
    <html>
    <head>
    </head>
    <frameset rows="246,*" frameborder="YES" border="2" framespacing="2" cols="*" bordercolor="#FF0000">
    <frame name="topFrame" scrolling="NO" noresize src="top_secundary_frame.html" >
    <frame name="bottomFrame" src="bottom_secundary_frame.html">
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>
    top_secundary_frame.html:
    ==================
    <html>
    <head>
    </head>
    <body>
    some page loaded in this frame
    </body>
    </html>
    bottom_secundary_frame.html:
    ==================
    <html>
    <head>
    </head>
    <body>
    some page loaded in this frame
    </body>
    </html>
    new_page1.html:
    ==================
    <html>
    <head>
    </head>
    <body>
    A completly other page
    </body>
    </html>
    new_page2.html:
    ==================
    <html>
    <head>
    </head>
    <body>
    A completly other page
    </body>
    </html>
    Now, when i click on the link in left.html i want:
    new_page1.html to be loaded in the top frame of secundary_frameset.html
    new_page2.html to be loaded in the bottom frame of secundary_frameset.html
    This is what i exactly ment.
    Do you or anybody know how this is done?

  • How do I get audio from mp4 video to stop playing on other slides? URGENT

    I have imported an mp4 video into my Captivate file, and it plays well. But when I get to slides after that one, the audio from the video file repeats on several other slides. How do I get this ugly behavior to stop?
    I don't want to unsync the audio and video because it could get out of sync on playback.
    Please advise ASAP. I am supposed to be handing this in tomorrow and have spent countless hours doing workarounds on this project already...
    Thank you very much for any help you can give me.
    Ellen

    Hello Ellen,
    What is your Captivate version and what option did you choose to insert the video?
    If it is Captivate 6, Can you use the Multi Slide Synchonize video. If it is a Previous version, can you select the Video and from properties choose to synchronize with project?
    Does the audio play on other slides when you jump from an incomplete video to other slides or when you view the complete video and then move to rest of the slides.
    Thanks,
    Anjaneai

  • How do I convert a powerpoint presentation saved as pdf to an editable word document minus all the frames around the slides?

    How do I convert a powerpoint presentation saved as pdf to an editable word document minus all the frames around the slides?

    Hi Sara!
    Yes this sounds interesting. Can I update to that from the PDF Export I have just renewed? How much would that cost?
    Thanks for your quick answer.
    Best Regards
    Per-Olof Egli                                         Logga Egli C.I.S
    Managing Director
    Egli C.I.S. Consulting
    Lapphundsgränd 43
    SE-128 62 SKÖNDAL
    Sweden/Швеция
    Phone:         +46 708 23 03 53
    <http://www.eglicisconsulting.se/> www.eglicisconsulting.se
    <mailto:[email protected]> [email protected]
    Skype: eglipo
    Från: Sara.Forsberg 
    Skickat: den 10 september 2014 22:11
    Till: P-o Egli
    Ämne:  How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    created by Sara.Forsberg <https://forums.adobe.com/people/Sara.Forsberg>  n Adobe ExportPDF - View the full discussion <https://forums.adobe.com/message/6718870#6718870>

  • Mixing frame rates in project?

    I know this has been discussed a bit on other posts.  But I couldn't quite find the angle/issue I'm working with.  It's mainly a 24fps film, but I have to use 29.97fps archival material.  The end output is 24fps.  If I just edit the different frame rate clips as is on the timeline and output ... will my 29.97 be converted 'smoothly' into the final exported movie?  Or will I have stuttering issues?  And is there any advantage in converting all my 29.97fps to 24fps (individually) and then re-inserting them back into the film?
    In a couple of shots I can see what looks like a slight fluttering in a subject moving back and forth horizontally (not particularly fast either).
    I just attempted to do a test, to convert the 29.97 to 23.98.  A puzzle: there seems no way to export out the clip at a different frame rate (if it's a 29.97 on a 29.97 timeline).  I'm stuck with the 29.97.
    If I try to modify the project with the 29.97 clip in it already - the modification won't allow me any choices beyond the 29.97.
    If I create a NEW project at 23.98 fps, and then drop the 29.97 clip into it ... the clip CHANGES the project back to 29.97, and I'm still stuck with the same problem.
    If I don't want to go to another app like Compressor, what might be the trick here?

    I converted a clip from 29.97 to 23.98 using Compressor.  I have to say, it looks better than what I'm getting from the 'mixed frame-rate' timeline in FCPX.  Am I imagining this do you think?  Smoother.

  • Problems with Xml for mixed frame rate clips in 23.98 sequence

    When an XML from an fcpx sequence which has mixed frame rate clips in 23.98 timeline is put through X2Pro the resulting AAF is incorrect as the non 23.98 clips are out of sync and have the wrong frame conversion applied. The same thing happens with the XML through Xto7 - the fcpxml appears not to be handling the frame rate conversion correctly in the XML process.
    Anyone else had this or know of a workaround ( other than converting all media to 23.98 before editing obviously!)

    What happened to us is that the DP shot all the footage in 59.94 mode. Some at 60p, and some at 24p WITHOUT pulldown. We tried capturing it again as 24p at 23.98 but it wouldn't come in that way. So we had to live with it at 59.94. And yes, we couldn't slip it on the timeline, we had to match back to the master clip and choose different in points until it came in right.
    It was a horrible mess and we won't be hiring that DP again. I hope that re-capturing does it for you, it didn't for us.
    Good Luck.
    Shane

  • Mixed frame rate / rendering problem

    Hi
    A strange problem. A lot of the clips on my timeline were screen-captured and are non-standard frame rates. All mixed together, they play back fine within Final Cut, but when I export, much of the output is using footage from other places in the clips. So I can't export my project
    I've tried exporting with 're-compress all frames', thinking that might do it, but no luck. Any ideas?

    Hi
    Thanks for your response.
    The videos aren't corrupted, but they are all different framerates. I used Screenium. I think it captures whatever it can manage depending on the hardware of the machine capturing, so the framerate ends up variable. It's in pro-res. I didn't change the framerates to a standard 25 / 30 fps because I figured Final Cut Pro would be able to deal with it - but I think I may have tripped it up! I may have to capture the edit, then convert to a definite 25fps throughout, but if you have any other solutions I'd love to hear. Many thanks

  • Cutting mixed frame rate (fps)?? -formerly: compatibilty of HDX900 & FCP? ?

    Hi there,
    I didn't hear much response from this group about this previous topic (thanks loyed or is it, scott?)... but I have a related question.
    Has anyone cut a piece with mixed frame (vid) rate. For example, we are cutting some video shot at both 23.98 and 29.97. The sequence settings for 'editing time base' allows only one option. So I guess I could set 2 sequences and put one into the other. I don't want to nest though. Anyone deal with this?
    I'm researching which is better for our project, either FCP or Avid. I want to be able to cut HD (shot with the HDX) in real time with mixed frame rate. Right now, I know Avid can handle the mixed frame rate. I have heard that with Avid Media Composer (software only), you may have to render often if your working off-line.
    On the other hand, Apple says they don't officially support this camera's format. BUT I found someone who is using the one I use for the HVX, DVCPRO HD 720p and it is working for them (again thanks Scott).
    I can't test either out yet. I don't have the footage, but will be working on a time crunch.
    Any of your thought will be appreciated.
    Best to you guys,
    Sandhya
    --forwarded note below from original post----
    sandhya <[email protected]> wrote:
    I am trying to determine the compatibility of Final Cut Pro and Panasonic's AJ-HDX900. We will shoot HD 720p mixed frame rate.

    I know you said you don't want to nest sequences, which is a good thing, because (as of now) you can't nest sequences with different frame rates.
    Capture the 23.98 footage without removing the pulldown, and you'll have the 23.98 look in a 29.97 file.

Maybe you are looking for

  • Blogger (blogspot) mobile site won't resize images

    Blogger has supported mobile version webview. When using Firefox android browsing blogger, the images are not resize to smaller ones. As image below: http://imgur.com/WWdDFLE Firefox for android, the image won't resize to smaller one, but other brows

  • Black borders, Adobe CS4 & Canon Eos 550D

    Hi All, Im pretty new to the video scene, and ive got adobe cs4 for a while but never used it alot, now im recording video's with a canon eos550d with a great quality, but allways after my bounce there appears 2 black borders up and down. the video o

  • Too much access to reader

    How do I log in to reader . It says that I tried to access too much

  • Silly question regarding sol 8 containers and disk sizes

    I've got what is probably just about the silliest question, but I can't seem to find an answer whilst searching around for the past couple of hours. Say I have 2 boxen, one is a sol 8 server and the other is a brand new install of sol 10/8. They have

  • Still waiting for my downloading email

    Hi I bought un upgrade online for creative suite CS6. I received an email that confirms my order and explains that I will receive another one with downloading instructions. But until now I've got nothing and when I tracked my order NO 24523046724 I f