This commit is contained in:
Askill 2020-11-11 18:09:42 +01:00
parent 3c3c8da9cd
commit acaf2dbfdc
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Exporter:
if layer.startFrame <= frameCount and layer.startFrame + len(layer.bounds) > frameCount:
for (x, y, w, h) in layer.bounds[frameCount - layer.startFrame]:
if x is None:
break
continue
factor = videoReader.w / self.resizeWidth
x = int(x * factor)
y = int(y * factor)