aws-solutions / media-insights-on-aws

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 services.
Apache License 2.0
248 stars 88 forks source link

Skip Polly and Transcribe if input text length is below the required minimum length #70

Closed ianwow closed 4 years ago

ianwow commented 5 years ago

The sample-video.mp4 file in tests/tests-parameterized-rekognition/test-media/ does not contain any audible speech. This causes tests which use the transcribe operator to fail.

aburkleaux-amazon commented 5 years ago

The the "rekognition" tests are going to be used for the MIE Application workflow testing, it would be more clear to rename them to show the tests go with the application workflows.

ianwow commented 5 years ago

Skip Polly and Transcribe if input text length is below the required minimum length. This is needed in case someone tried to process anything without audible speed, such as a music video, etc.

ianwow commented 4 years ago

Fixed in v0.1.6 https://github.com/awslabs/aws-media-insights-engine/releases/tag/v0.1.6