Skip to content

Commit 0348a38

Browse files
committed
Change channel count attrib
1 parent 0b16df3 commit 0348a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: auto_editor/formats/premiere.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def premiere_write_xml(ensure: Ensure, output: str, timeline: Timeline) -> None:
355355
aschar = ET.SubElement(audiodef, "samplecharacteristics")
356356
ET.SubElement(aschar, "depth").text = DEPTH
357357
ET.SubElement(aschar, "samplerate").text = str(samplerate)
358-
ET.SubElement(audiodef, "channelcount").text = "10"
358+
ET.SubElement(audiodef, "channelcount").text = "2"
359359

360360
if clip[2] != 1:
361361
clipitem.append(speedup(clip[2] * 100))

0 commit comments

Comments
 (0)