AWS for M&E Blog

Tag: amazon translate

A new tool for creating multilingual subtitles: Content Localization on AWS

Producing high-quality, multilanguage subtitles for video content is a difficult business problem that is often labor intensive to solve. Good subtitles have the power to extend the reach of video content and increase understanding for all viewers, but high-quality subtitles often require teams to spend hours transcribing, subtitling, translating, reviewing, and correcting. Video content with […]

Image showing AWS Content Analysis workflow

Introducing the AWS Content Analysis Solution

The AWS Content Analysis solution is a fully automated content-based video search engine. It quantifies video content using AI services from AWS for computer vision and speech analysis, then catalogs videos so users can browse video collections according to specified search criteria. This solution provides automation that can dramatically reduce the human involvement needed to catalog video archives for search.

Screen capture of the Media Insights Engine interface with "Bienvenido" in the query bar to search the engine for relevant media assets

How to translate large text documents with Amazon Translate

This post describes how to split large text documents into chunks small enough to be processed by Amazon Translate. I’ll show you how to split documents without splitting words or sentences so source text remains grammatically correct, and I’ll demonstrate this with sample code that uses the Python NLTK library for detecting sentence boundaries. What […]