How should I break out individual Acts from an entire performance?

I've successfully assembled multiple video clips and separately recorded audio into a master timeline, of a community (Chinese) New Year's show lasting 1½ hours.
I want to break out portions of that to polish and post on youku, use as a single source clip in a different project, etc.  Suppose, as a concrete example, I want to work with Act 7, and have identified the mark-in and out points.  I used a marker with a duration to remember it.
I suppose I could copy just that 10 minutes to a new timeline (If I could figure out how to do a non-point selection), vertically across all tracks, and start editing that: adding intro, cutting out boring parts, bringing in other assets like a logo.
That's the essential effect I want, but would very much like it to be still referencing the Master.  Then, when I improve the audio or color balance of the entire thing, or add more assets from people sending in their footage, I get the updated results in the Act 7 timeline as well, even though I've cut out or re-arranged sections and it's not a single unbroken match to the original 10-minute span.
In particular, my immediate concern is to make a rough draft of the Act 7 video, before going back to reduce noise and tweak the color.
What's the right way to do this?

like jim says, if you shrink or expand the edit in the nested sequence, it wont automatically shrink or expand the nest in the master timeline. you will have to adjust it manually.  so if you cut out a speech, it wont automatically shrink or adjust the sequences on the master timeline.
Then what did he mean by “Any changes in the Nested Sequences will then be carried into your master sequence.”
What kind of changes, if not edits?  I thought that meant the length of the nested clip will not change but its contents will, in the same way as a media file on the master timeline.
I think nobody is understanding what I asked.  I'll clarify with an illustration:
Example for Planning Workflow
My Master Real-Time Timeline contains
⋯ blahblah ⋯ [1111112222333333444444555555] ⋯ blahblah ⋯
with several tracks.
Step 1: I want to copy the labeled range (between the [⋯]) to a new timeline, which I'll call Act7ver1.  Then, I'll edit it
iii2223334444445ooo
(adding clips for intro and outtro, and cutting parts out of the original),
choose which tracks to switch between and what times,
add any effects.
If this were a nested timeline, it would show up the edited way in the Master as well.  Not what I'm asking.
Step 2: Receive additional video clips and add them to the Master, and add a new audio track that cleans up the original audio.
Step 2b: Revisit Act7ver1.  Master's changes to source clips would show up in any timeline that uses them, so copy/paste in step 1 would be fine.  But adding new tracks that are aligned with the same time range?  I'll want to use the new audio track, and decide if I want to cut in any of the new video angles.
Step 3: Copy the same labeled range(between the [⋯]) again to a new timeline, which for sake of the example I'll call Act7ver二.
It will contain the entire unchanged range, not the cut-up version from ver1.
I'll edit it differently, keeping more of the talking between the music, which are exactly those parts cut out of ver1.
Different intro, etc.
Step 4: Some time later, I'll copy a part of the range to a new project.  Since this is a tutorial, I'll switch between the different mic, mix, and edited sound tracks to illustrate the difference.  That is, all the tracks are available, not just the normal presentation copy used normally.  I don't expect to be changing the original anymore, but I like to keep the option of having the various uses see the updated version or keep the original, which is a special case of seeing new tracks present and synced.
If I save over the source file, all uses see the new content.
If I "replace clip", and the replacement is not a complete length of the original (the audio is original is 97 minutes, but I only remix one 8 minute act) it won't line up.  Putting the new mix on the Master Real-Time is my solution, especially in light of (4) showing the before/after as part of the script.
So ideally I want the "smart object" I pasted in the first place to see whatever is currently in the Master at the position it refers to, including tracks that were not present before.
Understanding thus far
Simply selecting the original range and turning it into a nested timeline will not do what I want.  But, maybe a more advanced use of this feature?  ⋯ later:  Hmm, maybe it is?  Editing the timeline selects pieces of the elements without modifying them.  I see a new feature highlight discussing source-edit mode and acting like a copy/paste so all the tracks show up.  But I don't know if this is indeed just a cut/paste or a smart object that still allows updates to the definition (of the timeline being nested) to show up in this usage.  It sounds difficult to reconcile changes to what's on the various tracks.  Anyone explored this new feature and have more than a superficial review posted?  (What I've seen just shows that the tracks show up "like a copy/paste" but does not explore changing the referenced timeline or limitations of editing the "pasted" track’s content.)
Adding a track to the Master won't show up in the nested timelines, but there are not a lot of them so if it is straightforward to razor it at the matching places and pop them in explicitly, that's fine.
More Thoughts
What about a script that can generate a new timeline from a marked range, across all tracks that might be present?  Then it can be re-run just as easily if the Master changes, and I don't need them to automatically follow any changes: I'll push changes explicitly.
The underlying issue is getting new content into the various projects, synced up at the proper position, even if I have to explicitly grab it while editing the project.  The new track has to line up properly with the clips being used.
Ad Interim
For this current project in progress, I can add a dummy track for the future cleaned audio, and get it into the nested timelines from the start.  Then saving over the file or a replace-clip can take care of it later.
Intended Workflow
I need to produce a passable first draft of each Act quickly.
Then, do further work on materials that are not necessarily neatly contained within each Act, but cross through them, and are not the exact same start-time and length as any existing clip.  It seems natural to do this on a Master Real-Time timeline.
Easily incorporate the new or updated material into the Act timelines, and continue editing the Acts.
then later,
Use the material in other projects (a mundane use of nesting, esp. with the new feature, is fine here for normal uses.  The aforementioned video documenting the different steps is a special case.

Similar Messages

  • Pull out individual graph from a multiple graph waveform?

    Hi all, is there a way of parsing out individual graphs from a waveform based on a given description?  I know that the waveform only has the Y, t0, and t attributes, but there must be a way of doing this.  
    The user inputs a cluster of data per channel.  What I'd like to be able to do is isolate a single graph from the waveform based on the TAG name of the channel, and show this on a separate graph.
    I've attached screen shots shots of the code where the plots are generated, and of the user input cluster.
    I'd greatly appreciate any help.  THANKS!
    LabVIEW 2012
    Windows 7 64-bit
    Solved!
    Go to Solution.
    Attachments:
    Settings_screenshot.jpg ‏28 KB
    blockpanel_screenshot.jpg ‏116 KB

    Hi
    Attached is the picture of how i modified your code. In the DAQ Loop case where you are creating task, use your Tag name as the channel name
    In the Main Processing Loop, insdie the New DAQ case, you are reading the waveform and using a case structure. By using the Get Attribute function and reading the value of NI_ChannelName, you can get the task name of each channel read/acquired.
    I had just left an indicator at the output for the Channel name. you can use it for a case strucuture or in any which way you like.
    Let use know if this works.
    Attachments:
    waveform attribute.PNG ‏65 KB

  • How to change hdmi out to 720 from 1080? the widescreen mode switch didn't help.

    How to change hdmi out to 720 from 1080? the widescreen mode switch setting didn't help, it used to work.

    Read the instructions that came with the device.
    Basically, activate the device and everything should simply work.

  • Why Acrobat x professional is changing the text formatting specifically the font family  and the font size of the text in my pdf on exporting it to Microsoft word file format ?How should i stop Acrobat x professional from doing that so that i get an exact

    Why Acrobat x professional is changing the text formatting specifically the font family  and the font size of the text in my pdf on exporting it to Microsoft word file format ?How should i stop Acrobat x professional from doing that so that i get an exactly same word file on exporting it from its pdf counterpart?

    I was testing the preciseness & efficiency of Adobe acrobat x professional's doc conversion capabilities. As i have to take a document editing project in future which is going to need lot of pdf to word and vice versa conversions . What I did was I created a test word document converted into a pdf using a pdf maker in my word 2007 , Acrobat did convert the document from word to pdf keeping everything in the source file intact , However when i tried the other way round and attempted to convert the same pdf to word 2007 file format I lost my formatting ?So the font that I used to create the pdf are the ones taken from word 2007 which i believe is using the fonts that are installed in my computer. Any suggestions on how to preserve the formatting of the document after converting it from pdf to word file format?
    Regards
    Mike

  • How may I print out a picture from paper and not the photo tray?

    How may I print out a picture from paper and not the photo tray?

    From paper?  Do you have a digital image of it on your iPhone?
    "Photo tray"?  What do you mean here?  The iPhone does not have a photo tray.  Printers have trays.

  • How should I find out the number of messages on queue?

    I am using iMQ 3.0. Point-to-point messaging.
    I have sent some messages to the queue. How should I
    find out the number of messages on queue ?

    You can use MQ's admin tools (imqcmd or imqadmin)
    to find that out.
    'imqcmd query dst -n queuename -t q' will print out what
    you want.
    Check the administration guide for more info.

  • How do I clear out old contacts from showing up on new contact searches

    How do I clear out old contacts from showing up on new contact searches

    Go to Settings > Mail, Contacts, Calendars > Show In App Switcher
    From there you can turn off Phone Favorites and/or Recents

  • My iphone 5 was recently stolen. I had the service shut off, but I don't know how to remotely wipe out my data from my phone! Please help!!

    My iphone 5 was recently stolen. I had the service shut off, but I don't know how to remotely wipe out my data from my phone! Please help!!

    YOu can only do that if you had find my iphone setup and activated prior to having your phone stolen.
    Then you log into icloud.com to remote wipe, but your phone has to be connect to wifi or cellular data to do that.

  • How do I delete downloaded individual songs from my iPhone 4S?

    How do I delete individual song, from iTunes, that I downloaded to my iPhone 4S???
    I purchases a song I really like, but wound up with the wrong artist singing it. I've done this twice and got it wrong. I want them gone!!!

    http://osxdaily.com/2011/11/09/delete-songs-directly-on-iphone-ipad-or-ipod-touc h/ - requires iOS5 or greater -
    "  1. Launch the Music app (used to be called iPod)
       2. Tap through to any song, and slide sideways on the track name to bring up a red “Delete” button, tap that to delete the song"

  • How can I print out all texts from one person

    How can I printall of my texts from my very bad lawyer?

    It's not a file, so you can't "open" one file. Every message (and note) is a single file on the computer.
    This Applescript will grab all the notes in the selected mailbox (i.e. the selected Notes item in Mail) and put them in a textEdit document.
    Note that Mail doesn't differentiate between a note and an email message, so if you run this while a normal email mailbox is selected, it will gather all of your email messages.
    tell application "Mail"
    set theMailboxes to the selected mailboxes of message viewer 0
    repeat with aMailbox in theMailboxes
    set theNotes to the messages of aMailbox
    set theText to ""
    repeat with aNote in theNotes
    set theText to theText & content of aNote & return
    end repeat
    end repeat
    end tell
    tell application "TextEdit"
    set myDocument to make new document at end of documents with properties {text:theText}
    end tell
    Copy and paste this into a new AppleScript Editor Document, select the Notes mailboxes you want to print the notes from, and click the Run button (Green button with arrow).
    This may take a while.

  • How can I print out my contacts from my ipad

    HHow can I print out my contacts from my iPad or iPhone?

    Hi Ken, there is an app, Contact Sheet (http://itunes.com/apps/appiota/contactsheet) that will not only print your contacts, it can also print the pictures!  This app can be used to back up, share, or extract information from your contacts.  You can select which contacts to use by creating a group and you can choose which fields to include.  So, for example, if you were creating a phone list to distribute to your bowling group, you could just include names and phone numbers and not include address or other information that people may not want shared.  It can even be used to send group emails and group text messages.  Please check it out!

  • How do I inport an individual track from a CD to itunes 12?

    The latest version of iTunes (12) *****!  Apart from the missing sidebar which has annoyed many, my new gripe is that I have not found a way of importing individual tracks from a CD into iTunes (& hence my I-pod).  The only way I've found to do it so far is to import the total CD and then delete the tracks I don't want from iTunes.......doh!!
    Any advice would be much appreciated.

    crockfpj wrote:
    Hello ed2345,
    Thanks for the answer and it works!  It's not as intuitive or easy as with the previous version of iTunes - where you could click and drag the tracks you wanted to import - but it's way better than importing all and then having to delete the unwanted tracks.  Good job.
    Glad it helped.  Enjoy the music!

  • How do i break out my Apple ID Passwordhow do i break out my Apple ID Password

    how do I break my Apple ID Password in icloud

    What do you mean, 'break'? Have you forgotten your password? If so, go to http://iforgot.apple.com and sign in with your iCloud login. A new password will be sent to your associated email address. If this doesn't work you will have to contact Support. Go to https://getsupport.apple.com . Click' See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Lost or forgotten Apple ID password'. If you have any problems with that try this form: https://www.apple.com/emea/support/itunes/contact.html

  • How should i log out from my existing i phone frome i cloud

    i have got a new iphone and wanna logout from old one with all the data in it.i want to remove all data to my new iphone.

    If mean you don't want your iCloud data on your new phone, create a different iCloud account by going to Settings>iCloud on your new phone and signing in with a different Apple ID to create the account.

  • Insurance claim for music - how to get print out of purchases from itunes

    Can any one help me as my Hard Drive crashed yesterday and i've lost all my Music, movies etc purchased from itunes in the last 2 years. Need to know how to get a detailed print out from itunes to prove purchase and claim on insurance. And yes i know i should have backed up my recent files...

    The only way is to log into your iTunes Store account (you'll need a working computer with iTunes installed, of course), go to your Purchase History, and do a screen capture of each successive page. There's no way to print out a full listing of all your purchased in one go.
    Regards.

Maybe you are looking for