• Lucid Dreaming - Dream Views




    Results 1 to 2 of 2

    Thread: Video Editing

    1. #1
      Anas platyrhynchos Achievements:
      1 year registered Made lots of Friends on DV 5000 Hall Points Veteran First Class
      Super Duck's Avatar
      Join Date
      Jun 2006
      Gender
      Location
      A pond, I guess
      Posts
      851
      Likes
      4

      Video Editing

      Windows Movie Maker doesn't have a "Play Clip Backwards" Effect on it. Can someone point me towards some free software that can reverse clips, please?

      Thanks,
      Duck

    2. #2
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      download and install VirtualDub and AVIsynth

      create an AVIsynth script
      (just an ordinary text file, with a .avs extension)
      and put either one of these in the file

      If it's an AVI (Virtualdub can manipulate AVI's natively)
      Code:
      Reverse(AVISource("C:\yourfile.avi"))
      If it's any other DirectShow media file (Mpeg, WMV, etc. etc.)
      Code:
      Reverse(DirectShowSource("C:\yourfile.wmv", 29.97))
      change the number at the end to match the video frame-rate

      Virtualdub will treat AVIsynth scripts as if they were videos
      so you can "save" the script output to another file
      (\_ _/)
      (='.'=)
      (")_(")

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •