Azure-Samples / media-services-v3-dotnet

The projects in this repository show how to implement different Azure Media Services scenarios using the v3 version.
MIT License
58 stars 52 forks source link

Add more samples showing how to use Preset Overrides on Jobs #48

Closed johndeu closed 2 years ago

johndeu commented 3 years ago

The 5.0.0 SDK introduced the ability to override a Transform when submitting a Job. This can be very handy when you want to use a single Transform, but change a specific set of properties.

It would be great to collect a few use case scenarios where submitting a Job to override a Transform setting is useful.

I already added a scenario for this in the AudioAnalyzer sample. See the region - https://github.com/Azure-Samples/media-services-v3-dotnet/blob/678b608a51800f8035b9d7dc7a56c61be75ac038/AudioAnalytics/AudioAnalyzer/Program.cs#L134

If anyone has good ideas for more override samples, add them below.

johndeu commented 2 years ago

Closing this as resolved. We have preset override samples now. If folks think up more scenarios please add them