No, let's say I have a set of videos I've already broken down into frames, that have a specific partition structure, eg:
s3://my-path/parent_id={}/child_id={}
Where the parent_id holds a set frames partitioned by a specific set of ID's. This is for performance reasons doing sagemaker inference (if I uploaded a 25 minute video and tried to do inference on all the frames, that would be very time consuming without splitting the jobs parallel)
Hello, i want to use the MIE API to execute a workflow with a video which is in S3 and I get a 500. How should the media object be specified?
I use the following Code:
headers = {"Content-Type": "application/json", "Authorization": IdToken}
response = http.request('POST', workflow_api_endpoint+'workflow/execution', body=data.encode('utf-8'), headers=headers)
json.loads(response.data.decode('utf-8'))
{'Code': 'ChaliceViewError',
'Message': "ChaliceViewError: Exception ''S3Bucket''"}
{
...,
"Input":
{"Media":
{"Video":
{"S3Bucket": "mie-dataplane-1yk436e309xh",
"S3Key":"Man_weiß_et_nich-TV_total_Nippel.mp4"}
}
}
}
In the https://github.com/awslabs/aws-media-insights-engine/blob/master/IMPLEMENTATION_GUIDE.md
Obtain a Cognito Token
First define the following environment variables. MIE_USERNAME and MIE_PASSWORD should have been emailed to the email address you specified when you deployed the stack. MIE_DEVELOPMENT_HOME should be the path to your aws-media-insights-engine/ development environment, such as /Users/myuser/development/aws-media-insights-engine/.
The MIE_DEVELOPMENT_HOME should be set to "/Users/myuser/development/aws-media-insights-engine/source" instead
"defaultTextSynthesisStage":{"Polly":{"Enabled":false}}
with no avail
We’ve developed a new application for transcribing and translating videos, using MIE. This new app enables users to control the tunable parameters in Transcribe and Translate. If you'd like to learn more about this application, register for the following webinar:
Oct 29, 2020 10:00 AM - 11:30 AM PDT, "Session 1: “Artificial” AI: Improving Subtitles with Human in-the-Loop Review".
MIE 2.0.1 was released today.
https://github.com/awslabs/aws-media-insights-engine/releases/tag/v2.0.1
This release introduces the ability to support human in the loop subtitle generation and editing workflows along with new mechanisms for performing automated builds, testing, and releases for faster release cycles. You can find additional details in the release notes.
MIE 2.0.2 was released today.
https://github.com/awslabs/aws-media-insights-engine/releases/tag/v2.0.2
This release includes bug fixes and developer usability improvements, such as:
We also have a new Github pages site that contains API reference documentation: