16x timelines are one hour each

This commit is contained in:
j 2010-09-08 13:23:07 +02:00
commit 73f897aa58
2 changed files with 6 additions and 5 deletions

View file

@ -32,7 +32,7 @@ if __name__ == '__main__':
timeline = oxgst.Timeline(opts.input)
timeline.extract(opts.prefix, opts.width, opts.height)
oxgst.timeline.createTimelineMultiline(opts.prefix)
oxgst.timeline.makeTiles(opts.prefix, 16)
oxgst.timeline.makeTiles(opts.prefix, 16, 3600)
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920)