How to make clips play faster/slower?

Hi, I recorded a road while driving on it. I want to use it for the beginning of a video but I don't want it to play at real-time speed. I want it to move faster than real time. How can I make this happen on imovie? how do I compress the clip (about 10 minutes) into something more like 5 minutes? I don't want to cut the clip, I want to play the whole thing but I want it to just move faster. It would also be cool because this way I could also learn to make things go in slow motion.

How can I make this happen on imovie?
If you want to do this from within iMovie, use the previous version. Basically, playback speed can be modified by adding your video to an audio clip having a duration or selected segment duration for which you want the video to play and scaling it to the duration of the audio using the QT Pro "Add to Selection & Scale" Edit menu option. You can also reset the playback using the fee JES Deinterlacer utility. (Search the forum for URL to Karsten Schlüter's site area where he has documented many common "Tips and Tricks" for use with iMovie '08.)

Similar Messages

  • How to make mplayer play 3gp type files ??

    how to make mplayer play 3gp type files ??
    I downloaded a Japanese blue movie by amule, but I cannot play it!

    Army wrote:Actually, a few weeks ago, opencore-amr went into [extra] and ffmpeg and mplayer are being compiled against it, so Arch's mplayer should support 3gp files ootb including audio. Video playback was never an issue, because 3gp is just a container, the video codec is usually h263 or h264, which are no problem for mplayer.
    Very new versions of FFmpeg have native amr-nb support. I'm not sure if it happened before or after the most recent FFmpeg bump in the repos.

  • I just installed an update on my iPhone and since then the choice to repeat music, or not, has disappeared and it automatically plays songs and albums on a loop. Anyone know how to make it play an album or song just once?

    I just installed an update on my iPhone and since then the choice to repeat music, or not, has disappeared and it automatically plays songs and albums on a loop. Anyone know how to make it play an album or song just once?

    Basics from the manual are restrt, reset, restore.
    Have you tried each of these?

  • How to make Snow Leopard fast again?

    When I upgraded from Leopard to Snow Leopard about a year ago, I was amazed at how much faster Snow Leopard was. Everything was so fast and responsive.
    A year later and my iMac is running slow. What I'd like to know is, why? What is it that makes Snow Leopard run slower over time? How do you get that responsiveness back?

    See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    Macintosh OS X Routine Maintenance
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, and
    Myths of required versus not required maintenance for Mac OS X .

  • How to make sound play in loop

    Hi
    How can i make sound play in loop? Is there any property in class SoundChannel responsible for this or i have to write my own function?

    Using the sound Object there is a property you can pass in which asks for number of Loops
    Play(startPosition:Number,LOOPS:int,SoundTransform)
    or you can create your own method that listens to SoundComplete and then trigger play again.  which in my opinion is the best to do because when you play a sound with a loop, and choose to have is begin at a position other than 0  then the loop will play starting from where you set the position.

  • How to make the search faster  in a table ?

    hi ,
    i have got a table wich has one field as a primary key , and this table got 500000 records in it
    wich i try to pop up the (LOV)  it takes about one minute to be retreived
    i dodnt know how to make it faster ?
    could anyone help me how to make faster ?
    and what index should i put on this table ?

    thanks for your help
    and here is the the
    CREATE TABLE MOBWORKSHOP.MOBWSH_GUARANTY
      GRNTY_NO          VARCHAR2(10 BYTE),
      I_CODE            VARCHAR2(30 BYTE),
      SERIAL_NO         VARCHAR2(30 BYTE)           NOT NULL,
      GRNTY_START_DATE  DATE,
      GRNTY_EXPIR_DATE  DATE,
      GRNTY_VALIDTY     NUMBER(1),
      CAUSE_ID          VARCHAR2(10 BYTE),
      NOTE              VARCHAR2(60 BYTE),
      AD_U_ID           NUMBER(5)                   NOT NULL,
      AD_DATE           DATE                        NOT NULL,
      UP_U_ID           NUMBER(5),
      UP_DATE           DATE,
      BRN_NO            NUMBER(6)                   NOT NULL,
      BRN_YEAR          NUMBER(4)
    TABLESPACE MOBWRKSHPTRANS
    PCTUSED    0
    PCTFREE    10
    INITRANS   1
    MAXTRANS   255
    STORAGE    (
                INITIAL          64K
                MINEXTENTS       1
                MAXEXTENTS       UNLIMITED
                PCTINCREASE      0
                BUFFER_POOL      DEFAULT
    LOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    CREATE UNIQUE INDEX MOBWORKSHOP.MOBWSH_GUARANTY_PK ON MOBWORKSHOP.MOBWSH_GUARANTY
    (GRNTY_NO)
    LOGGING
    TABLESPACE INDX_TRANS_MOBWRKSHP
    PCTFREE    10
    INITRANS   2
    MAXTRANS   255
    STORAGE    (
                INITIAL          64K
                MINEXTENTS       1
                MAXEXTENTS       UNLIMITED
                PCTINCREASE      0
                BUFFER_POOL      DEFAULT
    NOPARALLEL;
    ALTER TABLE MOBWORKSHOP.MOBWSH_GUARANTY ADD (
      CONSTRAINT MOBWSH_GUARANTY_PK
    PRIMARY KEY
    (GRNTY_NO)
        USING INDEX
        TABLESPACE INDX_TRANS_MOBWRKSHP
        PCTFREE    10
        INITRANS   2
        MAXTRANS   255
        STORAGE    (
                    INITIAL          64K
                    MINEXTENTS       1
                    MAXEXTENTS       UNLIMITED
                    PCTINCREASE      0
    ALTER TABLE MOBWORKSHOP.MOBWSH_GUARANTY ADD (
      CONSTRAINT MOBWSH_QRNTY_I_CODE_FK
    FOREIGN KEY (I_CODE)
    REFERENCES MOBWORKSHOP.ITEM_DETAILS (I_CODE),
      CONSTRAINT MOBWSH_CANCEL_CAUS_FK
    FOREIGN KEY (CAUSE_ID)
    REFERENCES MOBWORKSHOP.GUARANTY_CANCEL_CAUSES (CAUSE_ID));
    i made  a button to show  (LOV) and when i press the putton it take about one minute to view the LOV

  • How to make download spped fast?

    Having problem with download speed. We rented a movie and itunes estimates over 1000 min. We had 100mb/sec connection. How we can make the download faster?

    Its an on going process. Couple of steps you will have to follow: Did you perform any SQL trace ..?
            Did you perform any ABAP trace...?
            How much business data these reports are processing.Is there a possibility you can do some changes.
    SQL Trace ( SAP in built tool) will give you a fair idea about each and every SQL statements in your report. And you can anlyze bad ones. And also propse optimized SQL or
    index if needed.
    ABAP Trace(SAP in bulit tool), you can find out amount of ABAP run time thats being elapsed by each and individual abap module.
    Also the amount of business data is every  important. While designing the report alogorithm this is very important factor.

  • How to make iDVD6 play same music throughout a complex menu?

    How,
    I´m new to Mac and iDVD and was wondering how I make a music file play as the background sound throughout a complex menu (menu with submenus) ? So that the music keeps playing even if you go in to a submenu.
    Cheers!

    You can drag the music file separatly into each menu and submenu. You would get the same music playing in each submenu but it probably won't pick up at the same point where it left off in the previous menu.
    I don't know of any other way to make all the menus play the same music, but perhaps others on this forum will have some comments.

  • How to make my program faster?

    I have a program which produces two elements array. In normally the program ends in microseconds, however when I organize my program to send the array as a data to DAQ.mx write and the array will be the voltage output from my NI USB-6012 DAQ, my program ens in 40 seconds. How can I make my program faster? Is there any solution?
    I have attached the normal program and with DAQ.vis.
    Attachments:
    step step 1.vi ‏15 KB
    step step 2.vi ‏34 KB

    Program 1 runs 5 times and program 2 runs 41 times per loop. the total number of inner iterations is 25 vs. 1681 for a 67x difference.
    Program 1 and program 2 have no timing information, thus spin at a undefined rate.
    Program 2 does single point hardware IO and also has no timing information. The speed will depend on the hardware.
    Running at a hardware dependent rate is not a good idea in general, because the speed will vary with every change in hardware and is not deterministic. You don't even know what occurs first at each iteration: the input or the output.
    If speed is important, what you should do is use an improved variation (Yes, use FOR loops and ramps!) of program 1 to generate the final data array, then do a single "Nchan,Nsamp" IO, running input and output synchronized hardware timed off the same clock. This way you can select any acquisition speed up the the maximum supported by your DAQ hardware. It will be fast and at an exactly defined rate as it should be!
    Try it!
    I am not familiar with your hardware: USB-6012. can you give a link to the product page?
    LabVIEW Champion . Do more with less code and in less time .

  • How to make materialized view fast refresh parallel

    We have Oracle 11.2.0.1 on Redhat 5.2. We use a dozen of fast refresh materialized views in our application.
    From time to time MV refresh takes longer time than the refresh interval.
    One of way to improve performance of MV refresh is to make the refresh parallel, e.g. http://www.dba-oracle.com/t_materialized_views_refreshing_performance.htm
    - Use parallel DML - Oracle author Michael Armstrong Smith notes "I've done parallel materialized view refreshing
    on tables recently and improved the load times considerably. Rather than having one load which took 2 hours,
    I run 4 parallel loads, one for each partition. The length of time for the whole process is now determined by
    how long the biggest partition takes to load. In my case, this is 40 minutes, with two 30 minute loads and one
    20 minute load.  Overall I am saving 1 hour 20 minutes. I can now add further partitions and do the same thing.
    My only limitation is the parallel loads because I don't have unlimited processing power.
    {code} My master tables are not partitioned, but think parallel will still better than non-parallel.
    Now the question, how to make refresh parallel. According to the paragraph cited above, Use parallel DML appears doing the job. Can someone  confirm that.
    We use {code}
    alter materialied view MV_OFFENSE parallel REFRESH FAST start with sysdate next sysdate+ 1/24;
    {code}to schedule refresh. Does the parallel clause here parallels query the MV or refresh the MV?
    Any other way to make MV refresh parallel?
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Doc http://download.oracle.com/docs/cd/E11882_01/server.112/e16579/refresh.htm#i1006319 says:
    >
    In a data warehousing environment, assuming that the materialized view has a parallel clause, the following sequence of steps is recommended:
    1.
    Bulk load into the fact table
    2.
    Enable parallel DML
    3.
    An ALTER SESSION ENABLE PARALLEL DML statement
    4.
    Refresh the materialized view

  • Does Anybody Know how to make Safari 3 Faster?

    Does Anybody Know how to make Safari 3 a little bit faster for WIndows?

    Come on does anybody know plzz?

  • How to make JScrollPane scroll faster?

    Hi,
    I have tried to develop on a program to zoom in or zoom out the image�a graph which is plotted using the method draw from Graphics2D. In the program, I am given about 1000 points, which are supposed to be plotted one by one suing the draw method, which later form a graph.
    I have put the JPanel, where the output of the graph is displayed, into a JscrollPane to enable scrolling of large image. However, when I am trying to scroll the image, it happen to me that the scrolling is extremely slow. When I click at the scrolling bar to scroll down the image, it take some time before the image is scrolled down.
    My doubt will be is there any method to make the scrolling on the JscrollPane to become faster?does this involve double buffering?
    Thank you.

    This may not be the answer to your problem, but I thought I would throw it out there. One reason it might scroll slowly is because by default the JScrollPane only moves 1 pixel for every click of the scroll bar. You can adjust this by having your JPanel implement the Scrollable interface.
    Here is a code sample -
    // implement Scrollable interface
    public Dimension getPreferredScrollableViewportSize()
    return getPreferredSize();
    public int getScrollableBlockIncrement( Rectangle r, int orientation, int direction )
    return 10;
    public boolean getScrollableTracksViewportHeight()
    return false;
    public boolean getScrollableTracksViewportWidth()
    return false;
    public int getScrollableUnitIncrement( Rectangle r, int orientation, int direction )
    return 10;
    Whatever number you have your getScrollableUnitIncrement and getScrollableBlockIncrement methods return is how many pixels your component will scroll for each click of the scroll bar.
    Give this a try.

  • How to make cube retrieval faster

    Hello,
    I have an ASO cube with 12 dimensions. Only one of these dimensions is large (60K members) but there is a fair amount of data being loaded (5M). All of the dimensions are stored, with "scenario" being label-only.
    When using the Spreadsheet add in, it takes at around 10 seconds to drill down on dimensions.
    Any tips to make it faster? I've tried changing the pending cache limit but it still is slow.
    Thanks

    the best thing I can say would be to increase the aggregation .
    depending on how the dimensions look adding interm levels could speed up if they are large flat dimensions

  • How to make a play all menu and a play single movies menu

    Hi, I'm a noob with Encore and trying to make a dvd menu, but can't seem to get it right.
    I have in total 6 movieclips which I would like to make en menu for. I have made a menu, where there are a play all button and a kind of chapter button.
    I have linked alle movies as end action to each other, expect the last of cause - paly all menu done - check
    Then in the "chaptersmenu" I took the first clip and changed the override setting to the "chaptersmenu", but when I do that the link between clip 2 and 3 becomes dashed instead of solid, and when I preview it stops after the second clip on play all.
    What am I doing wrong and how should I do it, to accomplis what I like?

    Just to recap, so I understand it correct.
    I link each movie specific button to the specific movie, with action of "last menu" and no override. Then for the play all, I create en playlist containing all movies, and the play all button is then linked to that playlist.
    I'll try that when I get home. After I made the question yesterday, I came to think, if I could use Premiere to help me out. So I made a sequence, with all movies in, and created some chapter marks, and that I could get to Work in Encore. So now the computer is just sweating to create the dvd structure, so I can test it.
    I don't know which is the correct way to do it, or if it just a matter of taste, but it seems that Premiere sequence requires a lot more space on the disk then with separate movies. But I have dual layer disks, so guess that doesn't make any difference.

  • Slideshow, how to make clip the same length as audio file?

    Hi
    I've got several PowerPoint presentations and need to make an MP4 video file for each of them. I know how to export the slides as still images, and I also have the audio files broken up into individual mp3 files that match each slide.
    I'm trying to figure out the most efficient way of getting the slides and audio files synced in Premiere Elements.
    Yesterday I imported all of the png images and mp3 audio files into my project. But I had to individually add each image, followed by the mp3, and then in the timeline manually stretch the image to make it last the same length of time as the audio file. It was rather tedious and I have a lot of presentations with many slides to work with. I'm sure there must be some better way to make all of this happen, right?
    Can anyone help me out here?
    1. Is there a way to make the image clip match the time of the audio clip?
    2. Is there a way to import all of the audio and image files at once (given they have the same names) and have PE automatically associate the image clip with the audio file?
    Thanks, Derek

    1. You can place the audio file in the Audio 1 track of the timeline first (Timeline, not sceneline)
    2. Next drop the image to where the audio file starts. Now press "\" key
    3. Drag the end of the clip to exactly where the audio ends. Whe you are near the end of the audio with the drag it should simply stick to it.
    4. Group the audio and image file together (Right click and select group after selecting both these together)
    5. Select the clip and do a right click and use the Fade-In and out option. You can fade in the video and let the audio simply continue. This makes it look and sound good.
    6. Place the next audio file and go on doing the same till all of them are done. The grouping step is not needed but when you keep working with PRE, you might just thank me for it!
    I tried all these steps just as I was typing this post, so I can tell you for sure that PrE10 works as if it is designed JUST for this use case. So hoping you get to complete the project on time and with good quality!

Maybe you are looking for

  • Envy x360 battery short and CMOS/RTC | No dedicated CMOS battery = Kafkaesque HP support nightmare

    Relevant Case Number: 3015038426 Caveat: If I'm wrong about this, I'll eat my hat with a sauce made of ultra-expensive brand-name HP ink. Question: Does anyone at HP want to take reponsibility for a series of the company's tech support representative

  • 2nd Mac - best practices using iPhoto on both?

    Hi - I just got a new MacBook and have an iMac that is still the "hub" of my photo library. It is, in fact, about a 180 GB iPhoto library. I know that I can't sync libraries between Macs (a shame - someone should come up with a way to that assuming t

  • 26C100U LCD tv no sound or picture

    This TV died yesterday. 2 yrs old. green light comes on but no sound or picture. Other functions do not work either. Unplugged over night still nothing. took back cover off and circuit boards look normal. Fuse is good. Capacitor looks ok. Any ideas?

  • [BSPWM] Issues with my windows being the wrong shape for my monitor.

    I wasn't sure what to name this, but I guess that doesn't matter.  Simple backstory: I'm running arch on my laptop. I used to run a dual monitor setup (my laptop's screen and an external monitor); however, as of a little while ago, the laptop's scree

  • Files imported into Project from hard drive - big problem

    I am a new user of Aperture (v2.1), having been a Lightroom user. I had lots of files on my hard drive organized by year and subject. I imported them into separate new project folders (choosing the option of leaving them in their current location whe