내용으로 건너뛰기

Create MD5 Checksum with Mediaconvert

0

Hi,

when transcoding content via Mediaconvert, is it possible for the service to calculate and store md5 checksums for each produced output?

질문됨 3년 전156회 조회
1개 답변
0

The MediaConvert service does not internally support this however the larger AWS environment can easily do this.

Any S3 bucket can be configured to emit S3 File events when a new file arrives --including when MediaConvert delivers new output files. These S3 File Events can trigger various actions such as a Lambda Function, which can compute the Md5 hash of the target file and record that has value somewhere, such as a key/value pair Tag on the new file, or a database table etc.

This tutorial covers the S3 File Events-->Lamba workflow: https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html

Alternatively you could run the md5 compute/tag process in a batch operation or once-daily job, depending on requirements or preference.

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.