/Trippy-Vid

๐Ÿ˜ตโ€๐Ÿ’ซ Turning video into volumetric space and using slice maps to create trippy effects.

GNU General Public License v3.0GPL-3.0

Trippy-Vid ๐Ÿ˜ตโ€๐Ÿ’ซ

Program to turn video into a 3 dimensional volume of images. Using slice maps to create trippy effects

๐Ÿงจ THIS APPLICATION ISN'T YET IN A WORKING STATE ๐Ÿงจ

Inspired by "video is 3D. not 3D"

This commmand line utility aims to create a tool that can easily produce the effect in the video. Originally this project started as an easy artwork creator for my collection of urban videos but eventually supporting more features than just easy video conversion.

๐Ÿ“ˆ Current status

Currently the main feature being worked on is "video splitting - frame by frame"

๐Ÿ“ญ Installation

To install this app you can either download from the Releases or install and compile manually. โ€ผ๏ธ(This process assumes you have CMake installed)โ€ผ๏ธ

  Cloning:
  $ git clone https://github.com/rubennijhuis/trippy-vid

  Compiling:
  $ git clone https://github.com/rubennijhuis/trippy-vid

๐Ÿ›  Usage

  Creating a Trippy-Vidโ„ข๏ธ:
  $ ./trippy_vid path_to_video path_to_depth_map

๐ŸŽ‰ Features

Using a depth map of the same size as the video the desired effect can be created.

๐Ÿ“ Notes

I don't know much about ffmpeg video codecs and C++ so take this codebase as a way of not coding. Happy coding :)