This commit is contained in:
j 2026-01-29 17:02:56 +01:00
commit 698a293d5e

View file

@ -953,9 +953,9 @@ def generate_clips(options):
while ai_type in clip['ai']:
ai_type = '%s-%s' % (type_[3:], n)
n += 1
clip['ai'][ai_type] = target
type_ = 'ai:' + ai_type
target = os.path.join(prefix, 'video', type_, i.data['title'] + ext)
clip['ai'][ai_type] = target
if type_ == "source":
source_target = target
clip['loudnorm'] = get_loudnorm(e.files.filter(selected=True)[0])