Skip to content

Commit

Permalink
Revert "Revert "Set default multiplexing preset for exported media""
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Aug 4, 2019
1 parent 46c3022 commit c22ddbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/windows/export.py
Expand Up @@ -830,6 +830,9 @@ def accept(self):
if "crf" in self.txtVideoBitRate.text():
w.SetOption(openshot.VIDEO_STREAM, "crf", str(int(video_settings.get("video_bitrate"))) )

# Muxing options for mp4/mov
w.SetOption(openshot.VIDEO_STREAM, "muxing_preset", "mp4_faststart")

# Open the writer
w.Open()

Expand Down

0 comments on commit c22ddbe

Please sign in to comment.