Fast Audio and Video Transcription avatar

Fast Audio and Video Transcription

Deprecated

Pricing

Pay per event

Go to Apify Store
Fast Audio and Video Transcription

Fast Audio and Video Transcription

Deprecated

Pay per use - fast - transcribe hours of audio and video files from URLs. Supports 99+ languages, any duration. Outputs both verbose (with timestamps) and plain text formats. Support URLs from: Supabase, Google Drive, Dropbox, Github, Notion and more

Pricing

Pay per event

Rating

5.0

(1)

Developer

Lofomachines

Lofomachines

Maintained by Community

Actor stats

1

Bookmarked

20

Total users

5

Monthly active users

19 days ago

Last modified

Share

🎙️ Audio & Video Transcription Actor

Transform hours of audio and video into accurate, searchable text in minutes.


⚡ Why Choose This Actor?

FeatureBenefit
🚀 Lightning FastProcess hours of audio 10x faster than real-time
🌍 99+ LanguagesAuto-detect or specify any of 99 supported languages
📁 Any SourceGoogle Drive, Dropbox, S3, Supabase, and 15+ cloud services
🎬 Audio & VideoMP3, WAV, MP4, WebM, M4A, and more
⏱️ TimestampsWord-level and segment timestamps for subtitles
💾 Memory EfficientHandle files up to 500MB without crashes

🎯 Perfect For

  • 🎧 Podcasters — Turn episodes into blog posts and show notes
  • 📹 Content Creators — Generate subtitles and captions automatically
  • 🏢 Businesses — Transcribe meetings, calls, and webinars
  • 🔬 Researchers — Build datasets from interviews and focus groups
  • 📚 Educators — Create searchable lecture archives

📊 Supported Formats

Audio Formats

FormatExtensionSupport
MP3.mp3✅ Full
WAV.wav✅ Full
M4A/AAC.m4a✅ Full
OGG Vorbis.ogg✅ Full
FLAC.flac✅ Full
MPEG Audio.mpeg, .mpga✅ Full

Video Formats (Audio Extraction)

FormatExtensionSupport
MP4.mp4✅ Full
WebM.webm✅ Full

☁️ Supported Cloud Sources

Paste a link from any of these services — we handle the conversion automatically:

📦 Cloud Storage

ServiceDirect Link SupportAuto-Convert
Google Drive✅ Converts /view to download
Dropbox✅ Converts ?dl=0 to ?dl=1
OneDrive✅ Auto-converts sharing links
Box✅ Converts to static link
iCloud⚠️ Requires direct link

🔧 Developer Platforms

ServiceDirect Link SupportNotes
AWS S3Public buckets
Google Cloud StoragePublic objects
Azure Blob StoragePublic containers
Backblaze B2Public files
Supabase StoragePublic buckets
Firebase StorageAuto-adds ?alt=media
CloudinaryDirect URLs

🌐 Other Sources

ServiceSupportNotes
GitHubAuto-converts blob to raw
AirtableAttachment URLs
NotionFollows S3 redirects
Any Direct URLHTTP/HTTPS links

🌍 99+ Supported Languages

Auto-detect any language or specify explicitly for better accuracy:


🚀 Quick Start

Run in Apify Console

  1. Paste your audio/video URL
  2. Select source language (or leave as "Auto-detect")
  3. Click Start and get your transcript!

📥 Input Parameters

ParameterTypeRequiredDefaultDescription
audioUrlstring✅ YesURL to audio/video file (supports cloud storage links)
sourceLanguagestringNoautoSource language code or auto for detection

📤 Output Format

{
"plain_text": "Full transcription as clean, readable text...",
"detected_language": "en",
"duration_seconds": 3600,
"audio_url": "https://example.com/audio.mp3",
"verbose": {
"language": "en",
"duration_seconds": 3600,
"segments": [
{
"id": 0,
"start": 0.0,
"end": 4.52,
"text": "Welcome to today's episode."
}
],
"words": [
{ "start": 0.0, "end": 0.48, "word": "Welcome" },
{ "start": 0.48, "end": 0.72, "word": "to" },
{ "start": 0.72, "end": 1.12, "word": "today's" },
{ "start": 1.12, "end": 1.56, "word": "episode" }
]
}
}

Export Options

  • JSON — Full structured data with timestamps
  • CSV — Tabular format for spreadsheets
  • Excel — Direct download for analysis
  • Plain Text — Clean transcript without metadata

💰 Pricing

Simple, transparent pay-per-use pricing:

Audio DurationCost
1 minute$0.10
10 minutes$1.08
1 hour$6.48

Rate: $0.0018 per second of audio processed

💡 Tip: Only pay for actual audio duration, not processing time!


⚙️ Technical Specifications

Performance

  • Processing Speed: Up to 10x faster than real-time
  • 📊 Accuracy: 95%+ for clear audio in supported languages

🔧 Troubleshooting

IssueSolution
"URL returned HTML"Ensure file is publicly shared (Google Drive: "Anyone with link")
Wrong language detectedSet sourceLanguage explicitly instead of auto
Processing timeoutIncrease Actor memory in run settings

📋 Use Cases & Examples

🎧 Podcast Transcription

{
"audioUrl": "https://podcast-cdn.com/episode-142.mp3",
"sourceLanguage": "auto"
}

📹 Video Subtitle Generation

{
"audioUrl": "https://storage.googleapis.com/bucket/video.mp4",
"sourceLanguage": "en"
}

🎤 Meeting Recording

{
"audioUrl": "https://drive.google.com/file/d/XXX/view",
"sourceLanguage": "auto"
}

🔒 Privacy & Compliance

  • Audio files are processed and immediately deleted
  • No data retention beyond the Actor run
  • GDPR-compliant processing
  • You control your data exports

⚠️ Important: Only process audio you have rights to use.


🤝 Support & Feedback

  • 🐛 Bug Reports: Use the Issues tab on the Actor page
  • 💡 Feature Requests: Open an Issue with your use case
  • 📧 Custom Integrations: Contact via Apify