media-insights-on-aws icon indicating copy to clipboard operation
media-insights-on-aws copied to clipboard

A serverless framework to accelerate the development of applications that discover next-generation insights in your video, audio, text, and image resources by utilizing AWS Machine Learning and Media...

Results 61 media-insights-on-aws issues
Sort by recently updated
recently updated
newest added

Allow for indexing of individual / batch of closed captioning files for assets. Potentially expose via API to allow for MAM integration, and Kibana for search ex: "Search this Phrase"...

feature

Applications may want to run workflows for an asset in chunks but store and retireve the asset metadata and derived assets as a single dataplane Asset or Media Object. ###...

feature

When I list operators using GET /workflow/operator or GET /workflow/operator/ I want to see a decription of the operator, the input parameters and types and the outputs and types. Also,...

feature

Right now, we are not using multi-part upload so we are limited by the API to 5G inputs.

feature

As an owner of an MIE installation, I want to have multiple users on the system, but I only want each user to see the data for the workflows they...

feature

The checkLabelDetection event is missing the top level AssetId key in the operator input event. This is likely due this operator using the deprecated **OutputHelper** object instead of the MediaInsightsOperationHelper....

bug

Several existing operators, such as the set of Rekognition operators are using the OutputHelper object to structure the JSON they pass to the next state in the operator step function....

chore

The generic data operator only works for data files in a format like Rekognition uses. If a user specifies a data file with a different JSON schema, then the generic...

chore

When operators are processing paged results, they process 10 pages at a time then output the next page's NextToken to the step function. The Step Function then calls a wait...

chore

In the implementation guide, document how to fetch paginated data from dataplane API. For example: curl -L -w "%{http_code} %{url_effective}\\n" -k -X GET -H 'Content-Type: application/json' -H 'Authorization: '$MIE_ACCESS_TOKEN "$DATAPLANE_API_ENDPOINT/metadata/ebb8d873-ae75-4b92-b632-1bc4b8f37c28/WebCaptions_en"...

documentation