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

AWS Lambda is ending support for Python 3.6, so all references to Python 3.6 should be removed from MIE. This follows Python 3.6 End-Of-Life (EOL) reached on December 23, 2021...

chore

The state machines don’t take advantage of [Service Integration](https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html). It is important for numbers of reasons: * Cost optimization: Step Functions is charged by numbers of State Transitions and Lambda...

**Describe the bug** Originally reported on Gitter: https://gitter.im/awslabs/aws-media-insights-engine#:~:text=Hey%20chaps%2C%20another,something%20like%20this%3A After adding 3 custom operators to the operator stack, the workflow API custom resource returns the following error: ```Exception An error occurred...

bug

**Describe the bug** When deleting an asset via the dataplane api, everything connected should be erased, also the workflow execution data inside the mieWorkflowExecution dynamo-db table. Currently the data only...

bug

**Describe the bug** I want to only create translated subtitles of my video assets and integrate this workflow to my Media Supply Chain. I used the workflow defined in https://github.com/aws-samples/aws-media-insights-content-localization...

bug

I'm getting the following error when deploying Content Localization with MIE v4.0.0. This is logged in the MIE Media-Insights-WorkflowApi-WorkflowCustomResource Cloudwatch log: `An error occurred (InvalidLoggingConfiguration) when calling the CreateStateMachine operation:...

bug

L929 media-insights-stack.yaml StageExecutionRole L61 workflow app.py L1252 workflow app.py

invalid

**Describe the bug** When I run the Content Localization application workflow with MIE v4.0.1, the size of the proxy encode generated for a ~400MB input video is 1.1G. In the...

bug

**Describe the bug** Transcribe fails when AWS account has enabled the following opt-out: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html start_transcribe.py line 162 throws this error: ``` 'An error occurred (BadRequestException) when calling the StartTranscriptionJob operation:...

bug

Currently the build script fails if users don't create a destination bucket first. All the commands for deployment, such as making the bucket and copying CF templates and lambda code...

bug