You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/media-services/latest/job-multiple-transform-outputs.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ ms.author: juliako
16
16
17
17
# Create a job with multiple transform outputs
18
18
19
-
This topic shows how to create a Transform with two outputs. The first output specifies to encode a video with adaptive bitrate streaming. The second output specifies to process the video with `AudioAnalyzerPreset`. Once you set up your transform you can submit a job that will process your video according to the transform. Since in this example we are specifying two Transform outputs, we must specify two Job outputs.
19
+
This topic shows how to create a Transform with two Transform Outputs. The first one calls for the input to be encoded for adaptive bitrate streaming with a built-in [AdaptiveStreaming](encoding-concept.md#builtinstandardencoderpreset) preset. The second one calls for the audio signal in the input video to be processed with the [AudioAnalyzerPreset](analyzing-video-audio-files-concept.md#built-in-presets). After the Transform is created, you can submit a job that will process your video accordingly. Since in this example we are specifying two Transform Outputs, we must specify two Job Outputs. You can choose to direct both Job Outputs to the same Asset (as shown below), or you can have the results be written to separate Assets.
20
+
20
21
21
22
> [!TIP]
22
23
> Before you start developing, review [Developing with Media Services v3 APIs](media-services-apis-overview.md) (includes information on accessing APIs, naming conventions, etc.)
0 commit comments