MP4 to Text: Turning Sermon Video Into a Transcript
How to convert an MP4 sermon video into a usable transcript: whether to extract the audio first, what file size limits mean in practice, why some MP4 files get rejected, and how to fix each failure.
# MP4 to Text: Turning Sermon Video Into a Transcript
Most churches record video and want text. MP4 is the container almost every camera, phone, and streaming encoder produces, so this is the most common starting point there is.
The good news: you usually do not need to convert anything. The complications are file size and, occasionally, what is actually inside the container.
How do I convert MP4 to text?
Three routes, in order of how much work they take:
1. Upload the MP4 directly to a transcription tool. Most modern tools accept video and pull the audio track themselves. This is one step and it is the right default. Our MP4 transcription page does exactly this, and video to text covers the other video containers.
2. Extract the audio first, then transcribe. Worth doing when the file is too large to upload, when your tool only takes audio, or when your upload is slow. A one-hour service recorded at 1080p can easily be a multi-gigabyte file whose audio track is under 50 MB. Extraction is the difference between a five-second upload and a failed one.
3. Use the platform's captions if the video is already published. If the sermon is on YouTube, the automatic caption track already exists and is free. It is a draft rather than a finished transcript, but it costs nothing to check.
For route 2, the standard tool is ffmpeg, which is free and available on every platform:
ffmpeg -i sermon.mp4 -vn -acodec libmp3lame -ar 16000 -ac 1 -b:a 64k sermon.mp3
That strips video, downmixes to mono, resamples to 16 kHz, and encodes at 64 kbps. Speech recognition does not benefit from stereo or from a sample rate above 16 kHz, so this loses nothing that matters and typically shrinks a multi-gigabyte video to well under 50 MB. If you would rather not use a command line, most video editors and several free desktop converters will export audio only.
Can I transcribe video directly?
Yes, with most tools, and it is the simpler path when the file is small enough.
What "small enough" means varies by service, so check the specific limit rather than assuming. Our own uploader accepts files up to 150 MB, which comfortably covers audio recordings and modest video files, and is easily exceeded by an hour of high-bitrate 1080p video. That is the case where extracting audio first turns a failure into a routine upload.
Two other things worth knowing about video specifically:
Nothing in the video is used. Transcription reads the audio track only. Slides on screen, lyrics, and scripture text displayed for the congregation do not appear in the transcript. If a portion of your service is a video with on-screen text and no narration, expect silence there.
Two-camera and multitrack recordings can carry more than one audio track. Most tools take the first one. If your first track is a camera mic and your second is the board feed, you may be transcribing the worse source without realizing it. Check in a media player that shows track selection.
Do I need to extract the audio first?
Only in these situations:
- The file exceeds the size limit. The most common reason by far.
- The upload keeps timing out. A slow church internet connection plus a two-gigabyte file is a bad combination even when the limit allows it.
- The tool accepts audio only. Some do.
- You want to trim first. Cutting the twenty-five minutes of music before the sermon is often the fastest way to get under a limit, and it also removes material that would produce noise in your transcript.
If none of those apply, upload the MP4 and move on.
A note on trimming, since it solves two problems at once: transcribing the whole service means the transcript includes announcements, songs, and the offering, all of which the recognizer will attempt to render as words. Trimming to the sermon before uploading gives you a cleaner transcript and a smaller file in the same step.
What is the file size limit?
For our uploader, 150 MB. Other services set theirs differently, and several transcription APIs underneath these products have their own per-request limits, which is why tools split long files into chunks internally.
What actually produces failures in practice, in rough order of frequency:
1. A large video file. Solved by audio extraction or trimming, as above.
2. A container that is not what the extension says. A file named .mp4 that is actually an MPEG program stream, or a .mov renamed by hand, may be rejected or fail during processing. Some cameras and older streaming boxes produce files typed as video/mpeg, which is a different format from MP4 even when the filename suggests otherwise. Re-encoding with ffmpeg to a standard MP4 or straight to MP3 resolves this every time.
3. A file with no audio track. Rare, but it happens with screen recordings and some export presets. Play it back with sound before uploading.
4. A partial or still-uploading file. Copying a video off a camera card or out of a cloud sync folder while it is still transferring produces a file that looks complete and is not. Wait for the transfer to finish.
If an upload fails, the fastest universal fix is the ffmpeg command above: it produces a small, standard MP3 from almost anything, and a small standard MP3 is accepted essentially everywhere.
The workflow that works weekly
- Record the service to video as you already do.
- Trim to the sermon in whatever editor you use for clips. Two minutes.
- Export audio only, or upload the trimmed video if it is under the limit.
- Transcribe.
- Read the scripture citations and proper nouns once against the audio. Ten minutes.
- Publish the transcript on your own site alongside the video.
Step 6 is what makes this worth doing. The video is discoverable only by people who already know your church exists. The text is discoverable by people who searched a phrase from the sermon.
If your recordings are audio rather than video, particularly phone or voice memo recordings, M4A to text covers that path and its own size quirks.
Frequently Asked Questions
Free Guide + Free First Sermon
Get the Sunday-to-Social Flywheel
A one-page playbook for turning every Sunday sermon into a week of blog posts, clips, and social content — plus your first full sermon transcribed free (up to 90 minutes) to get started.
One email. Unsubscribe anytime.
Ready to transcribe your sermons?
Try it free — transcribe one full sermon at no cost, up to 90 minutes. See the quality for yourself.
Start Free TranscriptionNo credit card required