Community Unverified: Video to Text Transcription
detail.loadingPreview
Transcribes audio from a video file using an external API.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow reads a video file from disk and sends it to an external API for audio transcription. It's designed for community-contributed templates and is currently unverified.
Key Features
- Reads binary data from a specified file path.
- Sends the file as multipart/form-data to an HTTP endpoint.
- Utilizes environment variables for API base URL.
- Configurable transcription model.
How To Use
- Ensure you have a video file at the path specified in the 'Read/Write Files from Disk' node (e.g.,
/files/tmp/tst1.mp4). - Configure the
API_BASE_URLenvironment variable with the endpoint for your transcription service. - Set up and authenticate the 'Eleven Labs' credential in n8n with the necessary API key.
- Trigger the workflow manually to start the transcription process.
Apps Used
Workflow JSON
{
"id": "6af3b328-c13b-4207-bdc8-98520ef196af",
"name": "Community Unverified: Video to Text Transcription",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 6af3b328-c13b...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Template: Unverified Email Verification
Verifies if an email address is deliverable using an external service.
Community Contributed Template Converter (Unverified)
Converts various file formats to PDF using an external API.
Community Credentials Transfer
Transfer credentials between n8n instances.
FileMaker Data API Contacts (Unverified)
Retrieves sample contact data from a FileMaker Data API simulation.
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.
Community Unverified PDF Conversion
This template allows community users to convert files to PDF/A format.