Reorder, join, then split?

I am totally new to using iMovie, so please be kind!
Functions I need in Events seem to be only available in Projects and functions I need in Projects seem to be available only in Events! I have imported a video that is in the wrong order (i.e not in the order I want it). To fix this, I have moved the last half into Project first and the first half next. (The video thumbnails in Events remain in the wrong order and can't be split there into two videos.) This (moving the two halves into Project) puts the video into the order I want. But I can't join them in Project - that's the first problem. (That can only be done in Events.) Another edit I want to do is to then split the Project at a different point. I can do this in Project, but then I can't join the new chunk to one of the other pieces. That can only be done in Events.
Is there some way of doing all this that I haven't quite figured out?
TIA!

You don't have to worry about that space in between clips in the project. When you use the SHARE menu to create your final movie, the movie is rendered with no gaps.

Similar Messages

  • How To UPLOAD a DATA (.DAT) fiel from PC to internal table and then split it into the data different columns

    Hi all,
    I am new to ABAP Development. I need to upload a .DAT file (the file doesn#t have any proper structure-- Please find the .DAT file in the attachment). After uploading the DATA (.DAT) fiel I need to split in into different columns. Refering the attached .DAT fiel the fields in bracets like:
    [Arbeitstag],  [Pecunia], [Mita], [Kunde], [Auftrag] and  [Position] are different fields that need to be arranged in columns in an internal table. this .DAT fiel which I want to upload and then SPLIT it into various fields will will treated as MASTER DATA table for further programming. The program that I had written is as below. Also please refer the attached .DAT table.
    Please if any one could help me. i searched a lot in different forums but couldn't find me  a solution. Also note that the attached fiel is in text (.txt) format here but in real situation the same fiel is in DATA (.DAT) format.
    *& Report  ZDEMO_ZEITERFASSUNG9
    REPORT  ZDEMO_ZEITERFASSUNG9.
    Types: Begin of ttab,
            Rec(1000) type c,
           End of ttab.
    DATA: itab  type table of ttab.
    DATA: wa_tab type ttab.
    DATA: file_str type string.
    Parameters: p_file type localfile.
    At selection-screen on value-request for p_file.
                                           CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
                                            EXPORTING
    *                                          PROGRAM_NAME        = SYST-REPID
    *                                          DYNPRO_NUMBER       = SYST-DYNNR
    *                                          FIELD_NAME          = ' '
                                               STATIC              = 'X'
    *                                          MASK                = ' '
                                             CHANGING
                                               file_name           = p_file.
    *                                        EXCEPTIONS
    *                                          MASK_TOO_LONG       = 1
    *                                          OTHERS              = 2
    Start-of-Selection.
      file_str = P_file.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                      = '\\10.10.1.92\Volume_1\_projekte\Zeiterfassung-SAP\BUP_ZEIT.DAT'   " This the file  source address
          FILETYPE                      = 'DAT'
          HAS_FIELD_SEPARATOR           = ';'
    *     HEADER_LENGTH                 = 0
    *     READ_BY_LINE                  = 'X'
    *     DAT_MODE                      = ' '
    *     CODEPAGE                      = ' '
    *     IGNORE_CERR                   = ABAP_TRUE
    *     REPLACEMENT                   = '#'
    *     CHECK_BOM                     = ' '
    *     VIRUS_SCAN_PROFILE            =
    *     NO_AUTH_CHECK                 = ' '
    *   IMPORTING
    *     FILELENGTH                    =
    *     HEADER                        =
        tables
          data_tab                      = itab
       EXCEPTIONS
         FILE_OPEN_ERROR               = 1
         FILE_READ_ERROR               = 2
         NO_BATCH                      = 3
         GUI_REFUSE_FILETRANSFER       = 4
         INVALID_TYPE                  = 5
         NO_AUTHORITY                  = 6
         UNKNOWN_ERROR                 = 7
         BAD_DATA_FORMAT               = 8
         HEADER_NOT_ALLOWED            = 9
         SEPARATOR_NOT_ALLOWED         = 10
         HEADER_TOO_LONG               = 11
         UNKNOWN_DP_ERROR              = 12
         ACCESS_DENIED                 = 13
         DP_OUT_OF_MEMORY              = 14
         DISK_FULL                     = 15
         DP_TIMEOUT                    = 16
         OTHERS                        = 17
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      LOOP at itab into wa_tab.
            WRITE: / wa_tab.
      ENDLOOP.
    I will be grateful to all you experts for ur inputs
    regards
    Chandan Singh

    For every Auftrag, there are multiple Position entries.
    Rest of the blocks don't seems to have any relation.
    So you can check this code to see how internal table lt_str is built whose first 3 fields have data contained in Auftrag, and next 3 fields have Position data. The structure is flat, assuming that every Position record is related to preceding Auftrag.
    Try out this snippet.
    DATA lt_data TYPE TABLE OF string.
    DATA lv_data TYPE string.
    CALL METHOD cl_gui_frontend_services=>gui_upload
      EXPORTING
        filename = 'C:\temp\test.txt'
      CHANGING
        data_tab = lt_data
      EXCEPTIONS
        OTHERS   = 19.
    CHECK sy-subrc EQ 0.
    TYPES:
    BEGIN OF ty_str,
      a1 TYPE string,
      a2 TYPE string,
      a3 TYPE string,
      p1 TYPE string,
      p2 TYPE string,
      p3 TYPE string,
    END OF ty_str.
    DATA: lt_str TYPE TABLE OF ty_str,
          ls_str TYPE ty_str,
          lv_block TYPE string,
          lv_flag TYPE boolean.
    LOOP AT lt_data INTO lv_data.
      CASE lv_data.
        WHEN '[Version]' OR '[StdSatz]' OR '[Arbeitstag]' OR '[Pecunia]'
             OR '[Mita]' OR '[Kunde]' OR '[Auftrag]' OR '[Position]'.
          lv_block = lv_data.
          lv_flag = abap_false.
        WHEN OTHERS.
          lv_flag = abap_true.
      ENDCASE.
      CHECK lv_flag EQ abap_true.
      CASE lv_block.
        WHEN '[Auftrag]'.
          SPLIT lv_data AT ';' INTO ls_str-a1 ls_str-a2 ls_str-a3.
        WHEN '[Position]'.
          SPLIT lv_data AT ';' INTO ls_str-p1 ls_str-p2 ls_str-p3.
          APPEND ls_str TO lt_str.
      ENDCASE.
    ENDLOOP.

  • How to join download split files

    how to join the downloaded split files in mac bookair?

    It sorta depends on what was used to split the files. Is it a segmented zip or stuffit file? If so then Unarchiver or Stuffit Expander (respectively) should work. If it is a RAR file RAR Expander should do it.

  • Can't join movies split with HJ Split using chunk joiner

    I have a movie that was split into 2 clips using HJ Split. First I tried to use Imovie to join the 2 but only the first clip is highlighted in the list of files (the second is there but the name is muted). Also, I can't open the second clip by itself. Someone suggested using Chunk Joiner to recombine the 2. I downloaded chunkjoiner22.bin, expanded it and tried to open the application but got a message saying it was not supported on my system. Does anyone know if there is a different version or another piece of freeware that will do the trick?
    IMac Mac OS X (10.4)
    IMac   Mac OS X (10.4)  

    That program is probably to old/not compatible for Tiger.
    Here's a Java version from the same page where it recommends using Chunk-joiner for the MAC platform.
    HJSplit for Java
    JAxe is a Java clone of the HJSplit program; it allows you to split a large file into smaller pieces and then join them back into the original file. JAxe is a Java clone of the HJSplit program. Being written in Java, JAxe runs on any platform which supports it, such as Windows, Linux, Mac, Solaris, freeBSD.
    Note: It says you gotta have Java Virtual Machine installed & enabled on your Mac.
    http://www.geocities.com/JAxe02/
    Here's the original page that your friend probably downloaded his PC version of HJ Spilt
    http://www.freebyte.com/hjsplit/#hjjoin
    Split&Concat
    Here's another app that states it works with OS 10.3.9 and higher
    http://www.xs4all.nl/~loekjehe/Split&Concat/index.htm
    Hope this helps.

  • Placing and then splitting a Word doc

    I have a long (for me) and pretty messy Word Doc that I need to bring into InDesign and turn into a 32 page report. It is a continuous doc with 7 sections.
    When I bring into InDesign (place and shift+click) it creates a continouos multipage InDesign file that flows from beginning to end in a chain of text boxes.
    Not sure how this is going to end up or where the page breaks are going to be, especially when I start reformatting and resizing the text and inserting images.
    What I would like to do after import is to split the 7 sections at section end (so that section 1 is a chain of text frames, section 2 is a chain of text frames etc etc.). That way if I make changes in the first section it isn’t going to have a knock on all the way through the doc to the end.
    If I use the Breakframe Applescript that is bundled in the script palette it seems to break the links between every text box. I suppose i could then laboriously go through an relink the boxes in Section 1, Section 2 ext but this seems quite painful.
    Is there a way to achieve this? If not what would be good practice to bring the Word Doc in in defined chunks?

    You can apply a paragraph style with keep option: On Next Page to each section title, and that will keep every section start on a it's own page even if you make any change.
    Another option you can create book document:
    InDesign / Creating book files
    http://help.adobe.com/en_US/indesign/cs/using/WSa285fff53dea4f8617383751001ea8cb3f-6ccaa.h tml

  • TS1398 I am prompted to provide password and I put it in. Join then it tells me I am unable to connect. Every other iPhone/iPad/laptop works fine. Not sure why this phone doesn't work.

    Just trying to access my wifi using my iphone

    Usually it's because you are not making internet connection via wifi.
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • Data Merge then Split Documents

    Hey everyone,
    I'm using InDesign and Data Merge to create business cards for our printer, but we of course have the recepients proof them first.
    I was wondering if there was a way where after the Data Merge, I could separate every 2 pages into their own PDF (front and back of card).
    Even more awesome would be if the PDF filename could be "<<FirstName>><<LastName>>-BC-proof.pdf"
    Thanks!

    in Acrobat X, there is a feature under the pages panel called split pages which lets users split a PDF into various sizes, whether it be based on amount of pages or file size.
    As for titling the PDFs appropriately, the above method won't do that, BUT i'm sure i've read about this somewhere before on this very forum. Do a search of this forum for Data Merge Split or something similar... if I find it I'll post it here.

  • Data Merge (ID) then Split Documents with Filename

    Hey everyone,
    I'm using InDesign and Data Merge to create business cards for our printer, but we of course have the recepients proof them first.
    I was wondering if there was a way where after the Data Merge, I could separate every 2 pages into their own PDF (front and back of card).
    Even more awesome would be if the PDF filename could be "<<FirstName>><<LastName>>-BC-proof.pdf"
    Thanks!

    Created this desription for someone looking to help, may clarify:
    So here’s my workflow and goal result for these files.
    I am creating special business cards for a handful of people in our company. And since our print vendor usually handles proofs and approvals per individual, I’ve got to try and replicate that process for this piece.
    I created an InDesign file with the fields I need to populate from a spreadsheet with all their contact information.
    Data Merge works like it should, and my merged document contains the front and back of each card for each individual in the handful of people. But now, I need to send out a copy of each for the recipient to approve.
    Another helper here has been manually splitting the documents and sending them out for approval, but I’d very much like to streamline the process (from merge, to proof, to approval, to printer). And the printer will likely be needing these in separate files for shipping reasons.
    So now that I have a merged document, my goal would be to export every 2 pages with a filename of the “<<LastName>><<FirstName>>-COE_BC_PROOF.pdf” so our helper can get them sent out for approval.
    A second step may be to re-do this process with bleed for the printers (or if that seems too much, the proofs will just include bleed and what not so we can forward them straight to the printer).
    So wadda ya think?

  • CS5 Automating join of splitted scan images

    I've seldom used Photoshop and need some guidelines for the special task to repeat 350 times 
    I need to join 2 part scans without overlapping content into one bigger one. Images are of approximately 500x1000 pixels and longer edge is the one to join with other.
    Is threre any CS5 special automated tools for such a task or plug-ins maybe?
    Below is how do I imagine the workflow, does CS5 support it or is there any tools to speed process up?
    1. opening image 2 and cropping it's left edge to straight joining line
    2. copy all to clipboard
    3. open 1st image and expanding it's size to the right approximately 600 pixels
    4. paste from clipboard 2nd image and drag with mouse to it's location on the right, finishing precise alignment with arrow keys.
    5. with manual clone tool hiding stitch line as much as possible
    6. cropping the final image if necessary and save
    Thanks for you ideas!

    Thanks for your time! I see there is nothing new in this area and I must do the job with same hand tools as 20 years ago.
    But
    What advanced blend tools do exist in CS5? Is there a gradient equaliser tool, see below?
    I have reached to the next step after copying manually second half to final extended background image.
    1. If there is a solid colour background image and 1 layer, which method to use to blend/merge layer to background controlling edge blend width, say 15 pixels.
    2. If background image is part of layer 1 image, means layer 1 is second part of 1st image without overlapping part. How too blend?
    a) choosing blend option, which corrects layer 1 edge somehow to fit background neighbour area
    b) gradient equaliser. to flatten image and creating mask of the joined edges, say width of  20 pixels and using special gradient join tool to mask minor exposure and edge join quality differences?
    Thanks

  • OBIEE Report - Urgent Help!!!! (May be Self Join - Then How)

    Hi,
    We have an urgent situation here and trouble finding the solution in correct way. Below is the explanation....Hope it would not be so complicated....
    I have 3 tables - 2 dimension (Product, Customer), 1 Fact (Dollars) as below - I want to have a report as Dollars by Customer for a specific product group below is the structure and Desired result output.
    I want the actual steps to implement it - Its kind of Urgent - Truly appreciate your help!!!
    Customer Table:*
    Customer ID - Customer Name                    
    1     - Tom                    
    2     - Jill                     
    3     - Caron     
    Product Table:_
    Product ID -     Product Type -      Product Key               
    100     -     DL      -     28               
    200     -     HS      -     28               
    Dollars (Fact):_
    Universal ID     - Dollars -     Customer ID - Product ID           
    1001     -     2222 -          1     - 100          
    1001 -     0     -     2     - 200          
    1002     -     3333 -     1     - 100          
    1002     -     0     -     3     - 200          
    1003     -     4444 -     1     - 100          
    1003     -     0     -     3     - 200          
    Want to See the Result as below     (Like Profit by each customer for Product Key =28)
    Customer Name     - Dollars                          
    Tom      - 0                    
    Jill      - 2222                    
    Caron - 7777                    
    Condition: Where Product Key = 28
    Edited by: 964859 on Oct 11, 2012 4:17 PM

    And you think if you yell "Urgent!" and put a lot of exclamation points that we will do your homework for you?
    >
    I want the actual steps to implement it - Its kind of Urgent > This is a free forum, not a personal "do it for you service." If it is urgent, you should hire a consultant.

  • Hi, I am trying to join two clips after splitting one clip to edit 'ums' and 'ahs' in a sentence.

    Hi,
    I am having trouble joining clips in iMovie. Every time I try the 'join clip' choice under 'edit' is grayed out. I would like to join two clips from time to time -- not necessarily two clips that were once one and then split. Just two clips. Maybe I did not want the material in between.
    This time, I did select a section of a clip during an interview to take out 'ah, ah, ah... um' and deleted that section. And in doing so I created two clips. Now I'd like to rejoin them for a seamless sentence with out the jumping from one clip to the next. But 'join clip' is grayed out.
    Thanks.

    Thank you.
    But I wish I could join them before I share so I can make sure the transition is smooth. Right now it's obvious there's a 'jump' to the next clip, not smooth. I'd like to be able to splice and edit have it be seamless. Say, I want to add something a speaker says 5 minutes down the road to a sentence he says now, cutting and pasteing, and having it appear that he said it all at once. Right now it's obvious there was some cutting and pasteing. I was thinking joining the clips would smooth this out.

  • Grab from an instance within split join

    Hi All
    I have a process, and every now and then a user from role 'G' wants to grab the instances of a process (that may exist in any activity) to one of his activities, say 'AAG' (Activity After Grab :)). The Grab activities properties are defined so that it can grab instances from 'All' activities and then assign to 'AAG'.
    You can visualize the process like this:
    Activity A1 --> Split ----> branch 1 after split forwards to Activity AS1, brach 2 after split forwards to Activity AS2 ---> join ---> A3 --> A4 ---> AAG --> A5 ---> end
    Now when an instance has executed the split, the main instance waits at join. THe child instances are each at activity AS1 and AS2.
    When a user wants to grab this instance, the idea is that AS1 and AS2 should disappear, the instance at join should go to AAG.
    To realize that, if I try to grab the instance waiting at join, I can move this to AAG. However instances at AS1 and AS2 still remain there.
    If I try to grab instances at AS1 or AS2, I can not send them to AAG.
    Any workarounds?
    I am basically using PAPI to get hold of the instances. Was thinking of grabbing the instance at join, and terminating all others. But am looking for a better solution.
    THanks
    Satinder

    Hi Dan
    You are right, this might be an option (I have not yet tried it though). But I guess it still might not be the best option because -
    1. This user can grab instance in any activity and assign to AAG. Now if an activity is not within split-join, then we dont really need to interrupt the instance and call this message activity, a grab works fine. Message activity will also work fine, but that would mean that for every activity in the process I will need to add a conditional transition (executed when flagToGoToAAG = true) that goes to AAG.
    2. We got a little more than usual complex process. It has about 6-7 splits. Also there are about three Grab activities. This would mean about 7*3 additional transitions originating from different joins.
    I was looking for a solution may be that can process/abort all instances within split-join when the instance at join is grabbed.
    Thanks for your help.
    Cheers
    BTW, I have never used a MessageWait, in case this becomes the only option available, could you let me know how to create an interrupt from PAPI for this messageWait.
    Thanks a lot
    Best
    Satinder

  • Disadvantage of Split-Join and n-Split

    What is the major disadvantage of Split-Join & N-Split.Why Oracle recomended not to use these?

    Others will have more, but here are a thoughts on the use of Split and Split-N (now Multiple):
    Split-N / Multiple Activity
    <li> Be aware that separated variables cannot be copied via the clone method no will the Split-N copies have separated instance variable copies. If they are needed in the copy, they need to be manually set in the logic of the Multiple. (reduce debugging time)
    <li> As copies of an instance are created in Multiple's logic, all of the non-separated instance variable information is also copied. Immediately set the unnecessary cloned instance variable(s) to null. (engine performance)
    <li> Using ".copy" helps with debugging problems inside a Split or Multiple circuit.
    logMessage process.name + ": " + activity.name +  ": " + id.copy + ": entry" using severity = DEBUGThis can help keep track of what each instance is doing.
    <li> Others will disagree with this, but I recommend that you not use the Multiple activity to generate a massive number of copies. While this can be throttled down by changing the “Maximum number of simultaneous copies” advanced property of activity, you are far better off designing a different pattern if you see you need hundreds of copies generated. The Multiple activitiy is a powerful tool, but it needs to be used for process patterns with 20 or fewer copies.
    <li> If you ignore the last bullet's advice, then at a minimum never allow there to be over 995 copies created. This is the upper limit.
    <li>Be sure to turn off the “Generate Events” property on Automatic activities in the Multiple's circuit.
    <li>The Join in a Multiple circuit has a property that allows the "Amount of copies to wait to release" to be set. Use this property if it is possilbe to determine this number.
    Split Activity
    <li> Do not disable the Split activity's advanced default property "Generate independent Copies...". There is a bug in this that will result in many extra hours of development effort. Leave it set to the default (to generate copies). If you need to share instance variable information across all the copies, then instead use a database.
    Sure others will have other tips, but hope this helps.

  • Mapping - split followed by set operation

    Hi I'm trying to set up a mapping to use as part of testing my warehouse and need some help.
    Overview
    ======
    I have a number of different databases that combine through to my operational data store. One verification of our mappings is a simple check of record counts, source table vs target.
    Because table names differ between source and target I have loaded (from a flat file) a translation table that maps one table name to another.
    I have external SQL scripts that run on a scheduled basis to capture table names, record counts and date of last update from the system tables of four of my source databases and my target database. (soon I'll need to try and replace these with OWB scripts)
    I am trying to build a mapping to conform these so I end up with a single fact listing target table, record count, update date, source table, source environment, record count, update date.
    I have taken my statistics on the target database, outer Joined it to the translation table (not all target tables have matching translation table records)
    Then split the result set by target environment (and remainder)
    Then I join each result set to the statistics for the appropriate source.
    Next I am using a set operation to union all the results back to my conformed result.
    My Problem
    =========
    Those tables in the target database that do not correspond to a table in one of the four sources cause a problem. (they are either summary facts, flat files loaded or sourced from other databases I have not got statistics on yet)
    I can’t just link from the split’s output set to the set operation because the other joins have added extra fields for number of records in the source. The documentation is very clear that the same fields must exist in the same order and datatype.
    I have been trying to work out which mapping operation/s will produce the equivalent of SQL like “select col1, col2, null, sysdate, null from mytable”
    Hmm as I type this up I think another alternative may be to output extra fields in the split (so it looks like the dataset after the join) but not to pass these fields on in the join for sets for specific environments. I’ll try that alternative but would still like help with which mapping operator I could have used.

    Can I have a little bit more technical information : A small exmaple would be very helpful.
    Regards
    -Arnab

  • Question about a conditional join

    Is it possible to do a conditional join based on a field in a table?
    say I have the query below and the table fields ate the bottom. I am trying to get the exact syntax for doing a conditional join. Can any one help?
    Thanks
    select e.fname,e.lname,a.areaname
    FROM employee e
    JOIN area a ON (If e.newareaid is not null and date being searched for >= e.movedate then a.areaid = e.newareaid ELSE a.areaid = e.areaid
    ======================================================
    For example
    Employee table
    empid
    areaid
    fname
    lname
    newareaid
    movedate
    Area table
    areaid
    areaname

    Hi,
    In this particular case, the complicated join condition can be simplified considerably.
    There are 2 situations that have different join conditions, but in each situation a.areaid has to match something (let's call it join_id) from the employee table, and that can be determined just by looking at the row in the employee table. If we decide what join_id is before starting the join, then the join condition will be quite simple:
    WITH     got_join_id
         SELECT     fname, lname, areaid, newareaid
         ,     CASE
                  WHEN  newareaid              IS NOT NULL
                  AND       date_being_searched_for   >= movedate
                      THEN  newareaid
                   ELSE  areaid
              END     AS join_id
         FROM     employee
    SELECT  e.fname, e.lname, a.areaname
    FROM      got_join_id  e
    JOIN      area           a   ON  a.areaid = e.join_id
    ;You could also skip the sub-query, and put the CASE expression in the join condition:
    SELECT  e.fname, e.lname, a.areaname
    FROM      got_join_id  e
    JOIN      area           a   ON  a.areaid = CASE
                                 WHEN  newareaid              IS NOT NULL
                                     AND       date_being_searched_for   >= movedate
                                        THEN  newareaid
                                  ELSE  areaid
                             END
    ;This is basically what Hoek did, except Hoek complicated it by putting the comparison to a.areaid inside the CASE expression.
    Edited by: Frank Kulash on Apr 15, 2013 3:22 PM

Maybe you are looking for