Timelapse Maker

From LD Smith Games Workshop
Revision as of 02:17, 12 May 2020 by Unknown user (talk) (Created page with "Timelapse Maker is a tool created in Ruby for generating a timelapse video from multiple video clips == Files == * dup.rb - duplicates an image a specified number of times *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Timelapse Maker is a tool created in Ruby for generating a timelapse video from multiple video clips

Files

  • dup.rb - duplicates an image a specified number of times
  • encode.rb - converts all video files in the specified folder to image files
  • fixnames.rb - this was used to fix filenames with spaces or incorrect date format
  • gui.rb - original unfinished GUI interface
  • seq_files.rb - sequences image files into one folder


Code Repository

Timelapse Maker on GitHub (requires a Ruby installed and in PATH environment variable)