Automatically transcribe audio and video files stored in Amazon S3

It pulls every audio and video file from your S3 bucket and creates transcription jobs automatically.

How the work actually flows

A straight line. Runs once per each audio or video file.

Pattern: Sequence (1) ยท Multiple Instances without Synchronization (12)

flowchart TD trig(("run manually or on schedule")):::human s0[("list files from bucket")]:::store s1[["send file to transcribe"]]:::mi s2["produce written transcript"]:::svc trig --> s0 s0 -->|"one per each audio or video file"| s1 s1 --> s2 out[/"text transcript for every file"/]:::out pay{{"saves hours of manual typing"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
An outside serviceRuns once per itemA personA record or sheetResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Voice & PhoneImage & Media Processing
Connects
Amazon S3Amazon Transcribe

The problem it solves

You have hours of recorded calls, interviews, or video content sitting in cloud storage with no one available to type up what was said. Getting accurate transcripts usually means paying a service or spending your own evening replaying files and typing along.

Who it fits

Businesses that store recorded meetings, interviews, or media files in the cloud and need text versions of them.

How it works

  1. Runs whenever you start it, or on a schedule
  2. Pulls the list of files from your Amazon S3 bucket
  3. Sends each audio or video file to Amazon Transcribe
  4. Amazon Transcribe processes the file into a written transcript
What you get

Recordings queued for transcription without you starting each one

Every audio and video file sitting in your S3 bucket gets automatically queued for transcription, without you opening each file to start it.

What you get

A finished text transcript for each audio or video file in your S3 bucket.

What you need

An AWS account with S3 and Transcribe access.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook