I have omf video files with start and ending time tag that I like to view on iPad

I have a large video file in the .omf (open media format).  It is sometime called Avid video editor interchange.   I heard that Quicktime has the ability to display the omf video file ??
I am looking for a viewer for the iPad that can view the omf file with the ability to just show the starting time stamp to the ending time stamp.
I appreciate any help.
Thank You

http://support.apple.com/kb/ht5209
http://support.apple.com/kb/ht4437
http://support.apple.com/kb/TS4215
 Cheers, Tom
Oops!!!!!! Just realized Airplay & Apple TV requires iPad 2 (or later).
Message was edited by: Texas Mac Man
But there may be a way. http://www.youtube.com/watch?annotation_id=annotation_586623&feature=iv&src_vid= urjjHjJ0pdc&v=sSKQVxucnLY

Similar Messages

  • Why can't I set calendar events with start and end times down to the minute?

    Hi everyone
    Unless I've missed it, it's not possible to set events that have times that start and end to the minute rather than 5 minute slots.  I work shifts that start at individual minutes. 
    Is there actually a way of doing this, other than on my Mac?  Siri is a far too long-winded way of doing it. 
    Thanks

    Do you not get this popup sheet where you can set the number and timeframe?

  • How to print a monthly calendar with start and end times

    Hi,
    I'm trying to print my monthly calendar and the times of the appointments do not show up.
    Am i missing something?

    It looks like we're not alone in looking for this feature. I found 28 other posts to this forum alone asking for this functionality (dating back to August 2005).
    I know Apple likes to be different and elegant with their apps, but until iCal adds this trivial feature, it's not an adequate replacement for even paper calendars.
    Do the engineers in Cupertino not care how long their appointments last? Why not at least let users show the end time on appointments as an option in month view?
    The most common advice in response to this post is to provide feedback here:
    http://www.apple.com/feedback/ical.html
    In case anyone is interested in seeing what others have said about this topic, here are the posts I found after doing a few quick searches (I'm sure there are plenty I missed):
    http://discussions.apple.com/thread.jspa?messageID=1030412&#1030412
    http://discussions.apple.com/thread.jspa?messageID=1030751&#1030751
    http://discussions.apple.com/thread.jspa?threadID=1152286
    http://discussions.apple.com/thread.jspa?messageID=1155931&#1155931
    http://discussions.apple.com/thread.jspa?threadID=1362352
    http://discussions.apple.com/thread.jspa?threadID=1366825
    http://discussions.apple.com/thread.jspa?threadID=1381246
    http://discussions.apple.com/thread.jspa?threadID=1484562
    http://discussions.apple.com/thread.jspa?threadID=1514356
    http://discussions.apple.com/thread.jspa?threadID=1528581
    http://discussions.apple.com/thread.jspa?threadID=1682474
    http://discussions.apple.com/thread.jspa?threadID=1712206
    http://discussions.apple.com/thread.jspa?threadID=1724963
    http://discussions.apple.com/thread.jspa?threadID=1807661
    http://discussions.apple.com/thread.jspa?threadID=207083
    http://discussions.apple.com/thread.jspa?threadID=2109562
    http://discussions.apple.com/thread.jspa?threadID=2136612
    http://discussions.apple.com/thread.jspa?messageID=2401772&#2401772
    http://discussions.apple.com/watches!add.jspa?forumID=903&threadID=340438
    http://discussions.apple.com/thread.jspa?threadID=340499
    http://discussions.apple.com/thread.jspa?threadID=349227
    http://discussions.apple.com/thread.jspa?messageID=4523541&#4523541
    http://discussions.apple.com/thread.jspa?messageID=5443615&#5443615
    http://discussions.apple.com/thread.jspa?messageID=6438793&#6438793
    http://discussions.apple.com/thread.jspa?messageID=6561666&#6561666
    http://discussions.apple.com/thread.jspa?messageID=7032709&#7032709
    http://discussions.apple.com/thread.jspa?messageID=7236371&#7236371
    http://discussions.apple.com/thread.jspa?messageID=8158161&#8158161
    http://discussions.apple.com/thread.jspa?messageID=8691178&#8691178

  • Difference of last 2 Rows with Start and End Time

    Hi all,
      This question is an extention to the below question
    http://social.msdn.microsoft.com/Forums/en-US/ca938faf-49a7-4212-afd2-19046cbfcc8b/difference-of-last-2-rows?forum=transactsql
    I got the difference of last 2 rows from the above question. But now the table added with one field StartTime. The final table is
    CREATE TABLE MeterReading
    ReadingID int,
    MeterID int,
    DataCounter int,
    StartTime datetime,
    Value numeric(16,4)
    As per the my first thread i got the best answer like below
    SELECT MeterID, SUM(CASE WHEN Recency = 1 THEN Value ELSE -Value END)
    FROM (
    select DISTINCT MeterID, Value, DENSE_RANK() OVER (PARTITION BY MeterID ORDER BY StartTime DESC) 'Recency'
    from MeterReading
    ) x
    WHERE Recency IN (1,2)
    GROUP BY MeterID
    Now i need to add StartTime to the result. The expectation is, it will take the difference of last and second last record. So i need the starttime as secondlast record starttime and endtime as last record startime. Please help me

    I got a solution like below
    SELECT
    y.ProcessParameterID
    ,MIN(y.StartTime) StartTime
    ,MAX(y.EndTime) EndTime
    ,SUM(y.Value) Value
    FROM
    SELECT
    ProcessParameterID
    ,(CASE WHEN Recency = 2 THEN StartTime ELSE null END) StartTime
    ,(CASE WHEN Recency = 1 THEN StartTime ELSE null END) EndTime
    , SUM(CASE WHEN Recency = 1 THEN Value ELSE -Value END) Value
    FROM (
    select DISTINCT ProcessParameterID, StartTime, Value, DENSE_RANK() OVER (PARTITION BY ProcessParameterID ORDER BY StartTime DESC) 'Recency'
    from LT_LAEMI_HWT_Readings
    ) x
    WHERE Recency IN (1,2)
    GROUP BY ProcessParameterID
    , Recency
    , StartTime
    ) y
    GROUP BY ProcessParameterID
    Can you advice me, is this the correct way or any alternative short method

  • Media Start and End times have changed.

    Hello,
    I have an old project from which I off-lined all footage to save disk space. I only saved the Project files. Now when I open the project to do some changes I naturally have to recapture the original footage. The problem is that some clips have weird media start and end times that don't match the time code on the tapes. Therefor I cannot batch capture them, and the referenced cuts on the timeline reflect these weird time codes as well. Can anyone tell me why this has happened and how I might work around it so I don't loose my edits. Please and thanks!

    anybody have a solution to this yet?
    I opened up an FCP4.5 project into 5.1.4, batch captured some clips, and it changed the Media Start times to 00:00:00;00, and the Media End times then matched the Duration times.
    Anybody know how to prevent this? How about how to repair it?
    In case this matters, or is relevant, when I do a Batch Capture of a clip, it is playing it TWICE in the capture process. No dropped frames along the way, it just plays through it in normal stuttery capture mode, rewinds, plays through again, leaving successful Capture (though with aforementioned Media times problem AND with occasional audio/video out of sync).

  • Is there a way to enter an event time in Calendar as a reminder for me and NOT have Calendar erase it in the info as it reads it into the event start and end times?

    Calendar can recognize and derive event start and end times from the text description entered.  However, when it seizes on a time (start and/or end) and automatically enters it as the start and/or end time, it also (sigh) deletes the time from the text.  I enter the times as reminders for me, how can one prevent them from being deleted by Calendar??

    I am having the same darn problem. I really dislike this auto feature in Calendar.
    Can anyone help us please?

  • Editing Loop Start and End times via automation / MIDI controllers?

    I'm trying to play a sample in EXS24 and have the Sample Start, Loop Start and End times manipulated over the course of the song. I've tried to open up the EXS sample editor, click on the numerical value of the Loop Start, and then attempt to Learn Automation. All it does is assign the knob for the instrument Volume Level. Is there any way to do this? It's basically how an Akai S612 works: http://www.vintagesynth.com/akai/s612.shtml
    I switched gears and tried it also with Battery, and there's a way to map the Start and End times in there, but it's not seeming to work as I've intended. I can't seem to make the loops move as they should and there's ways to use up to 4 loops, but not a way to target each loop's start and end points via separate controllers.
    I could use my S-612 [and probably will], but in moments where I don't have one available, I'd love to find a solution to this.
    Thanks,
    +odd

    Anyone with any thoughts? would be great to solve this.

  • PowerShell - Get-MessageTrackingReport how to specify start and end time of current process

    could you please help me? I need to specify start and end time of current process with Get-MessageTrackingReport command. I know you
    can do it with Get-MessageTrackingLog:
    $start = (Get-Date).Addhours(-1)
    $end = (Get-Date)
    Get-MessageTrackingLog -EvenId Receive -Start $start -End $end
    But for my purposes I really need to do it with Get-MessageTrackingReport command, so how can I do it?
    Thanks in advance!

    That's not the context you would use
    Get-MessageTrackingReport in,
    Get-MessageTrackingReport is used to get extra information on messages that you have found in the MessageTracking log using Search-MessageTrackingReport . That's why the most common example you see will look like
    $Temp = Search-MessageTrackingReport -Identity "David Jones" -Recipients "[email protected]"
    Get-MessageTrackingReport -Identity $Temp.MessageTrackingReportID -ReportTemplate Summary
    The most important parameter for that cmdlet and the reason it won't work like your trying to use it is the
    Identity ""The Identity parameter specifies the ID of the message tracking report ID to retrieve.You should run the Search-MessageTrackingReport cmdlet
    to find the message tracking report ID for the specific message you're tracking, and then pass the value of the MessageTrackingReportID field
    to this parameter." see http://technet.microsoft.com/en-us/library/dd351082%28v=exchg.150%29.aspx
    It's more appropriate to use Get-MessageTrackingLog when you want to search the log based on time or use
    Search-MessageTrackingReport and then limit the results this returns before you pass the MessageTrackingReportId to get-MessageTrackingReport
    Cheers
    Glen

  • Table for Start and End time of Process Chain

    greetings experts,
    Hi All,
    I Have to give an Excel Sheet to Top level manager on Start and End Time of Data Load in each InfoPackage (PSA Load) triggered by Process Chain, please let me know if there is any table who keeps these information.
    Regards
    Sulochan

    Hi,
    You can use the program /SSA/BWT to give the Timings of the process Chain runs.
    1) To access this tool Goto SE38 .Type in u201C/SSA/BWTu201D as the Program name and click on execute. The list of all the tools that this Program contents are displayed.
    2) By default the option u2018Process Chain Analysisu2019 is selected. Now click on the execute button. Then you are displayed with the options through which you can select to perform analysis at Process Chain level or Process Type level. (Along with that, the Time Zones used to display the information is also displayed)
    3)If you click on the button u2018Process Chainsu2019 a window Pops up, here you need to provide the Chain-ID and/or the Log-ID and the Start Date/Time and the End Date/Time.
    4)Decide the parameters to enter as per your requirement, suppose your requirement is to check the runtime of a particular process chain for the past one week, then provide the technical name of that chain in the field Chain-ID and the start and end dates as per last one week and click on execute.
    5)Then the logs of the Process Chain for the selected dates are displayed along with the status (Red, Green or Yellow). The logs of the local chains (if any exist in the Process Chain selected) are also displayed (Much more additional information exist which is self explanatory). Now you can have a look at the Runtimes of different logs.
    Regards,
    Suprajah.

  • Easy way to delete large chunks of audio by entering start and end time?

    I am removing segments from within an audio file. Right now I select the part I want to cut out using the mouse. Is there a way to delete exact portions by entering start and end times? For example, delete the audio from 5:03 to 7:16.
    Is this possible?
    Thanks!

    At the bottom of the track window at the left hand side ( bit above the loops window etc ) is a little slider. Look carefully, it is in line with the left control portion of the tracks at the bottom. Slide far left and see the whole of the song, slide right zooms in ........

  • Month View:start and END times

    Here is feature that i really need In the Month view: The option to have start and end times displayed. Now that their is no info drawer i have open and info drawer to see when the event is supposed to end. I have a lot of events in a day and some are for me and some are for my company and some are for my wife.
    I need to see the start and end time quickly. Outlook does it.
    Please make iCal do this incredibly useful view option.

    Start times are still viewable.
    It is a click box in the preferences that says show time in month view.
    What i need is the END time as well.
    I learned that the best place for this kind of discussion is on the feedback line for ical
    http://www.apple.com/feedback/ical.html
    Just tell them the features you need or miss. Please click the link and tell them what you think of iCal.

  • Showing start and end time in month view?   And email like notifications ?

    1- How to you set event so that they show the start and end time in month view?
    2 - I have a little "1" on my iCal icon in the dock what does that mean? There is also a little one in the line of one of my calendars? I know I should know this but I am at a loss/

    FDWifeCFD,
    1- How to you set event so that they show the start and end time in month view?
    AFAIK, this is not a feature of iCal.
    2 - I have a little "1" on my iCal icon in the dock what does that mean?
    That means an iCal invitation has been sent. Click the small envelope icon on the bottom right of the the screen to view the notification.
    There is also a little one in the line of one of my calendars?
    That represents the current time of day in the Day/Week view.
    ;~)

  • SCSM 2012 Change form issue - Scheduled start and end times default to 12:00:00

    I have a report that the Change Form in SCSM 2012 is not allowing users to set the scheduled start and end times.  The date stays correct, but the time reverts back to 12:00:00, and the user has to save to the initial form,  then re-open and
    change the times.
    I checked in the authoring tool, the time/date field is set to full date and time. (I think these are custom fields)
    I am not sure where else to look to adjust any settings as needed.
    Thanks for any assistance.
    Joshua Fuente

    Hi Joshua,
    Is this situation on all consoles or few ones? Check the time format on the user's PC. 24h or 12h could affect the DateTime control's behavior.
    Cheers,
    Marat
    Site: www.scutils.com  Twitter:
      LinkedIn:
      Facebook:

  • Hwo to obtain the DST start and end times

    Hi all -
    Is there a way in java to obtain the day light saving start and end times for a certain year for US?
    I know that US DST changed in the year 2007 so, I am wondering if I can get correct DST start and end times for certain period before 2007 and after 2007.
    I read online that JDK preserves historical DST rules so I am hoping this is possible but do not know how.
    Thanks,

    Any idea is appreciated [otehr than incrementally iterating through each hour of the year to know the transition time !!!!  )
    That's why I mentioned +dichotomy+ (EDIT: the english wording is +binary search+ ): set the initial date to Jan 1st, 00:00, then add 183x24 hours (half a year), if the hour has changed (which it will), there was a DST change in the first half of the year. Then substract 92x24 hours (a quarter of a year) from this new instant, if the hour has changed, the DST change was in the 2nd quarter, else it was in the first. Then add or substract 46x24 hours,... and so onEdited by: jduprez on Feb 2, 2011 9:15 AMWARNING: for anyone reading this in the future: this algorithm is flawed, unless there is further guarantees in the problem domain of DST rules:- if the DST shifts (up +1 hour then back) are less than 6 months apart (obviously it may occur, with a one day margin)- and if in some odd timezone DST shifts may occur around mid-yearThen the first binary chop could find the same hour at both ends, and miss both shifts.My apologies for posting not-well-thought suggestions...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Start and end time for a mapping in process flow

    We are executing 6 mappings in a process flow. 4 out of 6 run in parallel . The log file created in a control center denotes start and end time for a process flow. But Is there any way to find out how long those individual mappings took ? Is start/end time logged on a mapping level somewhere ?
    Thanks

    As well as the repository browser you can use the SQL Developer reports on the utility exchange which are based on the public views.
    http://www.oracle.com/technology/products/warehouse/htdocs/Experts/owb_sqldeveloper.zip
    You can dig in and see how these are read from the SQL views.
    Cheers
    David

Maybe you are looking for