Timelapse Maker: Difference between revisions

From LD Smith Games Workshop
Jump to navigation Jump to search
(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 *...")
 
Line 8: Line 8:
* gui.rb - original unfinished GUI interface
* gui.rb - original unfinished GUI interface
* seq_files.rb - sequences image files into one folder
* seq_files.rb - sequences image files into one folder
 
* timelapsemaker.bat - runs the GUI interface
* timelapsemaker_gui.rb - new GTK3 GUI interface


== Code Repository ==
== Code Repository ==


[https://github.com/gatechgrad/timelapsemaker Timelapse Maker on GitHub] (requires a Ruby installed and in PATH environment variable)
[https://github.com/gatechgrad/timelapsemaker Timelapse Maker on GitHub] (requires a Ruby installed and in PATH environment variable)

Revision as of 02:18, 12 May 2020

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
  • timelapsemaker.bat - runs the GUI interface
  • timelapsemaker_gui.rb - new GTK3 GUI interface

Code Repository

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