Log in

View Full Version : [ANN] MovingImages: Scripted video editing for OSX Yosemite


ktam
4th September 2015, 18:16
Affiliation:

I (Kevin Meaney) am the author of the software and owner of the company (Zukini) with ownership for the software. The scripting tool is free to use.

MovingImages is a powerful scripting tool for post-production video editing.

http://zukini.eu/movingimages/

The MovingImages scripting platform works on OS X Yosemite.

The scripting language used for writing post production video editing is ruby.

MovingImages integrates three of Apple's graphics technologies. These are the drawing engine CoreGraphics, the image filter processing engine CoreImage and the video editing platform AVFoundation.

The goal of MovingImages is to provide a data format that can describe non-linear video editing using the three technologies described above. This is achieved using JSON command objects and JSON drawing instruction objects.

Any scripting language that can create JSON data can be used to work with MovingImages. Zukini has made it easy by writing the moving_images ruby gem to write scripts in the scripting language ruby. The ruby gem is under the MIT license agreement.

Link to the video series Getting started with scripting MovingImages:
http://zukini.eu/getting-started-with-scripting-movingimages-in-ruby/

You can install MovingImages directly from the link below. But I would recommend watching the first episode of getting started with scripting MovingImages first.
Download link: http://zukini.eu/largeuploads/MovingImages.dmg

Link to the MovingImages documentation: http://zukini.eu/docs/Contents
Link to the ruby gem reference documentation: http://zukini.eu/docs/MovingImages.html

The resources blog post lists all the currently available resources related to the MovingImages graphics platform.
Link to resources blog post: http://zukini.eu/resources-3/