Is it possible to check video on corruption witouth encoding?

0

I am using AWS Elastic Transcoder to encode videos from different formats to mp4. Also I have videos with mp4 extension as input at my application. I need to check all the videos on corruption before displaying them for user. Transcoder does it automatically for encoding jobs. I don't want to encode mp4 files and want to leave them as is, but I want to check them on corruption. Is it achivable by AWS Elastic Transcoder or any other AWS service?

質問済み 2年前359ビュー
3回答
0

Depending on what type of corruption you wish to check for, there are different tools that can be used. MediaInfo, an industry popular application, can provide metadata details on resolution, framerate, bitrate and other generic parameters. There are other 3rd party tools that can validate the actual video and audio within a file. These can be run manually or triggered automatically, yet take longer to run. Using Lambda functions, an file upload to an S3 bucket can trigger a Lambda function (or Step Function - a sequence of Lambdas) that calls MediaInfo to determine if/how to transcode the file.

Perhaps you could consider using MediaConvert instead of Elastic Transcode. MediaConvert is more powerful, provides better video quality and is less expensive. The above mentioned Lambda functions could be used to call one of several pre-defined MediaConvert Transcode Templates, based on metadata details that were discovered.

AWS
Mike-ME
回答済み 2年前
0

There's are quality control tools like this one you can buy. https://www.interrasystems.com/file-based-qc.php

回答済み 2年前
0

here two more QC tools:

Aurora and Vidchecker from Telestream - https://www.telestream.net/video/aurora.htm

Pulsar from Venera Technologies - https://www.veneratech.com/pulsar-automated-file-qc/

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ