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 27, 2024
1 parent b47ef1b commit 6d7f516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ OPTIONS:
The left eye media file to merge.
-r, --right-file <right-file>
The right eye media file to merge.
-q, --quality <quality> Output video quality [0-100]. 75 is a good default value.
-q, --quality <quality> Output video quality [0-100]. 50 is a good default value.
--left-is-primary Set the left file as the "hero" stream that is displayed when viewing in 2D.
--right-is-primary Set the right file as the "hero" stream that is displayed when viewing in 2D.
--horizontal-field-of-view <horizontal-field-of-view>
Expand Down
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 6d7f516

Please sign in to comment.