Music puts video in slow motion

I love the fact that I can get online here and seek help. IT has always helped me before-so hopefully I will get lucky now. I am using Imovie 9-- am new user and so far have learned how to use it-compared to the later versions-- a few learning curves but not bad.
My problem is when I import a sound effect or music clip- the video portion goes into slow motion. Quite simply- when I remove the sound effect-it resumes to regular speed? what am I doing wrong or how to I just add the music and have the video play as is?
THanks so much!

The following packages were updated when linux was upgraded:
enca (1.15-1 -> 1.16-1)
linux-firmware (20140828.13eb208-1 -> 20141009.0e5f637-1)
linux (3.16.4-1 -> 3.17.1-1)
lirc-utils (1:0.9.1.a-5 -> 1:0.9.1.a-7)
python2-pillow (2.6.0-1 -> 2.6.1-1)
Since the 24/10 there is an error message in systemd's journal:
Oct 24 13:41:36 001 kernel: nouveau E[  DEVICE][0000:01:00.0][0x80000080][de023100] failed to create 0x00000002, -13
Oct 24 13:41:36 001 kernel: nouveau E[  DEVICE][0000:01:00.0][0x80000080][de023100] failed to create 0x00000002, -13
There is no output when I start smplayer from the console. In vlc there is no problem. In smplayer the video playback slows down when I maximize the window using maximize button of the window itself. When I resize the window to its maximum manually or use the full screen button of smplayer, then there is no problem. It appears to be a problem with smplayer, because in mplayer there is no problem when I maximize with the window using the maximize button.
I tried nvidia-304xx yesterday, but that didn't help.

Similar Messages

  • Is it possible to put videos in slow motion?

    Is it possible to put videos in slow motion?

    Yes, probably the easiest method is to use the Time Stretch Tool and just lengthen the Duration of the Clip. Or Rt-click and choose Time Stretch to do this numerically.
    Good luck,
    Hunt

  • Quicktime plays video in slow motion

    Quicktime plays my video from a Sony NEX-3 camera [H.264 MP4 files] in slow motion. The images plays at a reduced speed, while the sound plays at full speed. One consequence is that image and sound is completely out of sync. The video plays fine in iMovie and MPEG stream clip.
    I tried in two Macs: a Macbook Air (10.6.6) and a Macbook (10.6.5) and on both the video is slow motion, but on the Macbook it is extreme slow motion, while on the Macbook Air it is slight slow motion [mainly noticeable through lack of sync between image and sound].
    Video from iPhone 4 plays without problems in Quicktime.
    Since iMovie plays the Sony video fine, I would assume it is not a Sony video problem, but a bug in Quicktime. How do I get Apple to fix that bug?

    How do I get Apple to fix that bug?
    You can provide Apple feedback at: http://www.apple.com/feedback/.

  • How can I replay the video in slow motion?

    I would like to replay my videos in slow motion on my iPad so that I can analyze my tennis and golf strokes.

    I'd like to know how to do this now too since the terminal command doesn't work in Lion / ML. Anyone know how?
    And Leroy - the reason is because I have custom hot keys configured and the shift key is a key I want to use for this command. I would like to know how to disable the slow motion effect permanently since I never need it and would certainly like to use my shift key as a modifier for various keyboard commands.

  • Can the iPhone 4 shoot video in slow motion?

    Can the iphone 4 shoot in slow mo? This video says they shot it in slow motion but I don't think it can?
    http://www.youtube.com/watch?v=_rV0tzYx8Gk

    This question is too funny...
    Nothing can shoot in slow motion (since things always occur in real time). You can only *play back* a video in slow motion (i.e., reduced frame rate).....

  • Is it possible to my play my uploaded videos in slow motion?

    Hello All,
    I have the macbook pro and I am trying to figure out how to play my uploaded videos in slow motion.
    I am using the quicktime player version 10.1 and I am only seeing the ability to playback, pause, play, enlarge screen and fast forward through my videos.
    If it is not possilbe to get the videos to play in slow motion using quicktime, I would appreciate suggestions on software that I could get. Nothing complicated, I just really need that slow motion feature! Thank you!
    -Trish

    I have the macbook pro and I am trying to figure out how to play my uploaded videos in slow motion... I am using the quicktime player version 10.1 and I am only seeing the ability to playback, pause, play, enlarge screen and fast forward through my videos.
    This capability is dependent on the media player. QT X.1 does not have either a slow or fast motion playback feature control. The closest you can get is holding down the right arrow key in which case the "slow motion" spped will be dependent on your computer's CPU power and the clip's frame rate.
    If it is not possilbe to get the videos to play in slow motion using quicktime, I would appreciate suggestions on software that I could get. Nothing complicated, I just really need that slow motion feature!
    The QT 7 Player (free) can play files with sound between 0.5 and 3.0 times normal speed. The VLC player (free) has a wider range of speed variations with sound but audio usually drops out at below 0.25 times normal playback speed. The TV player also has three slow speed (and fast speed) playback options but I don't know their exact speeds and it is without sound.

  • Youtube playing all videos in slow motion

    youtube.com videos are playing in slow motion. i don't want them to. how can i change this? as far as i know flash is new. we bought this computer not 4 months ago. it's a Mac os X 10.6.8. Flash is 10.3.181.26

    All music and videos on my computer is also in slow motion!! 

  • Record and playback video in slow motion

    Hi
    I am COMPLETELY new to labview and am having some trouble.
    I would like to record a video using a USB camera and be able to play it back on multiple occasions at different speeds.
    The file attached is what I have so far. The signal generated at the top is controlling the equipment I am recording. Currently, I am saving the video to the hard drive in AVI format and retreiving it to watch again. However I would like to be able to play this at different speeds and be able to pause/rewind. Is this possible? I would also prefer not to have to save and retreive the file and much prefer it to stay within the system memory.
    Thanks in Advance
    Alex
    Attachments:
    Complete 2.vi ‏145 KB

    Hi!
    In your program you set the "frames per second" input on the "Init AVI" Vi to 50. If your camera is set up to acquire 50 frames/sec this is ok. But your "playback" loop will (as it is) run at much higher rate, since it is not limited in speed. You need to control the playback rate with a delay function (maybe the Wait (ms)-vi). If the acq-rate is 50Hz, you need to limit the playback loop to 50 iterations per sec -> 20ms delay.
    Set the delay to a lower value for a faster playback, or higher value for slow motion playback.
    If you decide to use the AVI-vi:s you need to associate the video with a file. You can however keep the frames in memory by simply create an array of images and write to them instead of to the AVI-file. Modify your code like this:
    1) Create an array of IMAQ-images, Note that you need diffrent images on each index in the array.
    2) In your acqure-loop. Instead of writing to the AVI-file, write to the array at index "i". Note that you must modify this image, so retreive the image-ref at array index "i", then modify it by writing to it, the put the image-ref back in the array.
    3) In your playback loop.Read image-ref to display from the array by index "i".
    Done
    Best regards
    Dan

  • Imported Video not in sync with sound. Video in slow motion...

    Hello,
    I am fairly new to Premiere and I wanted to spend some time playing around with it. When I import my videos, the playback is out of sync. The sound is normal but the video is in slow motion so it doesnt sync together. Am I missing something? Using Premiere Pro CS4 and filmed it on a Sony Xacti with MPEG4 AVC sequence.
    Thanks in advance.
    Steve
    Oh by the way, it seems to open and play just fine in any other media player

    Steve,
    Glad that you got some material to practice with. That was your goal here.
    Now, file conversions from compressed source material will usually not yield great quality. Unfortunately, the conversion process, unlike what some would love to believe, does not restore quality to the compressed material. It only changes some of the characteristics, but imporved quality is not one of them. Also, depending on the actual conversion program used, the quality can suffer even more. This is a fact of life in Video.
    Now, when you go to get your camera, there are many great threads on many camera makes and models already posted. If you cannot find info on your considerations, post to get recommendations, based on your budget and what you wish to use the camera for. I'm not positive, but I think that the new Equipment sub-forum would be a good place to ask. Previous posts will not be there yet, but will be in the general forum. Many, but obviously not all, cameras have been discussed in length, and their pluses and minuses have been debated.
    Good luck,
    Hunt

  • How do you add video effects-slow motion

    Not real happy with 08 over previous versions but I would like to gain back some of the functionality that I regularly used. How do I add special effects, such as slow motion to a video clip or a portion of a video clip.

    How do you do it IMovie HD in Ilife 08?
    Both applications can be run on the same computer. Use whichever application best serves your needs. If you need a lot of plug-in effects, use HD. If few or nor effects other than standard transitions and titles are required and speed is paramount, then use iMovie '08. If you like being innovative and want to try your hand at creating your own effects, use iMovie '08 and learn how perform pre- and post-edits to create your own fast motion, slow motion, stop motion, pseudo time lapse, still framed, backgrounded, blended, layered, picture-in-picture, etc. that may "tickle your fancy."

  • Using 720p 50fps video for Slow Motion

    Hi there,
    I've recently started using Photoshop Elements 9 for editing my action sports footage, and its a big improvement over free to use programs that I used before.
    The thing that I have run into, and that I can't seem to solve, is making footage slow down.
    I'm using both a GoPro camera (HD and HD2) and a Canon EOS 550D to shoot my video. Everything is shot at 720p @ 50fps so that I can use the footage slowed down when I want to use it that way without making it choppy (in normal 25fps export video (can be 720p, but I might use 1080p as well))
    I've set up a project in PE9 using the preset for PAL-DSLR-720-50fps so that (me thinking) I can import 50fps footage without losing frames for importing. However, when I use the time timestretch function (through right click menu) and set the strech to 50% (so effectively 25fps) the video doesn't appear to have the extra frames. Even after rendering, if I foreward 1 frame at the time, every second frame is simply just a copy of the previous one. I've checked the file properties through PE9 and it says that the file is 50.000fps, so there should be 50fps available to build the footage from (yet only showing 25fps in frame by frame mode).
    In searching the forum I've found some other suggestions to solve this, including the 'Interpret Footage' function. I've tried setting it to 'Interpret as 25fps' to see if this changed anything (as to smear out all available 50 frames over a 25fps clip, doubling its length), but that also retured with a copied frame every second frame.
    I've also tried setting the project preset to DSLR-1080p @ 25fps to see if that might have an effect, but as soon as I import my 720p video it changes the project preset to AVCHD-LITE-720p50. Using that returns the same issue (btw, what is the difference between DSLR setting and AVCHD?). Using the AVCHD-720p @ 25pfs together with 'interpret footage at 25fps'  also reverted to 50fps as soon as I imported the video file.
    Frame blending isn't an option as it doesn't actually blend them. It just overlays the two frames and changes the opacity of the upper one (or so it seems), creating this weird blurry overlay effect, instead of interpolating the objects between the two frames (but maybe I'm asking for too much on this function).
    Can someone please help me solve this slo-motion effect issue? I really want to use the full available 50fps footage I have shot to create smooth slow-motion in a 25fps export video (i'm not looking at reducing it much more than that). It seems that half the frames are dropped out as soon as I import into PE9.
    Thanks,

    As we've often discussed on this forum, Go-Pro footage rarely behaves in this program as source footage. The best solution we've found is a conversion to an editable format.
    http://forums.adobe.com/thread/668369?tstart=0
    In fact, mixing video footage of any types is usually not a good idea. Especially when your project settings may not fully match either.
    Try using just the footage from your Canon. When you add it to your timeline, do you see red lines above the clips? If so, you are not using the correct project settings for your footage.

  • Flash Player plays video in slow motion

    yep! why flashplayer go in slow motion? who can help us?

    To help troubleshoot we'll need the following system information:
    Operating   system 
    Browser 
    Flash   Player version
    When reporting issues with video or audio, it's also helpful to get your system hardware and driver details.  Instructions for finding this can be found here:
    Windows 
    Mac
    Finally, sometimes these problems are caused at a lower level and not directly related to Flash Player.  I recommend trying both of the links below to see how they perform.  If the problem exists with both, then Flash Player is most likely not the culprit as the HTML5 video link does not use Flash Player when playing.  You can verify this by right clicking the HTML5 video and looking for the words "About HTML5" at the bottom of the menu.
    HTML5   video  
    Non-HTML5 video
    Thanks,
    Chris

  • Modify Video Speed (slow motion)

    New to motion. I know in FCP I'm able to modify video speed. Wondering if it's possible to do the same in motion? I'm looking to slow down my video footage in one of motion's existing templates.
    Thanks.

    Please click on the or buttons over posts as appropriate...
    Patrick

  • HT4437 slow motion video to TV

    I have problems transmiting a video with slowe motion from my iphone 5s to my TV through apple tv. I just hear the sound. Do not see image. Any idea???

    Hi. After after trying too upload from the Facebook app, I found out that the video isn´t saved as a finished video. (you can still edit it)
    I used the iMovie  app to save the movie as new finished movie. Open iMovie , those video, select your video, click the share button i down right corner. Push create movie (I guess, mine is in danish) play the movie or not, push the back button, change the name or not, push the share button, save the the movie. Now you have a finished movie, that can be shared as any normal movie.
    Hope this helps
    Maybe there are other ways I don't know

  • Slow-motion videos do not play as edited (fps) on Mac

    Hi all,
    I just received my iPhone 6 yesterday, and have been playing with the slow-motion video feature. I moved a few over to my computer using Image Capture, and they played fine in their slow-motion, 240 fps. However, the problem is that it doesn't play the video as it was edited on my iPhone (parts of it sped up, and parts of it slowed down). It plays the whole video in slow-motion, which can be a little annoying watching an entire video.
    Thanks, all, for any help!
    P.S. I'm using OS X version 10.9.4

    In Firefox, click Tools>Add-ons. Make sure the Shockwave Flash plugin is enabled and "Always activated".
    If that fails, see: How to perform a "clean install" of Flash Player in Mac OS X  in the Adobe Forums. That will clear out the pluigins and allow a fresh install with the new plugin.

Maybe you are looking for

  • Open XML and using xslt with JavaScript

    Hello, I want the user to be able to choose an XML-file. This XML-file should not be placed in InDesign, there is not even a document needed for my script. All I need is a variable, containing the file. However, the XML-file should be transformed wit

  • Importing photos from DVD

    I am new to Mac's and to iPhoto. I have had some success importing photos that I backed up to DVD using my PC but one DVD is causing me problems. I can view the JPEG photos stored on the DVD when I use my PC but for some reason my Mac can only see th

  • Select list with pagination  in  Interfactive report

    Hi all Iam using apex 3.2.1. iam using interactive report it contains 15 thousand records.By default only two options are there in interative report x to y and x to y of z pagination. it is very difficult to finding the particular range rows. In Sql

  • OO question in LabVIEW example

    Hello, I am trying to learn OO and I have a question in the LabVIEW examples.  See the attached image What is the protected VI's?  It looks like a collection of VIs with a type def.  Isn't this a class?  Why isn't it a class?  What is going on? Thank

  • Hard drive for mini crashed

    I have a mini (4 gen) it lasted for just over a year and then all of a sudden got the sad ipod icon with the support email on it, it wouldnt charge, computer wouldnt recognise it, it did nothing, i took it into an Apple approved repair place and they