How do i extend time frames in the sports storyboard

i have added clips to the sports storyboard but the last clip i want to extend from the stated 1.8 seconds to 34 seconds. can this be done?

Are you taliking about a sports Trailer?
If so, you can select your trailer in the Project Library View. Then FILE/CONVERT TO PROJECT in the top menu.
Then you can edit it like any other iMovie project without the contraints of a trailer.

Similar Messages

  • How can I make Time Machine use the ethernet cable to Time Capsule instead of the wireless connection? Wireless is too slow; has been taking 40 hours to create an initial 142 GB backup.

    How can I make Time Machine use the ethernet cable to Time Capsule instead of the wireless connection? Wireless is too slow; has been taking 40 hours to create an initial 142 GB backup.

    Plug in ethernet .. in the computer.. turn off wireless.

  • How to extract any picture (frame) from the video file

    I am writing an application that is going to show the grid of tiles. Each tile should have picture that is frame from some particular video.
    Basically something similar to Photos or Videos - standard Windows Phone app.
    The question is how can i extract any picture from the video to put it as picture of the tile or button?

    I pinged you offline.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • How do I remove residual frames at the beginning and end of a video?

    I'm making a short clip with black slugs at the beginning and end. But there are two or three residual frames from the incoming clip after the black clip that stay at the beginning and end of the video and I can't remove them.  I've tried trimming the beginning and end of the video several different ways, and the frames won't disappear. They stay in the video when I make a DVD. The very first and very last frame have sprocket holes in them on the edge of the frame. I'm baffled. Is this an artifact of using the trial version?

    chances are they are from a fade.  have you zoomed in really really close and checked if there is a small fade in or fade out?  happens to me all the time, and with the fade out, you can't do anything to fix it (that I've found) except replacing the clip from your Browser.  See my similar question here:
    https://discussions.apple.com/thread/3589714
    Hope that helps.

  • How do I extend my background all the way to the browser's edge?

    I'm making my first website with iWeb, and I'm learning as I go. I tried to use some wallpaper as my background instead of black or white, but when I published the site to a folder, it has black bars to the left and right side of my site rather than extending all the way to the borders of the browser. I had begun designing my site with a black template, so that explains why they're black, but why are they there? How do I extend an image to fill the entire browser space. Also, can I change the dimensions of my site, so it's not just a slender rectangle in the center of the browser? Thanks for your help.

    Hi,
    I'm not sure if I am able to help, but will try.
    First, I'm not sure you can fill to the browser's edge. (could be wrong though). If you want to adjust the web page so it is not just a narrow strip down the middle, open your inspector and go to the Page section (second from left). There you will see the name of your page and Page Size. Where it says Content Width and Height you can put your dimensions in there, which should solve that problem. I usually use dimensions of 1024 px wide and 3500 Height.
    I have found if I want to use an image as a background that I am better off placing it on the page and sizing it to fit the way it looks best. If you visit my site and go to Mark's page that is what I did for the background on that page. When I've tried to do it from the Page section of the inspector I never seem to get satisfactory results.
    I hope this helps and you enjoy your site.

  • How to convert date-time according to the Time Zone the client

    Urgent! Help wanted!
    I extract a date-time field (which is GMT time) from the central database but I need to convert it accordding to the TimeZone of the user and also the so-called winter time and summer time in the local. Any one has any good solution?
    Thanks.

    Use a Calendar, Timezone and Locale objects like this,
    TimeZone tz = TimeZone.getTimeZone("Germany/Berlin");
    Calendar cal = Calendar.getInstance(tz, Locale.GERMAN);
    long date = 0; // assign your central database value to this variable
    cal.setTime(new Date(date));
    Now you can use the Calendar object 'cal' to retrieve the time according to the set locale and timezone.
    These objects provide tonnes of features for finding out timezones and day light savings times. So check out the APIs as well.
    I hope this helps you out.

  • How to read a time stamp from the db without ".0" at the end

    Hi All,
    I have code that is saving the results of a query in a result set.
    When ever i read a time stamp from the db (mysql 4) it always adds ".0" to the end of it.
    I tried using the getTimeStamp, getDate, getString methods for result sets and was not able to resolve the issue.
    Am i missing something here?
    Thanks

    here is the code
    public static Table executeSelect(Connection conn, String qry)
         throws SQLException {
              Statement stm = null;
              ResultSet rs = null;
              try {
                   stm = conn.createStatement();
                   rs = stm.executeQuery(qry);
                   Table t = new Table(rs);
                   return t;
              } finally {
                   close(null,stm,rs);
    Basically the user is asked to enter the query and the connection settings and then i retrieve the data and return a table.
    Now if i try to print the value of the time stamp from the result set it adds a a .0
    So for example if am running the following
    select mod_ts from temp limit 1;
    | mod_ts |
    | 2007-12-28 09:32:58 |
    1 row in set (0.00 sec)
    When i print the value of the time stamp it gets printed as 2007-12-28 09:32:58.0
    The following code is used to generate a table from the result set
    public Table(ResultSet rs) throws SQLException {
              ResultSetMetaData rsmd = rs.getMetaData();
              int colCount = rsmd.getColumnCount();
              colNames = new String[colCount];
              colTypes = new int[colCount];
              for ( int i=0; i<colCount; i++) {
                   String colName = rsmd.getColumnName(i+1);
                   colNames[i] = colName;
                   int colType = rsmd.getColumnType(i+1);
                   colTypes[i] = colType;
              while ( rs.next()) {
                   if ( data == null) {
                        data = new ArrayList<List>();
                   List<Object> row = new ArrayList<Object>();
              for ( int i=0; i<colCount; i++) {
                   Object ob = rs.getObject(colNames);
                   row.add(ob);
              data.add(row);
    Now when i print the values in the result set it adds a .0 to the end of the time stamp
    I also tried using getTimeStamp for a result set and the same problem still existed

  • How can I use Chrome Frame when the downlevel stage always displays?

    I wan't to try Chrome frame but even after the user installs chrome frame the Edge animation will display the downlevel stage content because it detects the browser is older than IE9. Is there some technique to reset play the HTML5 content after installing the plugin?

    Hi DickW
    Thank you for your help!
    I have tried the example.But the example shows how to connect one CAN network with two ports.
    I want each port connect to the net can both read and write;
    I want to apply the function like this:
    1.config the port1 and port2
    2,open port1 and port2
    But after I open port1 or port2 the other port can't be opened;
    After I open the second port it always returns negative.
    In the codes I use CAN0 and CAN1 as the CAN objects.
    Attachments:
    twoport.zip ‏1184 KB

  • How do I export a frame with the Lumetri effect applied?

    I've done some color correcting in SpeedGrade (dynamic link in Premiere as the Lumetri effect) and I want to use the Export Frame button in the program monitor in Premiere. It seems like this would be a trivial task, however, I can't seem to export a jpg, png, etc. that keeps the Lumetri effect applied. The exported frame is always raw, back to the frame's original state, missing the adjustments applied by the Lumetri effect. What gives? Is there something I'm missing? Shouldn't it be as simple as clicking this Export Frame button and you get what you see in the monitor, or is this a bug? Also, I've tried through Export Media and Media Encoder to no avail; the effect is still bypassed when exporting single frames/image files. Video works fine.
    Anyone else experience this and have a solution/workaround? For the time being, I've resorted to Command+Shift+4 and taken a png screen grab that way, but it would be nice to be able to export the frames directly from within Premiere.

    OS X 10.9.5 Adobe Premiere CC 2014.2 Release 8.2.0 (65) Build ...I just did a quick test with a different set of footage in another version of the same project, and it is working. Went back to the original version I was having trouble with, and of course, now it also works. I cannot replicate this problem again. Possibly something funky happening with Direct linking at the time I was having the issue? I restarted my computer and everything, though, and it was still there. Maybe if this happens to someone else they will find this thread and leave a comment with a little more insight as to what's going on.

  • I am using iCal 8.0 and I don't know how to include event times along side the event in the monthly view.  help.  :)

    I am using iCal Version 8.0 (2026)
    I have read through responses to a similar question as I am posing, but the recommendations that I've found don't seem to be in the iCal preferences/ general tab.
    Two great solutions that don't seem to be in my preferences winder are: 
    1.  A respondent recommended checking the box 'show event times' on the general/ preferences tab, but that box does not appear in my window
    2.  A second response i found recommended that 'I check box for 'Show time in Month view.' in Under General/ preferences, but that option is not appear either.
    Any other thoughts please

    The grouped yellow pages are a Section (Chapter).
    If you have logical divisions within your documents that fall on page boundaries, do the sensible thing and actually divide them with:
    Menu > Insert > Section Break
    …where you want the separation. Both before and after.
    Moving or removing individual pages is like ripping pages out of a book and/or reshuffling them. It makes sense to relocate or remove entire sections, which are pages connected by their content, but not the individual pages within those that have continuing text both before and after them.
    Peter

  • Need to determine how to specify a time range in the COUNTIFS criteria

    I'm using the following formula to identify individuals in a list of individuals performing  a task and categorizing the time they complete it in: =COUNTIFS($A:$A,"someperson",$D:$D,G1) , where G1 is <=4:00:00.  What I what do
    do is have G1 define a time range such as: equal to between 4:00:00 and 8:00:00.  I just can't figure out the proper syntax.
    Any help would be appreciated

    =COUNTIFS($A:$A,"someperson",$D:$D,">=4:00",$D:$D,"<=8:00")
    or 
    =COUNTIFS($A:$A,"someperson",$D:$D,">=" & G1,$D:$D,"<=" & G2)
    Where G1 has 4:00 and G2 has 8:00 
    or
    =COUNTIFS($A:$A,"someperson",$D:$D,">=" & G1,$D:$D,"<=" & G1 + 4/24)
    where G1 has 4:00 and you want a 4 hour window.

  • How to build dynamic time series for the time dimension

    I am planning to build dynamic time series using rule file instead of manually.Please let me know if there is any property need to assign to enable DTS property for TIME dimension.
    Edited by: 844104 on Mar 14, 2011 3:37 AM

    In the load rule in the dimension build settings you would need to go to the tab dimension definition, choose the time dimension and right click on it. Select Edit properties. If you have not done so, set the dimension to be the time dimension. Then go to the generations/levels tab and set the generation names you need. For example if you want YTD, you would set the generation name to Year, if you want QTD set it to Quarter. You would set the number to the generation number that coorisponds to the generation. The DBAG has the list of names for all of the DTS members.

  • Time Frame for the document

    Hi,
    I am working on Home -> Top News i used <b>SAP Demo news</b> to display the content on news ivew. I want to display news content for the specific duration for which i already enabled <b>Time Stamp</b> option for <b>News</b> Folder under Content Manangement. I event set the validity day and time for the document but still the content is appearing on the news iview even validity time expires.
    I also made the Document in <b>read only</b> mode.
    Please Help me on this.
    Thanks and Regards
    Parth

    Hi Parth,
    Everyone is a built-in group that contains all the users. you can see it in the Identity Management if you pick Group from the Select Criteria.
    Some basic reading:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/81/0e0f61b566dc44bbb4055b3ccd25be/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/81/0e0f61b566dc44bbb4055b3ccd25be/frameset.htm</a>
    Let me see if I understand,
    You want everybody to be able to create a news item but then you want the items to disappear after a certain time? This is a bit tricky since you want users who created the item to have only read permission on it. you will probably have to implement a custom repository service for that. This reqiuers coding. let me know if that is what you want.
    If you want a scenario where some users create items and the rest only read them, adjust the permissions on the folder level: assign write permissions to the item creators and read permissions to everybody else.
    Best regards,
    Avishai Zamir

  • How do i extend my sequence so the audio pip is at 00

    My audio mix person created a pip sound for me so I could start the mix at 00:00. However the pip actually starts at 00:00 so it is very confusing. Is there a way to push back the pip?
    Thanks!

    The "2-pop?"  The one frame tone that should happen TWO SECONDS before picture start?  Well, you need to change the start timecode of your sequence, so that it starts at say 59:50:00, and then your pop hits at 59:58:00, and then picture starts at 1:00:00;00.  You do this in the sequence settings.

  • Is there any way to see the last local of my phone after the 24 hour time frame post email notification?

    Is it possible to see the last location of my iPhone if its more then the 24 hr time frame after the notification email was sent?

    transon wrote:
    not sure I understand. You're spending your own money to buy a Tivo to use a service Verizon provides? Like instead of expecting them to keep your equipment up to date? (or at least allow you options equal to all other Verizon customers)
    I have one TiVO HD now, and adding another would be great. Have you ever used a TiVO guide and actually got what you wanted to record? I pay TiVO $9.99 a month because my commitment is up, and Verizon $3.99 a month and get everything but Widgets I don't want. VOD they charge to much for, Remote DVR programming that only works when you don't need it. I have a 1TB internal drive I installed. Get my point?
    Under $15 a month and does everything I want. I thought I missed the VOD untill I got it back for 2 months and decided I didn't need it. Multi Room, don't need it. Tried it once and canceled it. The only reason I have MRDVR now was to get the discounted HD boxes which they do now anyway. Shame they started that a month after I picked up the VZ DVR.
    I did sugest that Verizon partner with TiVO and cut their development cost, and that was given a not likely response. Yea if Verizon offered a TiVO with the guide TiVO provides, TiVO VOD options, Verizon VOD options, Verizon Widgets, I would give Verizon $20 a month no problem.
    I had a Verizon 6216 DVR for 4 years, a TiVO still for over a year, and now a 7216 for about 2 months. I like TiVO. Sorry Verizon.

Maybe you are looking for

  • Interactive report, conditional display of column link

    Hello, We have requirement to disable editing in case that status of field is 1 (1=Closed). Is there any way to disable it on interactive report. case when status=1 column link should be disabled (not visible) in order to prevent future edits on payr

  • Third-Party libs in deployment archive

    Hello! I have a question - is it possible to add the third-party libs in .zip format in APP-INF/lib directory of my "ear" ? As far as I can see, WebLogic does not recognize it to be a java class archive. Thanks

  • Performance problem using OBJECT tag

    I have a performance problem using the java plugin and was wondering if anyone else was has seen the same thing. I have a rather complex applet that interacts with java script in a web page using the LiveConnect API. The applet both calls javascript

  • Apple TV Tp Panasonic

    Hi can any one help i need to know how to connect my apple tv to my panasonic viera plasma Thank you

  • Can't get add-ins to show up in Outlook 2007 at all.

    In the Outlook 2007 Trust Center Add-Ins, the Itunes add ins just won't show up at all. As such, I can't sync anything from Outlook. I have tried directing the COM Add-in manager to the .dlls, and sometimes Outlook says it's not a valid add in, other