videomap

Tools to create,, export and share video maps


Keywords
videomap
License
GPL-3.0
Install
pip install videomap==0.1.0

Documentation

Video Map Tools

Documentation Status

Tools to create,, export and share video maps

Features

  • Convert a series of tiled maps to a tiled video
videomap convert ~/data/frames
  • Interpolate a series of tiled map videos
videomap interpolate ~/data/frames

Where ~/data/frames contains frames in the structure

~/data/frames/{frame}/{z}/{x}/{y}.png

frame: the frame number z: zoom level x: tile column y: tile row

  • Png's are converted to transparent webm contained vp8 with alpha channel.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.