View on GitHub

Frankenstein

Video Converter for 3D VR and Plattform for Video Manipulation and Video Evaluation

Frankenstein VR

A Video Stream Analysis and Manipulation Framework for Java™ and C++, where custom filters can be simply added into the processing pipeline.

Plattforms: Windows 64.

The Tool supports

Screenshots

Samples

I have uploaded some samples to vimeo:

Features and video filters in the main pipeline

3D / VR Features

The pipeline allows input as video file, camera, network stream or pictures stored as left/right 3D slides (e.g. from nikon camera). Frames can be converted tp anaglyph or side-by-side 3D videos for VR display, and the output video can be perfectly viewed in 3D with VR Hardware and a video players like LittlStar. VR videos appear in this viewer like displayed on a virtual 160-inch curved 3D display in front of you.

HOWTO run it

Install Pre-Requisites first (see below), then you have 3 options to start it:

To build the plugin:

HOWTO change it

I support eclipse.

Pre-Requisites

FFMPEG OpenH264 support

FFMPEG build contains H264 encoder based on the OpenH264 library, that should be installed separatelly. OpenH264 Video Codec provided by Cisco Systems, Inc. See https://github.com/cisco/openh264/releases for details and OpenH264 license. Downloaded binary file can be placed into global system path (System32 or SysWOW64) or near application binaries (bin/). You can also specify location of binary file via OPENH264_LIBRARY_PATH environment variable.

Your custom Video Filters

Frankstein supports loading external filters plugins either from network or local.

After first run .frankenstein-plugin.set contains the list of sample filters. Filter plugin jars are either specified by the directory location or an URL to the jar file.

When you work on custom filters, you can concentrate on manipulating images with the OpenCV or JogAmp libraries. For more details read SegmentFilters. To run on Debian Linux click here.