Skip to content

very simple App to projection-map a video

Notifications You must be signed in to change notification settings

TobiasGrothmann/VideoMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Mapper

This is a simple app for macOS to distort and map a video onto a rectangular surface.

separate window for settings

This App is written in C++ using Cinder and the awesome: Cinder-Warping by Paul Houx

Download

See releases to download the newest version.

Usage

  1. Open the video file.
  2. Move the projection window onto a separate monitor (projector).
  3. Enable edit mode.
  4. Drag the corners to the desired positions.
  5. (optional) Use scale and offset to only show a certain area of the video.

Voilà!

Build it yourself

If you'd like to build it yourself you need to download cinder and set the correct CINDER_PATH in the xcode project's build settings.