ai_type
This commit is contained in:
parent
de484af2ae
commit
698a293d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -953,9 +953,9 @@ def generate_clips(options):
|
||||||
while ai_type in clip['ai']:
|
while ai_type in clip['ai']:
|
||||||
ai_type = '%s-%s' % (type_[3:], n)
|
ai_type = '%s-%s' % (type_[3:], n)
|
||||||
n += 1
|
n += 1
|
||||||
clip['ai'][ai_type] = target
|
|
||||||
type_ = 'ai:' + ai_type
|
type_ = 'ai:' + ai_type
|
||||||
target = os.path.join(prefix, 'video', type_, i.data['title'] + ext)
|
target = os.path.join(prefix, 'video', type_, i.data['title'] + ext)
|
||||||
|
clip['ai'][ai_type] = target
|
||||||
if type_ == "source":
|
if type_ == "source":
|
||||||
source_target = target
|
source_target = target
|
||||||
clip['loudnorm'] = get_loudnorm(e.files.filter(selected=True)[0])
|
clip['loudnorm'] = get_loudnorm(e.files.filter(selected=True)[0])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue