Download Latest Version svgmapanimation-code-2-trunk.zip (9.7 MB)
Email in envelope

Get an email when there's a new version of svg-map-animation

Home
Name Modified Size InfoDownloads / Week
svgmapanimation-code-2-trunk.zip 2016-10-25 9.7 MB
svgAnimate.rb 2016-10-25 15.0 kB
README 2016-10-24 1.0 kB
Totals: 3 Items   9.7 MB 0
ABOUT svg-map-animation
-----------------------

svg-map-animation is a small tool to generate nice video-clips showing 
an animated track.
The track and the background are simply designed as svg-image e.g. 
with inkscape.



USAGE
-----

To produce an animated map please execute these steps:

1. open inkscape
2. Draw some nice Bezier-Pathes
3. Rename the Ids of your pathes to the special names A1 A2 A3 ..
   with 'Context-menu -> Object-Properties'
4. safe the Result into an svg-file test.svg
5. convert the test.svg to a test.avi with:
   > svgAnim.rb test.svg
6. view test.avi
   > vlc test.avi


INSTALLING svg-map-animation
----------------------------

The tool is a ruby-script which currently needs no installation.
Just copy the script svgAnim.rb to any bin-directory in your path
or start it from the current directory with:

ruby svgAnim.rb



DEPENDENCIES
------------
ruby
avconv
convert
inkscape


on an Ubuntu(12.4,14.4, 16.4?) system do:

sudo apt-get install ruby libav-tools imagemagick inkscape
Source: README, updated 2016-10-24