Skip to content

Commit 4a9d888

Browse files
committed
Merge branch 'livetranscode-crf' into 'master' (merge request !97)
新增crf参数
2 parents 7af5453 + 24cb28b commit 4a9d888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci_media.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4047,6 +4047,7 @@ type LiveTanscodeVideo struct {
40474047
Bitrate string `xml:"Bitrate,omitempty"`
40484048
Gop string `xml:"Gop,omitempty"`
40494049
Maxrate string `xml:"Maxrate,omitempty"`
4050+
Crf string `xml:"Crf,omitempty"`
40504051
}
40514052

40524053
type LiveTanscodeTransConfig struct {

0 commit comments

Comments
 (0)