use filenames inline with timeline urls

This commit is contained in:
j 2011-10-14 16:42:01 +02:00
commit bc9cc2df3b
4 changed files with 8 additions and 8 deletions

View file

@ -41,7 +41,7 @@ if __name__ == '__main__':
else:
video.Timeline(opts.input, opts.prefix, opts.width, opts.height)
oxtimeline.createTimelineMultiline(opts.prefix)
#oxtimeline.createTimelineMultiline(opts.prefix)
oxtimeline.makeTiles(opts.prefix, 16, 3600)
oxtimeline.makeTimelineOverview(opts.prefix, 1920, height=16)
oxtimeline.makeTimelineOverview(opts.prefix, 1920, height=64)