FIX: Added Missing MaxBitrate
Build, Push and Deploy CMS / build-push-deploy (push) Successful in 1m58s
Build, Push and Deploy CMS / build-push-deploy (push) Successful in 1m58s
This commit is contained in:
@@ -59,6 +59,7 @@ func (svc MediaConvertConcrete) QueueEncodingJob(ctx context.Context, key string
|
||||
Codec: types.VideoCodecH264,
|
||||
H264Settings: &types.H264Settings{
|
||||
RateControlMode: types.H264RateControlModeQvbr,
|
||||
MaxBitrate: aws.Int32(5000000),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user