Skip to content

Commit

Permalink
AWS Elemental MediaConvert Update: MediaConvert now supports specifyi…
Browse files Browse the repository at this point in the history
…ng the minimum percentage of the HRD buffer available at the end of each encoded video segment.
  • Loading branch information
AWS committed Oct 14, 2022
1 parent 57e6eaf commit f6d5f94
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Elemental MediaConvert",
"contributor": "",
"description": "MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment."
}
Original file line number Diff line number Diff line change
Expand Up @@ -5616,6 +5616,11 @@
"locationName": "gopSizeUnits",
"documentation": "Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize)."
},
"HrdBufferFinalFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferFinalFillPercentage",
"documentation": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage."
},
"HrdBufferInitialFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferInitialFillPercentage",
Expand Down Expand Up @@ -6055,6 +6060,11 @@
"locationName": "gopSizeUnits",
"documentation": "Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize)."
},
"HrdBufferFinalFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferFinalFillPercentage",
"documentation": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage."
},
"HrdBufferInitialFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferInitialFillPercentage",
Expand Down Expand Up @@ -6332,6 +6342,7 @@
},
"HlsAdMarkers": {
"type": "string",
"documentation": "Ad marker for Apple HLS manifest.",
"enum": [
"ELEMENTAL",
"ELEMENTAL_SCTE35"
Expand Down Expand Up @@ -9325,6 +9336,11 @@
"locationName": "gopSizeUnits",
"documentation": "Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames."
},
"HrdBufferFinalFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferFinalFillPercentage",
"documentation": "If your downstream systems have strict buffer requirements: Specify the minimum percentage of the HRD buffer that's available at the end of each encoded video segment. For the best video quality: Set to 0 or leave blank to automatically determine the final buffer fill percentage."
},
"HrdBufferInitialFillPercentage": {
"shape": "__integerMin0Max100",
"locationName": "hrdBufferInitialFillPercentage",
Expand Down

0 comments on commit f6d5f94

Please sign in to comment.