Skip to content

Commit

Permalink
Fix xml for resolve, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed May 19, 2023
1 parent 9c1925c commit b514cf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "23.20.1"
version = "23w20a"
__version__ = "23.20.2"
version = "23w20b"
3 changes: 3 additions & 0 deletions auto_editor/formats/fcp7.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ def media_def(
ET.SubElement(rate, "timebase").text = f"{tb}"
ET.SubElement(rate, "ntsc").text = ntsc

# DaVinci Resolve needs this tag even though it's blank
ET.SubElement(filedef, "duration").text = ""

mediadef = ET.SubElement(filedef, "media")

if len(src.videos) > 0:
Expand Down

0 comments on commit b514cf6

Please sign in to comment.