VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. What program can I use to take video clips and save them so that they play backwards, or at slower speeds and the like?

    I'm using Multiquence, but it does not seem to have these features?
    Quote Quote  
  2. Member
    Join Date
    Nov 2003
    Location
    Everywhere I want to be
    Search Comp PM
    What format are your clips in? Do you need to keep them in that format?

    Also, do you need to reverse and slow audio too?
    Quote Quote  
  3. The video format can be any, and yes I need to reverse (and save) plus slow down video.
    Quote Quote  
  4. Member daamon's Avatar
    Join Date
    Jun 2003
    Location
    Melbourne, Oz
    Search Comp PM
    Check out tools like Avid Free DV (free) to Premiere Pro (expensive) in the "Advanced Video Editors" category in the "Tools" section. These are primarily designed to work with DV AVI at a minimum, some will work with uncompressed AVI or AVI using the loss-less huffyuv codec.

    If the video uses anything else - Divx, Xvid, MPG, MOV, RM etc. - then I think you'll be lucky to find something that will do what you want with these formats, and you'll probably need to encode to a workable AVI format.
    There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.

    Carpe diem.

    If you're not living on the edge, you're taking up too much room.
    Quote Quote  
  5. Thankx, I'll have a look at these programs!
    Quote Quote  
  6. Member dipstick's Avatar
    Join Date
    Jan 2005
    Location
    Dark side of the Moon
    Search Comp PM
    Avisynth will do all that and more. You'll have to learn the propper scripts, but there's plenty out there to do just that. Do a search.
    I stand up next a mountain and chop it down with the ledge of my hand........ I'm a Voodoo child.... Jimi Hendrix,
    Quote Quote  
  7. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    You also might wanna check your soure for possibility of IVTC to 24 fps.
    Then, from that point, do your reversing around inside this frame
    rate.

    And AVIsynth script can do this, if memory serves me.. with the reverse()
    function. The simplest and straight-way of doing it is here:

    Code:
     # assuming your source is segmented like this:
     # vid.01.avi  vid.02.avi  vid.03.avi ...
     # 
     # otherwise, use avisource(folder+filename)
    
     x="f:\vid.avi"
     segmentedAVISource(x)
    
     # your IVTC code here, then..
    
     reverse()
    -vhelp 3905
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!