timeline overview with 16 and 64 pixels height
This commit is contained in:
parent
73f897aa58
commit
ab07ccc8ba
2 changed files with 4 additions and 3 deletions
|
|
@ -176,9 +176,9 @@ def makeTimelineByFramesPerPixel(timeline_prefix, frames_per_pixel, inpoint=0, o
|
|||
def makeTimelineOverview(timeline_prefix, width, inpoint=0, outpoint=0, duration=-1, height=16):
|
||||
input_scale = 25
|
||||
|
||||
timeline_file = '%s.overview.%s.png' % (timeline_prefix, width)
|
||||
timeline_file = '%s.%s.png' % (timeline_prefix, height)
|
||||
if outpoint > 0:
|
||||
timeline_file = '%s.overview.%s.%d-%d.png' % (timeline_prefix, width, inpoint, outpoint)
|
||||
timeline_file = '%s.overview.%s.%d-%d.png' % (timeline_prefix, height, inpoint, outpoint)
|
||||
|
||||
timeline = loadTimeline(timeline_prefix)
|
||||
duration = timeline.size[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue