VineshChauhan24 / rendermix

Audio, video and image mixing with visual effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

RenderMix is a JRuby application that mixes audio, video and images, along with visual effects, together into a single video.

It uses jMonkeyEngine 3 as a framework for visual effects.

RenderMix requires librawmedia

WIP

RenderMix is currently a work in progress and incomplete. Currently testing with jme3 SVN r9857 using JRuby 1.7.0.RC1.

Building

  • Install the librawmedia gem.
  • Build or download jMonkeyEngine, copy or symlink this into the rendermix directory as jme3, so you should have rendermix/jme3/jMonkeyEngine3.jar
  • bundle install other gem dependencies.

You can get sample media used in the test fixtures from rendermix-sample-media

Test your installation by running:

bin/rendermix --mediaroot ../rendermix-sample-media/media spec/fixtures/manifests/cinematic.json

License

Copyright (c) 2012 Hewlett-Packard Development Company, L.P. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

About

Audio, video and image mixing with visual effects

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 87.8%Language:Python 11.1%Language:GLSL 1.2%