Skip to content

Commit

Permalink
Merge pull request #2918 from ferdnyc/revert-faststart
Browse files Browse the repository at this point in the history
Revert "Set default multiplexing preset for exported media"
  • Loading branch information
ferdnyc committed Aug 4, 2019
2 parents 4dbf589 + d035737 commit 46c3022
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/windows/export.py
Expand Up @@ -830,9 +830,6 @@ 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 46c3022

Please sign in to comment.