Job TreeNavigate the job tree to view your child job details
Loading job tree...
Given a video or audio, generate a title, chapters, summary, tags, and highlights.
Code
ready
Outputs
waiting for outputs
Logs
listening for logs...
README

Transcript Analyzer

This app offers a comprehensive solution for extracting valuable information from video or audio files. It automatically generates titles, chapters, summaries, and tags, enhancing the accessibility and discoverability of your media content. This tool is particularly useful for content creators, marketers, and educational purposes, providing insights and structured data that can improve content engagement and understanding.

IMPORTANT (August 30, 2024): This function will significantly change over the next three weeks. If you have integrated this into your production code, please fix the version by passing it in as part of the function name to either the API or the SDK. We have posted an example function slug with version specifications below.

sieve/video_transcript_analyzer:e57d5a3

For pricing, click here.

For detailed notes, click here.

Key Features

  • Title Generation: Creates a concise and relevant title for your media file based on its content, with a maximum length of 10 words.
  • Chapter Generation: Automatically divides the content into chapters, making it easier to navigate through different sections of the video or audio.
  • Summary Creation: Produces a summary of the main points covered in the media file, with a customizable maximum sentence length.
  • Tagging: Generates tags related to the content, aiding in searchability and categorization.
  • Audio Denoising: Improves transcription accuracy by denoising audio tracks before processing.
  • Highlight Extraction: Identifies and extracts highlights based on predefined search phrases, with adjustable maximum duration.

Pricing

Note (August 30, 2024): The pricing will change in the coming weeks. You can check the price of your job via the usage table or via API.

Pricing for this function is compute based.

As an example, this 1-minute long audio with default input values cost us $0.0039.

Notes

Parameters:

  • input: Video or audio file.
  • max_summary_length: Maximum number of sentences in the summary. Default is 5.
  • max_title_length: Maximum number of words in the title. Default is 10.
  • num_tags: Number of tags to generate. Default is 5.
  • generate_chapters: Option to generate chapters. Default is True.
  • denoise_audio: Option to denoise audio for better transcription accuracy. Default is True.
  • generate_highlights: Option to generate highlights based on specific phrases. Default is True.
  • highlight_search_phrases: Topics or phrases for highlight extraction.