Hello N8N community,
I’m encountering an error when trying to use the OpenAI node to transcribe an audio file. Here are the details:
Setup
- Node: OpenAI (Transcribe a Recording operation)
- Input file: Video file (mp4, 104 KB)
- File field name: data
Error Message
The error says “Invalid file format. Supported formats: [‘flac’, ‘mp3’, ‘mp4’, ‘mpeg’, ‘mpga’, ‘ogg’, ‘wav’, ‘webm’]”
What I’ve tried
I’m trying to transcribe an audio file that is in the supported format (mp4), but the node is rejecting it. The file size is under the 25 MB limit mentioned in the node configuration.
Questions
- Is there something wrong with my configuration?
- Does the OpenAI node require any specific encoding for mp4 files?
- Has anyone successfully used this node with mp4 files?
Any help or suggestions would be greatly appreciated!
Thank you!