Audio And Video Transcriber (OpenAI GPT-4o-transcribe) avatar
Audio And Video Transcriber (OpenAI GPT-4o-transcribe)

Pricing

$5.00/month + usage

Go to Store
Audio And Video Transcriber (OpenAI GPT-4o-transcribe)

Audio And Video Transcriber (OpenAI GPT-4o-transcribe)

Developed by

Stan Van Rooy

Stan Van Rooy

Maintained by Community

Downloads videos from public URLs, extracts audio, and transcribes them using OpenAI

5.0 (1)

Pricing

$5.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

4 days ago

Video URLs

video_urlsarrayRequired

A list of public direct URLs to video files (e.g., MP4, MOV, AVI). Each URL will be processed individually.

OpenAI API Key

openai_api_keystringRequired

Your OpenAI API key for transcription services. This is treated as a secret and stored securely.

OpenAI Transcription Model

openai_modelEnumOptional

The OpenAI model for transcription. 'gpt-4o-mini-transcribe' is fast and cost-effective. 'gpt-4o-transcribe' may offer higher accuracy.

Value options:

"gpt-4o-mini-transcribe": string"gpt-4o-transcribe": string

Default value of this property is "gpt-4o-mini-transcribe"

Audio Language (Optional)

openai_transcription_languagestringOptional

The language of the audio in ISO-639-1 format (e.g., 'en' for English, 'es' for Spanish). If omitted, OpenAI attempts auto-detection.

Default value of this property is ""

Transcription Prompt (Optional)

openai_transcription_promptstringOptional

An optional text prompt to guide the model's style, vocabulary, or to correct specific words/names. Can significantly improve accuracy for domain-specific content.

Transcription Temperature

openai_transcription_temperaturestringOptional

Sampling temperature (0.0-1.0). Enter as a string, e.g., "0.2". Higher values make output more random; lower make it more deterministic. Default is "0.0".

Default value of this property is "0.0"

Maximum Concurrent Tasks

max_concurrent_tasksintegerOptional

The maximum number of videos to process in parallel. Adjust based on resources and API rate limits.

Default value of this property is 5

Maximum Retries per Video

max_retriesintegerOptional

Number of times to retry processing a video if an error occurs (e.g., download/API failure).

Default value of this property is 3