VideoHelp.com Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. I would like to film clouds, and speed the video up to get the mice coud movement effect. So, I have ahot at video of 15 minutes, but would like it to run about 15 seconds. Is can maybe avidemux or ffmpeg do this for me?
    Quote Quote  

  2. Is this not possible with these tools? Maybe a different tool?
    Quote Quote  

  3. Member
    Join Date: Dec 2005
    Location: none
    What's the frame rate of your source?

    If you want an AVI file you could use AviDemux and its Resample FPS function followed by AviFrate. Set the new FPS to 1/60 the source video's frame rate. That will give you a video with 1/60th the frame rate, the same running time. Then use AviFrate to change the frame rate back up to the original frame rate. For example, if your source is 30 fps, resample to 0.5 fps. Then use AviFrate to set the frame rate back to 30 fps.

    If you know how to use AviSynth you can do the equivalent with ChangeFPS(n/60) and AssumeFPS(n). Using the above 30 fps video as an example:

    Code:
    WhateverSource("filename.ext")
    ChangeFPS(0.5)
    AssumeFPS(30)
    Quote Quote  

  4. I record in HD format on my JVC Everio. So, not 100% sure what the framerate is. 30fps? I'm PAL.

    Which of those methods is easiest. I tried to change the frame rate using Avidemux to 99, but that didn't do anything at all, except make the picture stranger than the original...

    I have not used avisynth before...
    Quote Quote  

  5. Always Watching guns1inger's Avatar
    Join Date: Apr 2004
    Location: Miskatonic U
    PAL is 25 fps or 50 fields per second.

    It depends how smooth you want it. I compressed an hour down to 2 minutes using avisynth scripts. For the most part it was done by shedding frames in multiple passes, then smoothing the result with changefps/assumefps in the final pass. It worked for what I needed.
    Read my blogs here and here. Change England's Libel Laws - Sign Here
    Quote Quote  




Similar Threads

  1. video with alot of horizontal jitter
    By spiritgumm in forum Video Conversion
    Replies: 14
    Last Post: 24th Aug 2010, 13:35
  2. Making alot of Bluray coasters
    By bpstyxman in forum Authoring (Blu-ray)
    Replies: 6
    Last Post: 13th May 2009, 02:09
  3. i need alot of help converting .avi to dvd?
    By just in forum Newbie / General discussions
    Replies: 17
    Last Post: 21st Oct 2008, 14:51
  4. alot of info here..and I just got lost.
    By bgd73 in forum Newbie / General discussions
    Replies: 11
    Last Post: 12th Feb 2008, 20:41
  5. Replies: 9
    Last Post: 28th Aug 2007, 21:06
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools