Split movie into two movies, including voice-over and Titles?

I recently made a movie PROJECT out of video and stills and now want to burn it to DVD but it is too long.  I want to make two 45 minute movies out of it but can't figure out how to split the second half of the movie off from the first half AND be able to take along my voiceovers and Title pages.  I can get the movie to go, but when I try to highlight, copy and paste the voiceovers and titles into the new project it will not work.  Any way to do this??

Go to the Project Library view so you see your project as a filmstrip with all the other projects.
Select your Project, and click FILE/DUPLICATE PROJECT. Give it a name like My Project Part 1.
Do it again. Give it a name like y Project Part 2.
For Project Part 1, delete the second half and anything you don;t need.
For Project Part 2, delete the first half, but keep any titles you need.

Similar Messages

  • Split String into two

    HI,
    How to Split String into two parts at delimiter

    HI,
    REPORT ZSTRING.
    DATA: LENGTH TYPE I,    
          REMAINING_LENGTH TYPE I ,   
          NEXT_POINTER TYPE I    ,   
          FIRST_HALF(20)  TYPE C ,    
          SECOND_HALF(20) TYPE C ,    
          TEMP TYPE I .
    PARAMETER: WORD(35) TYPE C . "INPUT WORD
    START-OF-SELECTION.
    LENGTH = STRLEN( WORD ).      "Length of the input String
    SEARCH WORD FOR '/'.
        IF SY-SUBRC = 0 .  
          IF SY-FDPOS > 0.   
          MOVE WORD+0(SY-FDPOS) TO FIRST_HALF.  
          ENDIF.  
       TEMP = SY-FDPOS + 1. 
       IF TEMP <> LENGTH.    
       NEXT_POINTER = SY-FDPOS + 1.    
       REMAINING_LENGTH = ( LENGTH - SY-FDPOS ) - 1.    
       MOVE WORD+NEXT_POINTER(REMAINING_LENGTH) TO SECOND_HALF.  
       ENDIF.
    ENDIF.
    WRITE:/'Input String:', WORD .
    WRITE:/'First  Half:', FIRST_HALF.
    WRITE:/'Second Half:', SECOND_HALF.
    *-- End of Program
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • Split records into two files based on lookup table

    Hi,
    I'm new to ODI and want to know on how I could split records into two files based on a value in one of the columns in the table.
    Example:
    Table:
    my columns are
    account name country
    100 USA
    200 USA
    300 UK
    200 AUS
    So from the 4 records I maintain list of countries in a lookup file and split the records into 2 different files based on values in the file...
    Say I have records AUS and UK in my lookup file...
    So my ODI routine should send all records with country into file1 and rest to file2.
    So from above records
    File1:
    300 UK
    200 AUS
    File2:
    100 USA
    200 USA
    Can you help me how to achieve this?
    Thanks,
    Sam

    1. where and how do i create filter to restrict countries? In source or target? Should I include some kind of filter operator in interface.
    You need to have the Filter on the Source side so that we can filter records accordingly the capture the same in the File. To have a Filter . In the source data store click and drag the column outside the data store and you will have Cone shaped icon and now you can click and type the Filter.
    Please look into this link for ODI Documentation -http://www.oracle.com/technetwork/middleware/data-integrator/documentation/index.html
    Also look into this Getting started guide - http://download.oracle.com/docs/cd/E15985_01/doc.10136/getstart/GSETL.pdf . You can find information as how to create Filter in this guide.
    2. If I have include multipe countries like (USA,CANADA,UK) to go to one file and rest to another file; Can I use some kind of lookup file...? Instead of modifying filter inside interface...Can i Update entries in the file?
    there are two ways of handling your situation.
    Solution 1.
    1. Create Variable Country_Variable
    2. Create a Filter in the Source datastore in the First Interface ( SOURCE.COLUMN = #Country_Variable)
    3. Create a new Package Country File Unload
    4. Call the Variable in Country_Variable in Set Mode and provide the Country (USA )
    5. Next call the First Interface
    6. Next call the Second Interface where the Filter condition will be ( SOURCE.COLUMN ! = #Country_Variable )
    7. Now run the package .
    Solution 2.
    If you need a solution to handle through Filer.
    1. Use this Method (http://odiexperts.com/how-to-refresh-odi-variables-from-file-%E2%80%93-part-1-%E2%80%93-just-one-value ) to call the File where you wish to create store the country name into the variable Country_Variable
    2. Pretty much the same Create a Filter in the Source datastore in the First Interface ( SOURCE.COLUMN = #Country_Variable)
    3.Create a new Package Country File Unload
    4.Next call the Second Interface where the Filter condition will be ( SOURCE.COLUMN ! = #Country_Variable )
    5. Now run the package .
    Now through this way using File you can control the File.
    Please try and let us know , if you need any other help.

  • Split string into two based on end of word and max length

    I have the following procedure, which is passed a comma separated string as it input, and it has to split it into two, and the split has to occur at the end of a word, and the first split part can't be more than 15 in length.
    Is there an more efficient way of achieving this? I have a loop in my main code that calls this procedure and in effect a nested loop has been created here.
    e.g. Hello, everyone, welcome, to, split, string' would be split into 'Hello' and 'everyone, welcome, to, split, string'
    create or replace procedure split_str
                   (pi_str  in  varchar2,
                    po_str1 out nocopy varchar2,
                    po_str2 out nocopy varchar2) is
      i number;
    begin
      if (len(pi_str) <= 15) then
        po_str1 := pi_str;
        po_str2 := NULL;
      else
        i := 1;
        loop
          exit when len(SUBSTR(pi_str, 1 ,INSTR(pi_str, ',', 1, i)-1)) > 15;
          po_str1 := SUBSTR(pi_str, 1 ,INSTR(pi_str, ',', 1, i)-1);
          po_str2 := SUBSTR(pi_str, INSTR(pi_str, ',', 1, i)+2);
          i := i+1;
        end loop;
      end if;
    end split_str; 

    You want to find the last space character before the 15th character.
    x := INSTR ( SUBSTR ( pi_str, 1, 15) , ' ' , -1)Then the first string is SUBSTR(pi_str,1,x) and the second string is SUBSTR(pi_str,x+1)

  • Activated voice over and then turned off my ipod,now it wont let me type in my passcode to get back into my ipod. Help?

    activated voice over and then turned off my ipod,now it wont let me type in my passcode to get back into my ipod. Help?

    The screen is telling you to connect the iPod to your computer and restore via iTunes.  You may have to also place the iPod in recovery mode in ordrer to allow a restore. For recovry mode:
    iPhone and iPod touch: Unable to update or restore
    For information see:
    iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen

  • Album download relabels itself and splits itself into two separate album folders

    I have purchased and downloaded an album from a reputable and legal independent website that I have successfully used in the past, but the album folder seems to have a glitch.
    When I download the album it labels itself "Standard" instead of by the name of the album title, like it usually does.  Then when I add it to my iTunes library, it relabels itself to the album name and subsequently splits itself into two separate album folders.  9 random tracks located in one folder, 13 in the other.  The only difference between the labels of the two album folders is that one has an underscore at the end of it.  I have exhausted all my trouble shooting tricks like ensuring all the common metadata is the same (artist, album, sorting, grouping, genre, playlist etc) and deleting and re-downloading, and subsequently copying and pasting files into the correct place but the same thing keeps happening. 
    I have downloaded all the latest software updates on my iMac 10.10.1 and use OS X Yosemite.  I have tried clearing my cache, cookies and webpage history and then downloading again using a completely different browser without success.  I've even tried dragging and dropping files from one folder into the other, again without success.  I would be grateful for any expert advice.

    It's a bug that has been there for years.
    There are workarounds, but you have to do them every time an album gets split. And that will happen every time you change an artist name or an album name (whether it's to change it to proper capitalization, or other reasons). There is no permanent solution.
    Workaround #1:
    1. Select all the tracks from the album
    2. Right click and select "Get Info"
    3. Change the album name by deleting, let's say, the last letter and press "OK"
    4. Change the album name back.
    Workaround #2:
    1. Select all the tracks from the album
    2. Right click and select "Get Info"
    3. Change the artist name by deleting, let's say, the last letter and press "OK"
    4. Change the artist name back.
    Workaround #3:
    1. Select all the tracks from the album
    2. Right click and select "Get Info"
    3. Go to "Options"
    4. Check (or uncheck, if it's already check) the "Part of a compilation" box and press "OK"
    P.S. Some smart person moved this thread from the "iTunes U" forum to the "iTunes for Mac" forum. But the OP clearly said he runs iTunes on Windows.

  • Is it possible to update my SD Movies into HD movies?

    I bought serveral movies in SD with itunes. Is it possible to update my SD Movies into HD movies?

    If you purchased them in SD, you have to re-purchase the HD version.
    However, if you've already purchased the HD format in the past, then you can change the resolution to download them (go to Preferences > Playback Preferences > Preferred Video Version, and then select SD, 720p or 1080p)

  • Video and sound stutters in imovie project, made up entirely of stills with voice-over and music. I'm using iMovie 9.0.4 on a PowerBook 2GHz running 10.6.8 with 274 GB of space free. Size of project is 588 Gb.

    This particular project is made up entirely of still photos with Ken Burns moves and dissolves between each photo. As I got further into the project, the voice over audio started stuttering, and now it hardly plays at all with a motorboat sound when it does play. I've also started added music with the dsame audio problem. I'm running on a Mac PowerBook 2GHz using System 10.6.8. I have IMovie version 9.0.4. The project file size is 588 Mb. I have 274 Gb of hard disc space left. I have shut off all other running programs and even disconnected from the internet, but nopthing seems to help. I acts like it's a memory problem of some sort, but all other applications run fine.

    This particular project is made up entirely of still photos with Ken Burns moves and dissolves between each photo. As I got further into the project, the voice over audio started stuttering, and now it hardly plays at all with a motorboat sound when it does play. I've also started added music with the dsame audio problem. I'm running on a Mac PowerBook 2GHz using System 10.6.8. I have IMovie version 9.0.4. The project file size is 588 Mb. I have 274 Gb of hard disc space left. I have shut off all other running programs and even disconnected from the internet, but nopthing seems to help. I acts like it's a memory problem of some sort, but all other applications run fine.

  • IPod is using voice over and won't scroll. What setting did my child click? It will allow me to use voice control, but i need to know what's wrong first so I can give the correct command.

    My daughter's iPod is using voice over and won't scroll. What setting did my child click? It will allow me to use voice control, but i need to know what's wrong first so I can give the correct command.

    VoiceOver is an Accessibility feature while Voice Control allows you to control the Music app via voice.
    To turn off VoiceOver triple click the Home button and go to Settings>General>Accessibility and turn it off. Use three fingers to scroll if necessary.
    iPhone: Configuring accessibility features (including VoiceOver and Zoom)
    iOS: Getting started with VoiceOver for accessibility

  • Unable to turn off voice over and all of a sudden the touch screen is extremely slow to respond.

    I am unable to turn off Siri/voice over and the touch screen is nearly unresponsive.  Brought it to Best Buy to have the geeks look at it and and weren't really receptive unless I ponied up some cash for a service plan.  Was hoping someone could help me out.  Thanks!

    - What hapens when you
    Triple click the home button and try going to Settings>General>Accessibility and turn VoiceOver off. You may have to use three fingers to scroll the screen to get there. I
    - Next see the following for how to turn off via iTunes:
    iPhone: Configuring accessibility features (including VoiceOver and Zoom)
    - Then try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar

  • When I do a voice over and then go to listen to it, I cannot hear it

    When I do a voice over and then go to listen to it, I cannot hear it

    We're sorry to hear that Firefox is crashing when you open it. Please do the following to give us crash IDs that will help us understand more about the crash.
    #'''(OS X 10.6 or previous)''' Click the '''Finder''' icon in the dock. Your home folder will be selected. In the right side of the window, click the Library folder to open it. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.<br>'''(OS X 10.7 or above)''' Click the '''Finder''' icon in the dock. On the menu bar, click the '''Go''' menu, hold down the '''option''' or '''alt''' key and select '''Library'''. A window will open containing your Library folder. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.
    #Open the 5 most recent files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • Screen locked with voice over and zero value

    My ipad screen is locked with voice over and every time I put in my pass code it just repeats and says zero value.  How do I get into my ipad without having to loose all my data.  Have icloud backup but not sure if that is working properly.Frustrated!

    Try triple-clicking the home button and see if that turns it off, and if it does you can then change what a triple-click does via Settings > General > Accessibility > Accessibility Shortcut (or Triple-Click Home depending upon the iOS version).
    If that doesn't turn it off then you can either turn it off directly on the iPad to go into Settings > General > Accessibility and turn VoiceOver 'off'. You need to use a tap-to-select and then double-tap to activate/type process and 3 fingered scrolling e.g. to type a digit of your passcode tap the digit so that it gets a box around it, and then double-tap the digit to type it.
    Or you can do it by connecting to your computer's iTunes (after typing in your passcode via the tap/double-tap process) : select the iPad  in iTunes, select its Summary tab, scroll to the bottom of that and click the 'configure accessibility' button :
    And on the popup select 'none' for the 'seeing' option :
    Clicking 'ok' should turn it 'off' on your iPad

  • Refuses to play the voice over and the songs, doesnt even plays voiceovers which were allready placed its mute now

    refuses to play the voice over and the songs, doesnt even plays voiceovers which were allready placed its mute now  HELP PLEASE

    You'll find your answer here:
    https://discussions.apple.com/thread/2728092?start=0&tstart=0

  • HT3597 I clicked settings general accessibility triple click and clicked voice over and zoom however now I want to get it off the setting and am unable to scroll down to undo settings  (I have an ipod 4th generation)

    I clicked settings>general> accessibility> triple click and clicked voice over and zoom however now I want to get it off the setting and am unable to scroll down to undo settings  (I have an ipod 4th generation)

    If VoiceOver is on, you scroll the screen using three fingers.

  • I have probably enabled voice over and have to double apps etc however I cannot swipe page up in setting to access accessibility to turn off voice over. Can any body help?

    I have probably enabled voice over and have to double click icons etc to make them work as well as hearing voice commands. However I cannot swipe the General page upwards  to access accessibility to turn it OFF. Anybody had this problem?

    Easiest way to connect to computer and turn it off in itunes. If you can't find how, let us know.

Maybe you are looking for

  • Export in EPS on Flash CC ?

    How can I export image in EPS on Flash CC? In CS6 it was still possible. This is absolutely essential to me. Please help me.

  • Pls suggest me

    Hi, We have a requirement to make a payment gateway.The client will make payments to the concern.We need to make it secure.I have gone SSL,but got up with many bugs. I have to give a demo with self signed certificate on next week.I have no idea where

  • I can not start SAP system

    I have problem about starting SAP system. I executed stopsap  command. After that I rebooted the HPUX system. And I try to execute startsap command.System gives me message below. brckxits:bxdadm 22> startsap Checking ORC Database ABAP Database is not

  • Adf faces on weblogic 8.1.5

    Hello, I am building an application using adf faces (10_1_3_0_4) on Weblogic 8.1.5. I have the application working under eclipse and Weblogic 8.1.5 on windows. However, when I try to deploy it Sun Solaris, I have problems. The Test App includes in WE

  • LIS Structure issue

    Hi gurus, I am using a standard LIS datasource, 2lis_01_s001 to load data to standard Customer Cube, 0SD_C01. In R/3 am getting 0 records in S001 table so am getting 0 records in RSA3 in turn. As it is a standard datasource and no enhancement has bee