Skip to content

Commit

Permalink
Add quality param to profile (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Dec 13, 2023
1 parent dd87e78 commit 462ef3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Expand Up @@ -163,6 +163,7 @@ type (
Width int `json:"width,omitempty"`
Height int `json:"height,omitempty"`
Bitrate int `json:"bitrate,omitempty"`
Quality int `json:"quality,omitempty"`
Fps int `json:"fps"`
FpsDen int `json:"fpsDen,omitempty"`
Gop string `json:"gop,omitempty"`
Expand Down

0 comments on commit 462ef3e

Please sign in to comment.