Replies: 1 comment
-
Unfortunately, the current API does not provide a built-in method to deserialize a JSON file into a You can write your own marcro/library to accomplish the requested functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to create a job in MediaConvert using an existing JSON file?
I have a JSON file with a MediaConvert job (exported from MediaConvert).
Like here
I want to import it and obtain an instance of
aws_sdk_mediaconvert::types::JobSettings
, then use it to create a job.The main idea is to avoid specifying all the settings programmatically, as described in this link . It results in a lot of code, which becomes difficult to configure later.
Beta Was this translation helpful? Give feedback.
All reactions