Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.53 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.53 KB

Vimage

experimental

An image sequence streaming player for inline video on mobile devices.

This project was created as a workaround to provide inline video playback on mobile devices.

Demos:

Features

  • Minimal requests with Magipack
  • Video and Audio playback with external library support

Use cases

Use this library when inline video functionality is needed on mobiles or when you need an easily customizable image sequence player.

Dependencies

Generating vimages

  • ImageMagick
  • ffmpeg

Lib

Installation

# Install node and bower dependancies
make setup

# Install dependancies for converting the video to images
brew update && brew upgrade && brew install imagemagick
brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

Forgive my lack of creativity for the project name, I may change it to something else.