Skip to content

Commit

Permalink
Lower quality value suggestion after further testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sturmen committed Jan 26, 2024
1 parent b47ef1b commit 325553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SpatialMediaKitTool/SpatialMediaKitTool.swift
Expand Up @@ -71,7 +71,7 @@ extension SpatialMediaKitTool {
@Option(name: .shortAndLong, help: "The right eye media file to merge.")
var rightFile: String

@Option(name: .shortAndLong, help: "Output video quality [0-100]. 75 is a good default value.")
@Option(name: .shortAndLong, help: "Output video quality [0-100]. 50 is a good default value.")
var quality: Int

@Flag(help: "Set the left file as the \"hero\" stream that is displayed when viewing in 2D.")
Expand Down

0 comments on commit 325553d

Please sign in to comment.