Hello,
Is there any v3 API which can be used to stitch videos(concatenate videos). I tried creating a Job using Create - Job API(https://docs.microsoft.com/en-us/rest/api/media/jobs/create)
with "properties.input" as "JobInputs" and supplying array of "JobInputAsset", still
I get below error in Job:
An error has occurred. Stage: AnalyzeInputMedia. Code: Microsoft.Cloud.Media.Encoding.PresetException. Microsoft.Cloud.Media.Encoding.PresetException:
Preset ERROR: There are 2 input assets. Preset has 2 Source but does NOT specify AssetID for each Source
But in the documentation of Create - Job API there is no option for supplying Asset ID. Please help me out.
Regards,
Navaneeth