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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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