Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@
"values": [
{
"value": "AdaptiveStreaming",
"description": "Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will will have video and audio in separate MP4 files, which is optimal for adaptive streaming."
"description": "Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will have video and audio in separate MP4 files, which is optimal for adaptive streaming."
},
{
"value": "AACGoodQualityAudio",
Expand Down Expand Up @@ -1090,7 +1090,7 @@
}
},
"type": "object",
"description": "Describes a list of of inputs to a Job."
"description": "Describes a list of inputs to a Job."
},
"JobInputAsset": {
"x-ms-discriminator-value": "#Microsoft.Media.JobInputAsset",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
"values": [
{
"value": "AdaptiveStreaming",
"description": "Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will will have video and audio in separate MP4 files, which is optimal for adaptive streaming."
"description": "Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will have video and audio in separate MP4 files, which is optimal for adaptive streaming."
},
{
"value": "AACGoodQualityAudio",
Expand Down Expand Up @@ -1091,7 +1091,7 @@
}
},
"type": "object",
"description": "Describes a list of of inputs to a Job."
"description": "Describes a list of inputs to a Job."
},
"JobInputAsset": {
"x-ms-discriminator-value": "#Microsoft.Media.JobInputAsset",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
},
{
"value": "AdaptiveStreaming",
"description": "Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will will have video and audio in separate MP4 files, which is optimal for adaptive streaming."
"description": "Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will have video and audio in separate MP4 files, which is optimal for adaptive streaming."
},
{
"value": "AACGoodQualityAudio",
Expand Down Expand Up @@ -921,7 +921,7 @@
],
"modelAsExtensible": true
},
"description": "The type of insights to be extracted. If not set then based on the content the type will selected. If the content is audi only then only audio insights are extraced and if it is video only."
"description": "The type of insights to be extracted. If not set then based on the content the type will selected. If the content is audio only then only audio insights are extracted and if it is video only."
}
},
"type": "object",
Expand Down Expand Up @@ -1129,7 +1129,7 @@
}
},
"type": "object",
"description": "Describes a list of of inputs to a Job."
"description": "Describes a list of inputs to a Job."
},
"JobInputAsset": {
"x-ms-discriminator-value": "#Microsoft.Media.JobInputAsset",
Expand Down