How to do a cut-scene? (Paste Over)

How do I overlay a scene on the video in the project with the sound from the existing clip remaining intact?
For example. I have a clip of a school choir. I want to insert a clip of the audience but I want the original school choir clips sound during that scene.
I believe that it was called "paste over in the old version.
Message was edited by: Christer Hiort1

YES -- it does work:
1) In the Project, drag right from the Head (beginning) of clip (A) to the point where the Insert will START.
2) Split Clip. Now you'll have 2 clips where there was one: A1 and A2.
3) In the Project, drag left from the Tail (end) of clip (A) to the point where the Insert will STOP.
4) Split Clip. Now you'll have 3 clips where there was one: A1, A2, and A3.
5) Note how long clip A2 is (use TC).
6) Trim the Head of Insert clip (B) to its exact START point. Leave the clip longer than the A2 clip!
7) Select Clip B.
8) Drag the Insert clip (B) into the point between the A2 and A3 clip.
9) Select clip A2.
10) SHIFT+APPLE drag the A2 clip's audio to Insert clip (B).
11) Delete clip A2.
12) Turn the Insert's clip (B) audio to zero.
13) Drag the audio (green) clip fully left to the Head of clip B.
14) Drag the Tail of the audio (green) clip fully right.
15) Drag the Tail of clip B right until it is as long as the audio (green) clip.
Note there is a second type of Insert Edit called a BACKTIMED INSERT:
1) In the Project, drag right from the Head (beginning) of clip (A) to the point where the Insert will START.
2) Split Clip. Now you'll have 2 clips where there was one: A1 and A2.
3) In the Project, drag left from the Tail (end) of clip (A) to the point where the Insert will STOP.
4) Split Clip. Now you'll have 3 clips where there was one: A1, A2, and A3.
5) Note how long clip A2 is (use TC).
6) Trim the Tail of Insert clip (B) to its exact END point. Leave the clip longer than the A2 clip!
7) Select Clip B.
8) Drag the Insert clip (B) into the point between the A2 and A3 clip.
9) Select clip A2.
10) SHIFT+APPLE drag the A2 clip's audio to Insert clip (B).
11) Delete clip A2.
12) Turn the Insert's clip (B) audio to zero.
13) Drag the audio (green) clip fully left to the Head of clip B.
14) Drag the Tail of the audio (green) clip fully right.
15) Drag the audio (green) clip fully right to the Tail of clip B.
16) Drag the Head of clip B right until it is as long as the audio (green) clip.
These two types of inserts are 3-point Inserts where two of the points are in the Project. There are two other types of 3-point Inserts where there is only one point in the Project. And, there is 4-point Insert which 08 cannot do.

Similar Messages

  • Urgent help needed - new to Macs, accidently cut and paste over top of photo folder and now no sign of folder or file, no auto back-up in place, how can I restore photos pls

    Urgent help needed - new to Macs, accidently cut and paste over top of photo folder and now no sign of folder or file, no auto back-up in place, how can I restore photos pls

    Thanks for prompt reply, yes we have tried that but have now closed down the browser we where the photos were.
    We haven't sent up time machine, do you know whether there is any roll-back function on a Mac?
    Thanks

  • How do i copy, cut and paste on firefox

    How can I copy cut and paste on firefox? I have windows 8! Please Help !!!!!!

    You should just be able to perform these functions as you do in any application by doing one of the following:
    * Select some content, right-click your selection and select 'Copy' or 'Cut' from the menu. To paste, right-click in a text area or input field and select 'Paste'.
    * Select some content and press Ctrl+C to copy or Ctrl+X to cut. To paste, click in an input field or text area and press Ctrl+V.
    In webpages you cannot cut content that is not in a text area or input field, and you cannot paste to somewhere other than a text area or input field. Some sites also use preventative measures to stop (or at least hinder - there is usually some way around it) copying (often to prevent plagiarism).

  • N8 Photo Editing - how to use the cut and paste?

    Hello,
    I am trying to edit some photos - there is a an option to use an ellipse or magic wand.  I thought that was to cut and paste from the photos.
    All I can do is select and area - but how do I cut it. 
    I tried save, but it saves the whole image...
    Or am I just doing this wrong...
    Thanks,
    VeePee
    Nokia 3395
    Nokia 6600
    Nokia N95 8GB
    Nokia N8 (Anna)
    Nokia Lumia 930

    I was hoping to use the ellipse or magic want to cut and paste items in a certain shape to paste on other photos.
    I could do this on my N95-4.
    So there is no way to photo edit with cut and paste?
    Any idea what the ellipse and magic wand function do, and how do they work?
    Thanks,
    VeePee
    Nokia 3395
    Nokia 6600
    Nokia N95 8GB
    Nokia N8 (Anna)
    Nokia Lumia 930

  • How do you youse cut and paste

    I just want to know how to cut and paste in mac.  when i go to the tool bar it is never highlighted

    Mac OS X Keyboard Shortcuts

  • How to cut and paste subtitles (with formatting)?

    In iMovie '09, once I've formatted a subtitle to look the way I want, how can I repeatedly cut and paste that subtitle so that I don't need to redo the formatting for every subsequent subtitle?
    I realize this is probably trivial once you see it ... but it's not obvious to me. Couldn't find it in Help or in Apple's FindOutHow movie.

    Copying, Cutting, and Pasting in OS X
    You can easily copy, cut, or paste pictures, text, and other items easily using the built-in shortcuts and menus in OS X.
    Copying text
    To copy text, you can either secondary-click the text or use OS X’s built-in keyboard shortcut.
    To copy using secondary-click, first secondary-click the text. Then, select the Copy button from the pop-up menu.
    To copy using the keyboard shortcut, select the text. Then, press both the C and Command (⌘) keys at the same time.
    Cutting text
    To cut text, you can either secondary-click the text or use OS X’s built-in keyboard shortcut.
    To cut using secondary-click, first secondary-click the text. Then, select the Cut button from the pop-up menu.
    To cut using the keyboard shortcut, select the text. Then, press both the X and Command (⌘) keys at the same time.
    Pasting text
    To paste text, you can either secondary-click the text or use OS X’s built-in keyboard shortcut.
    To paste using secondary-click, first secondary-click the text. Then, select the Paste button from the pop-up menu.
    To paste using the keyboard shortcut, select the text. Then, press both the V and Command (⌘) keys at the same time.
    Austin

  • Cut,copy,paste in textarea

    JTextArea has predefined methods for cut,copy and paste. |||ly how do i implement cut,copy &paste in TextArea.

    hope this code sample helps.
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.datatransfer.*;
    public class ClipboardTest extends Frame implements ClipboardOwner{
         private Clipboard clipboard;
         private TextField copyFrom;
         private TextArea copyTo;
         private Button copy, paste;
         ClipboardTest(){
              setLayout( new FlowLayout());
              clipboard = Toolkit.getDefaultToolkit ().getSystemClipboard();
              copyFrom = new TextField(20);     
              copyTo     = new TextArea(3, 20);     
              copy = new Button("Copy");
              paste     = new Button("Paste");
              add(copyFrom); add(copyTo); add(copy); add(paste);
              copy.addActionListener( new CopyListener());     
              paste.addActionListener( new PasteListener());
              addWindowListener( new WindowAdapter(){     
                   public void windowClosing(WindowEvent we){
                        dispose();
                        System.exit(0);
              setSize(200,200);     
              show();
         class CopyListener implements ActionListener{
              public void actionPerformed(ActionEvent ae){     
                   StringSelection contents = new StringSelection(copyFrom.getSelectedText());
                   clipboard.setContents(contents, ClipboardTest.this);
         class PasteListener implements ActionListener{     
              public void actionPerformed(ActionEvent ae){     
                   Transferable contents = clipboard.getContents(this);
                   if((contents != null) && (contents.isDataFlavorSupported(DataFlavor.stringFlavor))){
                        try{     
                             String string;
                             string = (String) contents.getTransferData(DataFlavor.stringFlavor);
                             copyTo.append(string);
                        }catch(Exception e){
                             e.printStackTrace();     
         public void lostOwnership(Clipboard clip, Transferable transferable){
                   System.out.println("Lost ownership");
         public static void main (String args[]) {
              ClipboardTest clipBoardTest = new ClipboardTest();
    try out this code sample and see if works for you.
    Pradeep

  • Cut and paste - should be easy

    Acrobat Pro 10 / Windows 8
    I've used Pro 10 for a long time but always creating the complete file and cutting/pasting has always been within the document.
    I was given a PDF - 87 pages of which I only need 5.  I want to copy/paste those 5 pages into a new document which is not locked.
    I've opened the document, selected a page, highlighted the text (more about this later), and selected copy.  Then it's File>Create File>From Clipboard.
    At this point I get "Strarting app . . . " and Word begins to open.  (Never does.  All I get is the logo.)
    I then get "Please wait . . . Reading Acrobat PDF."  After a while, the bar fills and then . . . it starts again.  "Please wait . . . Reading Acrobat PDF."  After a while, the bar fills and then . . . well, you get the idea.
    How do I successfully cut and paste from an existing document to a new document?
    Now a word about copying highlighted text.  I'm assuming I'm copying text.  I can't edit the document the way I can my own pdfs.  Am I actually copying text or am I copying an image or something else?  I have no idea.  All I want is to copy whatever I select into a new document.

    It sounds very much as if you want Acrobat to be Word, and that is the source of your problems. Yes, it is hopeless to think you can select all the text on a page, and paste it into a different flow. You might be able to select the left column as graphics, but probably not: PDFs have no information on columns. The pages palette is opened by clicking the page icon in the left margin, as an alternative to bookmarks etc.
    Word gets started because you have copied styled text to the clipboard and Acrobat has no ability to create a PDF from styled text. So it has Word do the conversion. Quite clever really, I didn't think it could manage that.
    But I think really you have to moderate your ambitions.

  • 0 down vote favorite share [fb] share [tw]        How to hide cut/copy/paste/Replace- menu on the UIWebView when it is being displayed over the keyboard.  Detail: I am having a HTML from, having text box, displayed using UIWebView. If user types in text b

    How to hide cut/copy/paste/Replace… menu on the UIWebView when it is being displayed over the keyboard.
    Detail: I am having a HTML from, having text box, displayed using UIWebView. If user types in text box it shows the keyboard. Now If user tap and hold on text box it shows a popup menu. Now while keyboard and pop up are being displayed user scrolls the view. At this time it shows pop up over the keyboard which I need to hide.
    I tried setMenuVisible of UIMenuController when popup rect and keyboard rect intersects each other on viewDidScroll but it didn't help me.
    Any clues will help a lot.
    Thanks.

    You are more likely to get an answer if you post programming problems to the Developer forum. This forum is intended for normal user level problems.

  • How do I insert additional clips into my video timeline in Elements 13?  When clicking 'add media' it added the clips at end of video rather than in their appropriate position.  Could not 'cut and paste'.

    How do I insert additional clips into my video timeline in Elements 13?  When clicking 'add media' it added the clips at end of video rather than in their appropriate position.  Could not 'cut and paste'.

    bhsleadership
    I am in the process of preparing to test a sample from your brand and model camera in my Premiere Elements 8.0/8.0.1 on Windows 7 64 bit. I will have the results probably tomorrow morning.
    For now I just want to put you through the drill that I do for anyone who says he/she is using Premiere Elements 8.0/8.0.1.
    1. Are you working from the 8.0/8.0.1 Update of the program?
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4653
    2. Do you have the automatic Background Rendering and AutoAnalyzer features turned OFF.
    For Background Rendering option. See Edit Menu/Preferences/General.
    For AutoAnalyzer option. Click on Organizer in the row below the blue active Organize header in order to open the Elements Organizer. In the Elements Organizer workspace, go to Edit Menu/Preferences/AutoAnalyzer Options and disable all the AutoAnalzyer options. To return to the Premiere Elements workspace from the Elements Organizer workspace, in the Elements Organizer workspace, go to File Menu/Exit.
    Is your computer optimized in spite of the fact that  you have a high end laptop? I presumed so but always go to verify, no pile ups of preview files, conformed video and audio files et al.
    Looking at the properties of your source media, I see:
    video compression = MPEG1
    audio compression = MPEG-Layer1 (.mp2)
    Frame Size = 640 x 480 (4:3)
    Pixel Aspect Ratio = 1.0
    Frame Rate = 30 progressive frames per second
    With properties like those you are sure to get a red line over that content since there is no project preset with that description.
    But, your choice of the default NTSC DV Standard would have been mine also.
    I am heading to try to get a quick look at the behavior of the sample video here in my Premiere Elements 8.0/8.0.1.
    To be continued.
    ATR

  • I cut and pasted a description from the Internet. It posted as a link in iPhoto. It seems to have made a global change--all my descriptions are now blue, underlined, and Times Roman 12 rather than Arial white. How can I get this back to the default?

    I cut and pasted a description from the Internet. It posted as a link in iPhoto. It seems to have made a global change--all my descriptions are now blue, underlined, and Times Roman 12 rather than Arial white. How can I get this back to the default?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • How to Cut and Paste a file on Mac

    Hey guys,
    Nice to meet you here. I am a new Mac Book Pro 13" Retina Display user with OS X Yosemite. I just switched to Mac from Windows last week.
    So far I have a great experience using Mac. However one thing is troubling me. How do I cut and paste a file? I've tried command+x and command+v but it doesnt work. I can copy and paste though by using command+c and command+v.
    Your help is greatly appreciated.
    Thanks,
    Arief

    nice pick...........
    I mean that i dont have to cut and paste just data in
    that files, but i have to cut and paste whole file
    from one location to other.
    Yup, if you need to do that physically you walk over to the filing cabinet, get the file out, cut it to pieces, take the pieces to the new location, glue them back together, and put the recreated file in the new filing cabinet.

  • How do I cut and paste in iBook?

    I am looking for ways to cut and paste info in some of my iBook resources but can't find a way to do it.

    How do you cut and paste in other programs?
    * Select: use cursor keys and shift, or drag over with the mouse
    * Copy: ctrl+c, or right-click|Copy
    * Paste: ctrl+v, or right-click|Paste
    It doesn't make sense to cut; you wouldn't want to damage email messages, surely?

  • How do i cut and paste in thunderbird for windows 8?

    i don't know how to do it.

    How do you cut and paste in other programs?
    * Select: use cursor keys and shift, or drag over with the mouse
    * Copy: ctrl+c, or right-click|Copy
    * Paste: ctrl+v, or right-click|Paste
    It doesn't make sense to cut; you wouldn't want to damage email messages, surely?

  • Having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this

    having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this.
    I'm using Lion on an MBP and Numbers is the latest version

    May you give more details about what is wrong with your dates ?
    M…oSoft products aren't allowed on my machines but I use LibreOffice which is a clone of Office.
    When I export from Numbers to Excel and open the result with LibreOffice, the dates are correctly treated.
    To be precise, dates after 01/01/1904 are correctly treated. dates before 01/01/1904 are exported as strings but, as it's flagged during the export process, it's not surprising.
    Yvan KOENIG (VALLAURIS, France) mardi 3 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    Please : Search for questions similar to your own before submitting them to the community
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

Maybe you are looking for

  • PI 7.1 CTS+ - IDOC CC is transfered empty

    Hi, We have PI 7.1 SP09 configured with CTS+. Suddenly we get a strange problem, Communication Channels idoc sender type are transfered without "Transport protocol", "Message protocol" & the description. This prevents from the object to be activated

  • Strange font situation in Keynote

    I just upgraded to Yosemite and the latest version of keynote. I opened a presentation I previously created in the last version of Keynote and a weird thing is happening with fonts not appearing correctly. I attached 2 screenshots to illustrate what'

  • Problems with the Time Control

    well whenever I choose "play" it will play but then stop and say: Fps: 27.4/29.97 (Not Realtime) Even though I have "Auto" selected on Frame Rate..When I try to RAM Preview I have to continuously click it for it to finish because it just stops.. I kn

  • How to install Campus Solution 9.0 into existing HCM 9.1 ?

    Hi All, I just completed HCM 9.1 on Tools 8.52.11 on windows 2008 R2 (on virtuallbox) I now have to research the Campus solution 9.0. I have downloaded all the files from edelivery for HR & Campus Solution 9.0. My first thought was to do fresh instal

  • Is there a step by step guide to map a network Samba drive?

    I can log into my office network over Cisco VPN. How do I mount a network Samba drive, what do I use - terminal, disk utility? I'd greatly appreciate a step by step guide. I've googled on this with various results that don't match this topic. Thanks,