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.
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/
+ Reply to Thread
Results 1 to 2 of 2
-
-
MovingImages has been updated to version 1.0.1.
Version 1.0.1 Changes are:
* Fix to the installer when the user wasn’t using OS X's default ruby installation.
* Added capability to add audio tracks to the movie editor.
* Added capability to mix audio tracks using the movie editor.
The updated documentation with sections added for audio mixing are below: http://zukini.eu/docs/MovieEditor#Adding_Audio_mix_instructions
http://zukini.eu/docs/MovingImages/CommandModule.html#make_addaudioinstruction-class_method
method test04 in this test file:
https://github.com/SheffieldKevin/MovingImages-RubyTests/blob/master/test018
Is a complete ruby script that creates a movie editor object, adds video and audio tracks, shows how to mix audio, exports the movie and saves a composition map that is a graphic representation of the composition that describes how the movie should be created.
To download the update:
http://zukini.eu/largeuploads/MovingImages.dmg
Similar Threads
-
Announcing QtlMovie, a specialized graphical front-end to FFmpeg
By lelegard in forum Latest Video NewsReplies: 58Last Post: 9th Apr 2017, 14:33 -
installation ffmpegX on Osx Yosemite
By hellare in forum ffmpegX general discussionReplies: 2Last Post: 24th Apr 2015, 15:33 -
tsMuxer Error 254 with Subtitles on Mavericks/Yosemite
By Inquisitus in forum MacReplies: 2Last Post: 18th Apr 2015, 10:43 -
Reverting yosemite back to snow leopard
By johns0 in forum MacReplies: 4Last Post: 14th Jan 2015, 20:15 -
Problems Tsmuxer whit Yosemite
By zizux in forum MacReplies: 13Last Post: 24th Dec 2014, 06:09