diff --git a/make-xges.py b/make-xges.py index 977d639..4df2d9d 100755 --- a/make-xges.py +++ b/make-xges.py @@ -355,7 +355,7 @@ def add_credits(self): width, height = self._constrain( dims, (self.opts.width, self.opts.height)) - self._add_clip(layer, asset, 0, 0, duration, + self._add_clip(layer, asset, self.start_time, 0, duration, 0, 0, width, height, trim_end=False) self.opening_length += duration