extract strips too
This commit is contained in:
parent
8947e51243
commit
38395eeed9
2 changed files with 4 additions and 1 deletions
|
|
@ -441,6 +441,9 @@ class Movie(models.Model):
|
|||
stream.save()
|
||||
|
||||
extract.timeline(stream.video.path, self.timeline_prefix)
|
||||
|
||||
extract.timeline_strip(self, self.metadata['cuts'], stream.info, self.timeline_prefix[:-8])
|
||||
|
||||
stream.extract_derivatives()
|
||||
self.metadata['cuts'] = extract.cuts(self.timeline_prefix)
|
||||
self.metadata['average_color'] = extract.average_color(self.timeline_prefix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue