Skip to content

Commit

Permalink
Remove colorSpace attribute in asset tag
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jul 14, 2022
1 parent 037d429 commit 5be1043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_editor/formats/final_cut_pro.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def fcp_xml(output: str, timeline: Timeline) -> None:
)
outfile.write(
f'\t\t<asset id="r2" name="{name}" start="0s" hasVideo="1" format="r1" '
f'hasAudio="1" audioSources="1" audioChannels="2" colorSpace="{colorspace}" '
'hasAudio="1" audioSources="1" audioChannels="2" '
f'duration="{fraction(total_dur, fps)}">\n'
)
outfile.write(
Expand Down

0 comments on commit 5be1043

Please sign in to comment.