FIX: Added Missing MaxBitrate
Build, Push and Deploy CMS / build-push-deploy (push) Successful in 1m58s

This commit is contained in:
FahdShalhoub
2026-08-16 20:45:08 +03:00
parent a558a0fe88
commit c0d4401f4a
+1
View File
@@ -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),
},
},
},