Can I merge subtitles with MP4 in AWS transcribe?

0

I created a transcription JSON file (not sure what I can do with it; but I am still learning) and SRT subtitles for MP4 file in S3 bucket. Now, I obviously want to merge the two, so I can show the video with subtitles. Can I do it inside Amazon Transcribe? I know there are third-party tools to do that; but I would prefer to have a single workflow to do everything. I couldn't find anything in the docs - just a very short section on how to generate subtitles.

UPDATE: I tried to create a job in AWS Elemental MediaConvert, and got the following error: Media target [1] cannot convert non-EIA-608 to EIA-608 (invalid conversion from SRT to Embedded attempted)

profile picture
virshu
질문됨 2년 전632회 조회
1개 답변
1

Hi,

You cannot do it directly from Transcribe, you would need to use AWS Elemental MediaConvert (Caption Selector, external file) to do that : https://docs.aws.amazon.com/mediaconvert/latest/ug/set-up-captions-in-outputs.html

Please refer to this document for a list of supported caption workflows for sidecar captions support : https://docs.aws.amazon.com/mediaconvert/latest/ug/sidecar-captions-support-tables-by-container-type.html. You can see that the supported caption output formats are all text-based (IMSC, WebVTT, TTML for example), not embedded like EIA-608.

You can automate this workflow using EventBridge to trigger the MediaConvert job as soon as the Transcribe job is finished : https://aws.amazon.com/eventbridge/features/

AWS
Pedro_F
답변함 2년 전

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

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

질문 답변하기에 대한 가이드라인

관련 콘텐츠