Pnp & split screen help

I'm 99% finished with my project.
I now want to display split screen for both edited clips.
I noticed I get picture in picture  on and off through out the clip like in the display screen (top right)
How did that happen? It happens when I have both clips enabled.
how do I get remove picture in picture and also  activate split screen?

Probably to use the transform functions to crop and reposition the images. You'll probably need to to do one and then use the copy and paste attributes function to apply it to the other shots on that layer.

Similar Messages

  • Using local/testing server with cs5 inserting images look fine in the split screen but do not show

    Hi
    If I open example: header.php and insert any photo jpeg/.html ecs i can see the images in the split screen but not in the browser if i save then refresh. I am able to make any change to the code ecs. and they are reflected just fine. I have tried this with my fireworks images .html and when that did not work i tried a strait jpeg off the desktop. This all did not work. I have deleted the local server then step by step created a new one via devnet instruction. This did not work! everything looks fine i even tried in 3 sep browsers with 0 luck....There is no remote server connected at this time because i am making a child theme for my current site. After all changes are done we will the ftp the word press files to site and change.
    Ps i even started over from scratch with 0 positive affects....

    After a lot of pain!!!!!!! the issue is fixed lol After 3 weeks I have overlooked the obvious !!! so the simple fix was the path of the image. Yes i feel stupid 10 years in lol....
    Apparently dreamweaver cs 5 will not use the full path when inserting images into the page example: If you drag the image out of your assets folder or however you do it, DW will give you a path like this <img src="images/glass.jpg" width="800" height="729"> This is not the full path and when your pist!!! you cant see things like that ;( so the image path should look like this:
    <img src="wp-content/themes/adszoom/images/glass.jpg" width="800" height="729">
    also in the html files example of bad then good!
    <!--======================== BEGIN COPYING THE HTML HERE ==========================-->
    <img name="navigation" src="navigation.gif" width="1000" height="50" border="0" usemap="#m_navigation" alt="">
    <map name="m_navigation">
      <area shape="poly" coords="804,7,994,7,994,47,804,47,804,7" href="http://adszoom.com/699-2/" title="SEARCH BY CATEGORIES FOR CLASSIFIED ADS" alt="SEARCH BY CATEGORIES FOR CLASSIFIED ADS" >
      <area shape="poly" coords="602,8,792,8,792,48,602,48,602,8" href="http://adszoom.com/wp-admin/edit.php/" title="VIEW OR EDIT YOUR CLASSIFIED ADS" alt="VIEW OR EDIT YOUR CLASSIFIED ADS" >
      <area shape="poly" coords="405,8,595,8,595,48,405,48,405,8" href="http://adszoom.com/post-an-ad/" title="NEW CLASSIFIED AD POST" alt="NEW CLASSIFIED AD POST" >
      <area shape="poly" coords="206,8,396,8,396,48,206,48,206,8" href="http://adszoom.com/help/" title="HELP WITH YOUR CLASSIFIED ADS" alt="HELP WITH YOUR CLASSIFIED ADS" >
      <area shape="poly" coords="3,9,193,9,193,49,3,49,3,9" href="http://adszoom.com/" title="HOME VIEW CLASSIFIED ADS" alt="HOME VIEW CLASSIFIED ADS" >
    </map>
    <!--========================= STOP COPYING THE HTML HERE =========================-->
    </body>
    NOW THE GOOD!
    <!--======================== BEGIN COPYING THE HTML HERE ==========================-->
    <img name="navigation" src="wp-content/themes/adszoom/images/navigation.gif" width="1000" height="50" border="0" usemap="#m_navigation" alt="">
    <map name="m_navigation">
      <area shape="poly" coords="804,7,994,7,994,47,804,47,804,7" href="http://adszoom.com/699-2/" title="SEARCH BY CATEGORIES FOR CLASSIFIED ADS" alt="SEARCH BY CATEGORIES FOR CLASSIFIED ADS" >
      <area shape="poly" coords="602,8,792,8,792,48,602,48,602,8" href="http://adszoom.com/wp-admin/edit.php/" title="VIEW OR EDIT YOUR CLASSIFIED ADS" alt="VIEW OR EDIT YOUR CLASSIFIED ADS" >
      <area shape="poly" coords="405,8,595,8,595,48,405,48,405,8" href="http://adszoom.com/post-an-ad/" title="NEW CLASSIFIED AD POST" alt="NEW CLASSIFIED AD POST" >
      <area shape="poly" coords="206,8,396,8,396,48,206,48,206,8" href="http://adszoom.com/help/" title="HELP WITH YOUR CLASSIFIED ADS" alt="HELP WITH YOUR CLASSIFIED ADS" >
      <area shape="poly" coords="3,9,193,9,193,49,3,49,3,9" href="http://adszoom.com/" title="HOME VIEW CLASSIFIED ADS" alt="HOME VIEW CLASSIFIED ADS" >
    </map>
    <!--========================= STOP COPYING THE HTML HERE =========================-->
    </body>
    THIS LINE IS YOUR ISSUE
    <img name="navigation" src="wp-content/themes/adszoom/images/navigation.gif" width="1000" height="50" border="0" usemap="#m_navigation" alt="">
    Ok thanks and if there are any issues with dw please ask: [email protected]

  • My Built-in Webcam has my image in a horizontal split screen!

    My Built-in Webcam has my image in a horizontal split screen. How can I fix this???

    Let me explain more - when I use skype for example, my image is displayed in a horizontal split screen. I have tried another chat product and the same thing happens - so it must be something to do with the built in camera or configuration of the camera. Would it be best to contact Apple about this? Will somebody have to get a spanner out to fix my quite new macbook pro? (3 months old). I teach languages online so I really depend on a decent image. Can anybody help me?

  • Not able to hide all fields on PNP selection screen.

    Dear Freinds,
               i wanted to hide all the field which are given on PNP selection screen, with the help of the
    report category i have hided all the field including the Person selection period  as i require only the
    Data selection period.  further through coding as below iam able to remove all the  radio buttons
    Today, Current month,Current year, from today, upto today,Other Period . But i am getting spaces above  period (PNPBEGDA and PNPENDA)  .  i.e in the frame Period i have spaces being left due to
    the radio buttons being Hidden . Could any one let me know how to remove the spaces so that
    Period range will set exactly in the frame.
      LOOP AT SCREEN.
        IF screen-name = 'PNPTIMR4' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-name = 'PNPTIMR2 .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF
        IF screen-group4 = '090' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-name = 'PNPTIMR1' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '092' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '094' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '100' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP
    Please could any one let me know how can i push up the Period date (PNPBEGDA and PNPENDDA)
    so that i will not have any blank space left out in the frame(Period) .
    Thanks & Regards
    Divya.
    Edited by: Divya Kumari on Jan 4, 2009 1:53 PM

    hi, sorry i think i misunderstand you question,
    if i can understand it right now? the following code can help you i am using "PNP" Screen no '900'.
    tables:pc207, hrp1000,pernr, pyorgscreen.
    infotypes: 0001.          "Organizational Assignments
    nodes: payroll type pay99_result.
    at selection-screen output.
      loop at screen.
        if ( screen-group1 = 'RES' or screen-group1 = 'YB1' or
             screen-group1 = 'YB2' or screen-group1 = 'YB3'  ).
          screen-active = '0'.
          screen-invisible = '1'.
          modify screen.
        endif.
      endloop.
    try the following too,
    TABLES:pc207, hrp1000,pernr, pyorgscreen.
    INFOTYPES: 0001.          "Organizational Assignments
    NODES: payroll TYPE pay99_result.
    AT SELECTION-SCREEN OUTPUT.
      BREAK-POINT.
      LOOP AT SCREEN.
        IF (
    *       screen-name = '%BYB1005_BLOCK_1000'
           screen-name = '%FYTI007_1000'
         or  screen-name = '%FBIS010_1000'
         or  screen-name = 'PYVW0_0'
         or  screen-name = '%_PYPERNR_%_APP_%-TEXT'
         or  screen-name = 'PYPERNR-LOW'
         or  screen-name = '%_PYPERNR_%_APP_%-VALU_PUSH'
          screen-active = '0'.
          screen-invisible = '1'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    Replay if any problem,
    Kind Regards,
    Faisal
    Edited by: Faisal Altaf on Jan 4, 2009 6:55 PM

  • How to populate f4 values to standard pnp selection screen fields

    Hi Experts,
    my question is how to populate f4 values to standard pnp selection screen field. i am using LDB PNP for a report , it displays several fields with f4 values, i need to remove all the stadard f4 values and want to place my  f4 values in the selection screen

    Hi Venkat,
    To put ur own values in the F4 help of any field...all u have to do is.
    1st fetch all the records that u need to display in F4 help list...in one internal table.
    and then use the function module  'F4IF_INT_TABLE_VALUE_REQUEST'
    call function 'F4IF_INT_TABLE_VALUE_REQUEST'
    exporting
    retfield =
    value_org =
    tables
    value_tab =
    return_tab =
    exceptions
    parameter_error = 1
    no_values_found = 2
    others = 3.
    where retfield is the field for which u need to give the F4 help.
    and valu_tab is the internal table in which u have the list of records to be displayed.
    this would do the work...
    I dont have the system in front of me...as soon as i have...will try to send a piece of code, to make ur work easy.
    Till then hope this helps u...all the best
    Regards,
    Radhika

  • Can we modify the pnp selection screen and get only month and year?

    Dear Freinds,
                  I have requirement where i have to modify the PNP selection screen. So with the help of report category and coding in AT SELECTION-SCREEN OUTPUT  , i have modified all the fields relating to dates . i.e i have removed all the radio buttons (i.e Today, Current month,current year etc) and finally
    i have landed with only Period ( PNPBEGDA & PNPENDDA range) . But i dont want the PNPBEGDA & PNPENDDA range , but i want only is the month and year ( i.e just like the PNPPABRP & PNPPABRJ)
    on my selection screen along with the pernr .
    i have used the below code to close all the fields except pnpbegda and pnpendda.
    AT Selection-Screen output.
    loop at screen.
      IF screen-group4 = '098' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '092' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '094' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '100' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        IF screen-group4 = '104' .
          screen-input = '0'.
          screen-invisible = '1'.
        ENDIF.
        MODIFY SCREEN.
    endloop.
    i.e on my selection screen i want only  month & year combination and pernr -
    when iam using the logical database PNP . Could any one please let me know how can i get only mon & year only on my selection screen .
    If it is possible please let me know .
    Thanks & regards
    divya.

    Hi ,
       The requirement is that the user doesnt want to enter the date range i.e for ex:  01012008 to 31012008.
    As per the requirement the user will enter only the month and year only . so i on the selection screen
    i want only the month and year only . Is there any means i can modify the date period which is there by
    default (PNPbegda and PNPendda) on PNP selection screen. Instead of we givign to the user the
    PNPBEGDA and PNPPENDA i want is only month and year .
    AS already the code has already been written and now they have asked that they want only the month and year on the selection screen.
    Please suggest me in this regard.If iam hiding all the buttons relating the dates fields, and now if iam adding the parameters for the month and year  it is coming below below the fields pernr , personnel ara and subara , company code , payroll area, employee group of the standard fields of PNP selection screen , there by any body could please suggest me how to change.
    regards
    divya.

  • PNP Selection Screen Modification

    Hi All,
    Can anyone tell how to remove the payroll period section completely from the pnp selection screen. I tried all the means going to HR Report Category, I couldnt find the perfect category to hide the payroll period selection. It neither allow me to create a new one for my program. Please help me out as soon as possible with steps/navigation whichever possible..
    Thanks in advance,
    Charan

    you can create your own selection screen by going to Attributes -> HR Report Category -> New Report Category(button on the bottom of popup screen).
    here, you can select/deselect selection criteria.
    it looks like you were in the correct place - why didn't it let you create a new report category?
    if helpful, please don't forget to reward points.
    thanks,
    robert.

  • Sync audio with two different video files to create split screen

    I want to sync two different video files to a high quality audio file and create a split screen from there in Final Cut Pro X. Help please?

    I'm following along at home, Tom, trying to make sense out of your instructions. (Editorially: This kind of operation is among the reasons I thoroughly loathe FCPX.) This would have been easy in FCP7. Perhaps it's actually the same amount of work (you are describing operations in FCPX I have not bothered to try yet—too scared) but it's far more direct the old way: Find sync points for all three files, stack them up in a timeline, nudge till precisely matched, apply effects.
    But I'm glad you're here to help us through this stuff!

  • Is there any way of getting split screen function in firefox 4

    Being able to split screen was a very helpful feature in the previous version of firefox, however, it is not available in version 4. Is there any other way of getting this tool?

    Firefox has never had a built-in option to split the screen, such a feature is added by an extension. The only one that I know of that is compatible with Firefox 4 is Split Pannel - https://addons.mozilla.org/firefox/addon/split-pannel

  • Ibook Split screen in two

    i have a ibook that i am working on because this ibook was dropped and the dc cable was bad so i replaced and when i replace the lcd with a used one in good condition wel when i plug it in it show a split screen and when i turn it on will not show the apple logo but after a few seconds it shows the log in split in two

    Have a look here:
    http://help.apple.com/imovie/mac/10.0/#movb8c659f55
    Matt

  • Split screen becoming unstable? (iMovie 11)

    Hello. I am having a problem with a split screen movie that I don't understand. I have two film clips of me drumming that were recorded on two camcorders simultaneously. I have imported them into iMovie 11, and used the split screen function to create a movie with both camera angles showing. I have muted the audio files on the camcorder foootage, and imported an MP3 file of the drum track recorded using Logic Express. I managed to get all three of these synched together and it worked wonderfully well.
    I then decided to add an additional film clip, and some titles, before the split screen movie. At first this seemed to work fine also. However, when I played the whole project back, I found that about 75% of the way through the split screen section, one of the split screen clips suddenly jumped and then seemed to repeat itself - so of course the split movie no longer was synched.
    What is happening here? I noticed that as I gradually 'undid' things, I found a point where the split screen movie was 'fixed again'. It seems as if inserting a clip and audio before the split screen section is what caused the problem. Have I violated some fundemental law of making split screen movies ('Thou shalt not insert a clip in front of it?'). Visually, the inserted clip appeared to be entirely seperated from the split clip, and I could not see why it would be interfering with the split clip.
    Many thanks.

    I think it's a good thing you attempted to troubleshoot it, and got it working again. I'm thinking the problem is with iMovie being able to playback everything in the Preview window.
    What I've seen from reading a lot of posts on this Discussion Group is iMovie can get overwhelmed with 'Effects' types of material add to the timeline. Not to say it can't handle them, but sometimes maybe certain combos really make it work harder than others. So this almost always shows up as an inability to do a live preview of the Project Timeline, but can sometimes be fixed by working backward to the point where the preview starts working again. There is no iMovie documentation or even third party books written that really lay out what is the upper limit of what you can do on the iMovie Timeline. So the only other thing to do is operate under the assumption that iMovie is working extra hard to play one of your bits of media while doing everything else on the timeline. So here's a file format, and frame dimensions best practice guideline to double-check.
    1. For video, you can pre-convert clips to the Apple Intermedia Codec and the Large frame size (960x540) iMovie uses internally to playback and allow you to edit accurately down to the frame level (1/30th of a second). One conversion program often recommended for this is MPEG Streamclip which can convert to .mov formatted internally as Apple Intermediate Codec (AIC)
    2. For audio, you can pre-convert sound to AIFF 16bit @ 48kHz, which is easier for iMovie to playback than a highly compress format, say like MP3 (which is adding to the workload of iMovie as it tries to do a live preview). You can convert in Logic or any other audio program you like. Side benefit to 16bit @ 48kHz is that's often the sound sample rate of the embedded audio in video shot on most consumer brand camcorders on the market. It will make it easier to match sync when sampe rates of sound clips = sample rate of video sound
    3. Lastly one thing that might help workaround the limit of iMovie's Live Preview playback is to export that well synced up split screen/audio combo to a new video clip. Just go to Share Menu > Export Movie... (choose Large Size) and save it to the desktop. Re-import that finished clip, and drag it into a new Project, start adding all the clips you want in front of that clip and it won't go out of sync as it's a monolithic video clip now with the video/audio locked to one another.

  • Split screen removal?

    why do I keep getting a split screen when I touch wrong?I cant remove it?Had to restart the computer first? 

    Hello splat55,
    I apologize for the delay!
    Would you be able to check if your HP Split 13-m110dx x2 PC has the most current BIOS update? Instructions here.
    If your PC doesn't have version F.23, please download the BIOS update from the following link: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-124673-1&cc=us&dlc=en&lc=en...
    Let me know if this helps!
    Thank you,
    I worked on behalf of HP.

  • Clean split screen

    i am working on a project and i'm having a split screen. i've done the split screen with (crop and scale) on FCP but after i do that the video seems to have fuzzy edges. i've noticed on my external viewing monitor. what do i do to clean up the edges of the film to make it look better. thanks!

    It is possible to add your own web pages to the Help database. As with all things hackish, you should work on a copy in case it gets out of whack.
    Go to Library > Documentation > Help > Machelp.help and control-click to show package contents. Got to Contents > English.lproj and you will find lots of web pages. After you make a new page, you'll need to add keyword matches to the ExactMatch.plist as well as meta tags to the HTML source of the page. It's not an easy method so unless you want to add Help topics for an organization, forget it.
    When I did support for Dell, I found their support documents a bit meager and those from Microsoft very archanely searchable so I made web pages for all my notes and bookmarked them in Netscape. Many other technicians at Dell asked for copies to add to their Netscape (IE was lame in this respect).

  • PNP standard screen Reporting period

    Hi All,
    The PNP standard screen has a parameter Reporting period.
    Could anyone please explain that if I select a Key date then what will this date be matched against in the database? Will it be the begda of an infotype?
    Also, same with selecting "other period" what would this range be checked against?
    I would appreciate your help.
    Regards,
    ~Mark

    Hi,
    When you select Key Date, all the employee records fetched which valid as on the Key date (i.e. All the records with BEGDA < KEYDATE < ENDDATE).
    Similarly for other field, employee records are fetched as on valid on the range given in the 'other period'.
    Hope this helps,
    Shrinivas

  • Adding a digital time counter for split screen...

    I am recording two events that I will be displaying as on a split screen. I need to have a digital "stop watch" timer at the bottom of each screen. Is there a way to create this on the computer without actually taking video footage of a timer?
    Any ideas would be welcome.
    Thanks,
    Dean

    this may help:
    http://library.creativecow.net/articles/rabinowitz_aharon/Odometer_1.php
    http://library.creativecow.net/articles/rabinowitz_aharon/Odometer_2.php
    http://library.creativecow.net/articles/rabinowitz_aharon/Odometer_3.php

Maybe you are looking for

  • If I have my product code and cd for Adobe Creative Suite 5 can I obtain the serial number?

    If I have my product code and cd for Adobe Creative Suite 5 can I obtain the serial number? I had the serial number on my college email which I can't access now that I've graduated.

  • Main heading and Sub Heading Requirment in ALV wih download to excel featur

    Hello Everyone, I have a very typical requirment in ALV . I want the output to be displayed as folows : Category Head1 Head2 Here the heading category is just a heading and no header and line item data. so hirearchal kind of ALV is of no use.  and i

  • ITunes Store: South Africa: Why is the store so limited?

    Why is the store so limited with available Apps? Facebook Apps like Zynga games is unavailable. Angry birds is available from Blackberry for crying out loud but not iTunes South Africa. 

  • Datasrc enhancement

    Hi friends, I doing datasrc enhancement for PCA..... can anyone make this below code perform better..... Internal table declarations Data: v_glpcw LIKE glpcw,        v_vbrk  LIKE vbrk. LOOP AT c_t_data INTO v_glpcw. l_tabix = sy-tabix. *******POPULAT

  • Final Cut Studio compatible with eMac?

    Hi, I have Final Cut Pro HD, and was trying to figure out if my eMac could handle an upgrade to Final Cut Studio? From what I have been able to make out from the specs, my computer might have trouble with Motion 2 and/or DVD Studio Pro 4, but what ab