Selection indicators not visible

Quicktime Pro 7.2.0
I want to edit a piece out of a Quicktime movie (mpeg2). There appear to be no 'selection indicators' on the player. I can't find any place in preferences to activate the selection indicators, nor does or (o) work to set the in and out.
Any suggestions?
Ben

Dear QuickTimeKirk,
I use Streamclip regularly. And did a quick perusal when I couldn't get Quicktime to do the job. But I couldn't figure out how to 'edit' with Streamclip. I don't have a manual for the beast. Where might I find out some quick instructions for editing with that app.?
Thanks most kindly for your help,
Ben

Similar Messages

  • Routine in DTP. Selection conditions not visible

    Hello,
    I am under BW7.0
    I am filtering data with a routine in a DTP. The routine is reading a custom table that user maintain. It contains a date range.
    This works, the correct data is selected.
    My problem is that in the request the 'Selection Conditions' field is empty and consequently, I cannot delete in the cube the same selections.
    This was working under BW3.5..
    Many Thanks,
    Alex-

    Hello,
    Here is the code. It is working as I expect. And debugging gives me the correct start and end date. But this is not reflected in the request 'Selection conditions'.
    TYPES:
    BEGIN OF BCSZP_TYPE,
    JJJJPER TYPE ZCBCSZP-ZEITPUNKT,
    RELEV   TYPE ZCBCSZP-RELEVANT,
    END OF BCSZP_TYPE.
    DATA: BCSZP_TAB TYPE STANDARD TABLE OF BCSZP_TYPE,
          BCSZP_WA TYPE BCSZP_TYPE,
          start_date type sy-datum,
          end_date type sy-datum.
      SELECT ZEITPUNKT
             RELEVANT
        FROM ZCBCSZP
        INTO TABLE BCSZP_TAB
       WHERE ZEITPUNKT <> ''.
      READ TABLE BCSZP_TAB INTO BCSZP_WA
      WITH KEY RELEV = 'X'.
      CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET'
        EXPORTING
          I_GJAHR        = BCSZP_WA-JJJJPER(4)
          I_PERIV        = 'K6'
          I_POPER        = BCSZP_WA-JJJJPER+4(3)
        IMPORTING
          E_DATE         = start_date
        EXCEPTIONS
          INPUT_FALSE    = 1
          T009_NOTFOUND  = 2
          T009B_NOTFOUND = 3
          OTHERS         = 4.
      CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET'
        EXPORTING
          I_GJAHR        = BCSZP_WA-JJJJPER(4)
          I_PERIV        = 'K6'
          I_POPER        = BCSZP_WA-JJJJPER+4(3)
        IMPORTING
          E_DATE         = end_date
        EXCEPTIONS
          INPUT_FALSE    = 1
          T009_NOTFOUND  = 2
          T009B_NOTFOUND = 3
          OTHERS         = 4.
      read table l_t_range with key
           fieldname = 'FKDAT'.
      l_idx = sy-tabix.
      l_t_range-sign = 'I'.
      l_t_range-option = 'BT'.
      l_t_range-low = start_date.
      l_t_range-high = end_date.
      if l_idx <> 0.
        modify l_t_range index l_idx.
      else.
        append l_t_range.
      endif.
      p_subrc = 0.

  • "Selection markers" not visible in Quicktime Pro 7 just purchased

    I just bought Quicktime Pro, registered, and it seems everything is fine (all the "PRO" features are now activated. BUT I cannot seem to figure out how to do this one simple thing:
    I'm trying to edit my video, and want to delete a short section of it. I've read the manual, and page 29 actually shows the playhead having "In and Out Selection marker" controls that are not on my playhead. I have tried using the I and O buttons to select parts of the video as indicated, but nothing happens!!! All I see is the one slider button, nothing else in the playhead area. And I cannot see a darkened selection as the manual shows, no matter what I do.
    This is what the manual says:
    "To select a portion of a movie, move the In and Out selection markers. The darkened area between the two markers indicates the selected portion. To fine-tune the selection, select a marker and move it with the arrow keys. You can also move the playhead and press I (for In) or O (for Out) to set the start or end point of the selection, even while the movie is playing."
    and
    "Tip: To move the In or Out marker to a different position, drag the playhead to the desired position (or use the arrow keys), then press I or O."
    Please let me know what, if anything, I'm doing wrong. Thanks, and happy holidays!

    Oh, thanks! That was it!
    I exported as .mov & it's working now. Yea!

  • Delete PSA Selection Patterns Not Visible

    Hi All,
    I am using BI 7 process chains to schedule a delete PSA job. I am using the delete PSA variant. The issue that I am facing is that in one of the documents that I came across on the net - it shows a screen where I can specify selection patterns with the delete PSA variant. My current variant does not display this information. It displays the following -
    Object | Object Type | Object Name |
    The document that I found has the following information
    DataSource | Src System | Older than
    The link to the document -
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a02ba9e7-bb6f-2c10-09b4-e86b9fcbad41]
    So basically I am little confused as to where this functionality resides. Any clues any one?
    Rahul

    Hi,
    you need EhP1 for this functionality.
    Best regards,
    Ralf

  • Selection indicators.

    Usually, selection indicators are visible at the bottom command bar of QuickTime display.
    Why are they invisible in some .mov files
    I've transcoded a VST files(from a tv program I've recorded with my DVD recorder) in MPEG with VisulaHub. Once opened with QT, the selection indicators are no more visible that makes impossible to edit this .mov file.
    Usually they are visible.
    Is there a solution to make this indicators visible?
    Tkx

    I've transcoded a VST files(from a tv program I've recorded with my DVD recorder) in MPEG with VisulaHub. Once opened with QT, the selection indicators are no more visible that makes impossible to edit this .mov file.
    QT does not consider multiplexed formats (e.g., MPEG-1, MPEG-2, VOB, etc.) to be edit compatible formats and so QT Pro no longer displays the "selection" tool for these formats.
    Usually they are visible.
    Only for "edit" compatible compression formats using the current QT version.
    Is there a solution to make this indicators visible?
    No. You're best bet would be to use MPEG Streamclip (free) here. It is a third-party, MPEG-based application specifically designed for such content. Unfortunately, if you plan to convert you MPEG content to other compression formats, you will also need the QT MPEG-2 Playback component ($20) which I assume you already have if you are opening MPEG files in the QT Player. (Of course visual Hub could convert directly to other compression formats which will edit in QT Pro.)

  • Items are not visible in multi-select listbox in a static form

    Hi,
    I'm using adobe livecycle designer 8.0. I have a multi-select listbox, the items are hardcoded into the form. In runtime, some of the items are selected from the server side when the PDF is generated. If only one item is selected then there is no issue. When multiple items are selected, the list box is behaving as below.
    If the PDF is static,
    If the listbox is readonly, then all the selected items are visible (highlighted in red)
    If the listbix is editable, then it appears blank. If you select it using right click, then you can see all the items and the selected items. But if you click again somewhere outside the listbox, then the listbox goes blank. If you select it using left click, then the previous selections are gone and the items are visible with the item you just selected.
    If the PDF is dynamic, then the multi-select  is working fine.
    Aren't the multi-select listboxes supported in static PDFs?
    For your reference, I created 2 templates (static and dynamic) and populating the values using javascript in the docReady event. I'm using \n character as delimter to select the multiple items. Please find them at the below links.Notice the "List Box 1" in both forms. In static form, the values appear only after you right click the listbox.
    http://share1t.com/sd4huu
    http://share1t.com/hjbfr6
    Thanks
    Ram

    Hi All,
    In such cases, please try to check as below :
    1) Create Leave request work item from Employee and check the same under the UWL Tracking tab of employee.
    2) Log-in to swi5 transaction of the respective back end system and give "US" -> manager's UserID -> Choose Tasks to be completed from the drop down -> Remove any date if mentioned -> Execute.
    3) Here if you can see the Leave request created, but not on the portal, it reflects some portal issue like sync.
    4) If no leave request work item is seen here, then there is a problem in the employee manager mapping or the workflow setup.
    5) In such cases, you can try to check the Swi1 and check the log of that workflow to understand the current status of the Leave request.
    Revert if further help is needed with more info.
    Reward points if found useful.
    Regards,
    Shri vidya S

  • I created a shared stream and selected publicwebsite, but pictures are not visible at that site.  What can I do?

    I created a shared stream and selected public website on my iPad air, but pictures are not visible at that site.  What can I do?

    it's rchrdsrw again-- previously visible photos on shared photos on website are also no longer visible.

  • Image Library select/deselect ticks are not visible

    Hi,
    We are using Sharepoint 2013 (version
    15.0.4569.1000). We have select/deselect ticks at list views but in image library list view, they are not visible.  When List view page loaded there is a script error as below:
    "Uncaught ReferenceError: InitImglibView is not defined".
    I can't find the reason of this error. Can you help please?
    Deniz Er

    Thanks for the reply. Yes, i mean it. But i change the style as "Basic Table" from "Modify View" options. Screenshot is below
    When i change the style from "Default" to "Basic Table", ticks are getting lost.
    Deniz Er

  • External hard drive not visible in disk utility or finder

    Hi all,
    I have had a good look through previous discussions and I can't seem to find an issue relevant to mine.
    My external hard drive has 2 partitions (1 time machine back up, 1 general hard drive). The issue is that the HD is running when it is plugged in however it is not visible in either disk utility or finder.
    I am running OS X 10.10 (Yosemite) on a 2010 MacBook Pro. I also have parallels desktop running windows 7. When I boot windows and plug in the HD I usually get the option to mount the HD to either OS X or Windows. With this issue the option window appears for a split second (not enough time to select either) and then disappears. It seems that the HD may be ejecting itself as soon as it is registered by the computer. I have tried using a different power cable for the HD and also a different usb cable, this doesn't help.
    The external HD is a Samsung D3 Station, which i have had for 6 months now and never had an issue with.
    Any help is appreciated
    Thanks,
    Bruce

    An update for anyone who can help me:
    I have tried the external hard drive in other computers (mac and windows), each time I get the same problem above.
    I have removed the HD from the enclosure and purchased a docking station for it (3.5" SATA). When I plug it in to the laptop it disconnects itself straight away before it is visible. With the windows computers it installs the drivers and says that the device is ready to use, then disconnects before it shows up.
    As the HD is not visible there is no option to re-format or anything.
    This is very frustrating as I was using the HD with no issues and it randomly disconnected and I have not been able to access since.
    Thanks in advance for any help.
    Bruce

  • Data loaded in Infocube is not visible in the Reporting

    Hi all,
    In the info cube, the data is not visible for reporting, How can i make it available for reporting,
    When i select the Manage option from the context menu of the cube and select the Requests Tab, i get a pop up message that tells
    " There is an inconsistency between the load status of the data and the option of reporting on this data.
    There is data in the InfoCube/ODS object that is OK from a quality point of view, but is not yet displayed in reporting.
    The problem, for example, is to do with request 0000018049, number REQU_F4ZBFRMDGBULE9WCUN3R5UX5X."
    How do i find out the inconsistancies?
    PS: All the requesta are delta upload
    There is no aggregates for this cube.
    Thanks n regards
    Girikumar

    Hi Girikumar
    Use the RSRV transaction and select All Elementary Tests  in the dropdown ->Transaction data  , select the Consistency of the Time Dimension for an InfoCube  and select your cube and Execute the button ..if any error are there it will display the inconsistency ..Repair the Inconsistency with Correct Button..
    Check the other test also ..
    Hope the above helps you..\
    Bye
    Shu Moh..

  • I updated win7 and now I cant see ff. I have reinstalled it 5 times now. It shows it is running in task manager but it is not visible on the desk top.

    I installed win7 ultimate and then ff. ff worked fine until I installed win7 service pack 1 and all the other updates it recommended. I click to open ff and nothing happens. I look in task manager and it shows it is running. It is not visible on the screen or in the task bar. I have reinstalled a fresh download of it 5 times. I even tried the beta version but still the same problem. I can use explorer and chrome ok but not ff.

    The "System Tray" is located at the very bottom right of your screen and is a list of most/all running applications that will show in this list.
    For your SysFader issue, this "may" be the problem:
    1 Find the "My Computer" desktop icon and right-click it. A pull-down menu will appear. Select "Properties."
    2 Click on the "Advanced" tab. This will load a new page of options.
    3 Select the "Visual Effects" tab at the top of the window and deselect "Animate Windows when minimizing and maximizing," "Fade or slide menus into view," "Fade or slide Tool Tips into view" and "Fade out Menu items after checking."
    4 Click "OK." This will remove most if not all of the Sysfader effects, at the same time correcting related errors that used to come up during opening a new file or program.

  • HT201363 How can I make an Apple ID without credit card if the "none" tab is not visible to me?

    How can I make an Apple ID without credit card if the "none" tab is not visible to me?
    Help me out please

    Hello, aligt9p. 
    Thank you for visiting Apple Support Communities. 
    To create an Apple ID without a credit card, there is a specific series of steps that have to be processed in order to allow the payment to be set as none on creation of the account.
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/TS5366
    If the specific steps have not been processed, a credit or debit card will be required to complete the setup the account.
    However, it can be removed and payment method changed to none as long as there is not an outstanding balance.
    iTunes Store: Changing account information
    http://support.apple.com/kb/ht1918
    Cheers,
    Jason H. 

  • Graph which should display the data of a view object not visible

    Hi,
    I have a main page which contains a <af:panelAccordion> component with three <af:showDetailItem> components. Each of these <af:showDetailItem> components contain a page fragment. In each of these page fragments are a <af:table>, <dvt:pieGraph>, <dvt:lineGraph> and a <dvt:areaGraph> which represent data of view objects.
    In the first <af:showDetailItem> window all components are visible. But when I click on another <af:showDetailItem> all components are visible except the <dvt:areaGraph>. Weird is when I insert a <af:commandLink> into the page fragment without any functions. Also the link doesn't invoke any mehtod and partial submit is set to false. Now when I click on this link the <dvt:areaGraph> with its data become visible and show the data.
    The area graph and the line graph have partial triggers set to the table. Because when another row in the table is selected, the area and line graph should show data which is dependent on the selected row of the table.
    Has anybody an idea?
    Thanks in advance!
    Edited by: user13061309 on 27.07.2010 06:53

    Hi Frank,
    thanks for your response.
    I created a fragment-based flow and dragged it onto the main page as a region component. The main page contains the panelAccordian with its showDetailItem's. Each of the showDetailItem components of the panelAccordian contain such a region component.
    Now I set the partial trigger's property of the region component pointing to the showDetailItem component which contains the region but nothing changed. The graph is still not visible at the first click on the detailItem. I also set the trigger's property of the region component pointing to the panelAccordian but also nothing happens.
    Regards
    Michael
    Edited by: user13061309 on 06.08.2010 03:00

  • Error--Control indicators not assigned to company code

    While creating PO in IDEAS following error is coming.
    "Control indicators not assigned to company code"
    Pl . suggest the remedy,
    Thanks a ton,
    Regards,
    NB

    Goto T code OKKP select your co.code on left side click on Activate components.
    in first tab " activate components" activate cost center ,  order mgmt, comm mgmt etc and save it.
    Reward if useful;
    Rgds
    GIrish Kavital

  • Mac OS 9 AFP file sharing volume not visible under Mac OS 10.5

    An old blue-white PowerMac G3 running Mac OS 9.2.2 with file sharing on is not visible on the network for a MacBook Pro running Mac OS X 10.5.5. – However, a PowerBook G4 with Mac OS X 10.4.11 perfectly shows the G3.
    Connecting to the G3 works on the new MacBook Pro with OS X 10.5 if I use the server's IP-address (afp://xxx.xxx.xxx.xxx) but does not work if I use the server's name (afp://<servername>).
    All other shares on the network are visible for both the MacBook Pro running OS X 10.5 and the PowerBook G4 running OS X 10.4.
    Why does the MacBook Pro with Mac OS X 10.5.5 not show the G3?
    Why can't I connect to the G3 using its AFP name?

    I think this is because there is no AppleTalk on Leopard.
    Ah, I stand corrected........
    Go to SystemPreferences > Network
    Select your connection in the left column. Advanced > AppleTalk
    Enable AppleTalk for your connection.
    sp
    Message was edited by: brainslice

Maybe you are looking for

  • Photoshop CS6 will not allow me to save anything I work on.

    It was part of Premiere CS6 Production Premium.  Worked for a while -- now nothing but this message -- "Could not save as "xxxx.psd" because the file is locked, you do not have necessary access permissions, or another program is using the file. Use t

  • Image can't be found

    Hey, My college has just added 3 mac labs throughout our locations and I am having trouble finding the NetRestore image on other campuses. On my campus where our server is located I can find the image, but when I am on our other campuses (1 hour away

  • Error occured in the data selection...urgent

    Hi, The master data(full update) is being pulled from R/3 to BW..while pulling it has thrown the error  as below. Error message from the source system Diagnosis An error occurred in the source system. System response Caller 09 contains an error messa

  • Oracle Portal - Omniportlet and datadirect drivers

    I need to create an omniportlet to connect to each of a SQL Server database and a Sybase database. I tryied downloading the datadirect drivers, but they wont load into portal. I have followed the directions found here, http://www.oracle.com/technolog

  • HT1918 how do i reset the security questions?

    i cant buy something until i get these answers fixed.So if you know how to edit the security questions let me know.