use filenames inline with timeline urls
This commit is contained in:
parent
5d38ccb796
commit
bc9cc2df3b
4 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue