Compare commits
2 commits
9524720585
...
de76702faa
| Author | SHA1 | Date | |
|---|---|---|---|
| de76702faa | |||
| f0141e4c75 |
2 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ generator_template = '''<generatoritem id="Text%(id)s">
|
|||
<mediatype>video</mediatype>
|
||||
</sourcetrack>
|
||||
<itemhistory>
|
||||
<uuid>$(uuid)s</uuid>
|
||||
<uuid>%(uuid)s</uuid>
|
||||
</itemhistory>
|
||||
</generatoritem>
|
||||
'''
|
||||
|
|
@ -185,7 +185,7 @@ fcp_footer = '''</xmeml>'''
|
|||
|
||||
sequence_template = '''
|
||||
<sequence id="%(id)s ">
|
||||
<uuid>$(uuid)s</uuid>
|
||||
<uuid>%(uuid)s</uuid>
|
||||
<updatebehavior>add</updatebehavior>
|
||||
<name>%(id)s</name>
|
||||
<duration>%(duration)s</duration>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue