muimota / p5video360

A P5 code that plays a 360video and lets the user look around dragging the mouse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5 video360

A little program that plays a 360video and lets the user look around dragging the mouse. Made with p5

Needs the Video Library to be installed.

Ubuntu

GLVideo needs gstreamer0.10 ffmpeg plugin. I case is not working:

sudo add-apt-repository ppa:mc3man/gstffmpeg-keep
sudo apt-get update
sudo apt-get install gstreamer0.10-plugins-good gstreamer0.10-plugins-base gstreamer0.10-alsa gstreamer0.10-x

The GLSL shader is taken from this js/html example with some small modifications.

video thumb

The sample video is taken from youtube link and licensed under CC

enjoy!

Martin Nadal martin(at)muimota.net

About

A P5 code that plays a 360video and lets the user look around dragging the mouse.


Languages

Language:GLSL 62.3%Language:Processing 37.7%