Skip to main content

A Python package for creating video descriptions by analyzing and extracting significant frames.

Project description

PyPI version License: MIT Downloads LinkedIn

Frame Story

FrameStory is a Python package designed for extracting and describing significant frames from videos. Leveraging state-of-the-art machine learning models, it can provide detailed descriptions of video content, making it a powerful tool for content analysis, accessibility, and summarization.

Installation

To install FrameStory, you can use pip:

pip install FrameStory

Usage

Using FrameStory is straightforward. Below are examples demonstrating how to extract and describe significant frames from videos with various parameters.

Describing Video by URL

from frame_story.video_describer import VideoDescriber

video_url = "https://example.com/video.mp4"
describer = VideoDescriber(show_progress=True)
descriptions = describer.get_video_descriptions(video_url=video_url)
print(descriptions)

Describing Video from Local Path

video_path = "/path/to/your/video.mp4"
describer = VideoDescriber(show_progress=True, max_tokens=50)
descriptions = describer.get_video_descriptions(video_path=video_path)
print(descriptions)

Customizing Extraction Threshold

The extract_significant_frames method allows you to customize the threshold for what constitutes a "significant" change between frames.

video_url = "https://example.com/video.mp4"
describer = VideoDescriber(threshold=25000)
descriptions = describer.get_video_descriptions(video_url=video_url)
print(descriptions)

These examples demonstrate the versatility of frame_story in processing videos from different sources and with various levels of detail in descriptions.

Features

  • Extraction of significant frames from videos for detailed analysis.
  • Generation of descriptive text for each significant frame using state-of-the-art image captioning models.
  • Support for videos from URLs or local file paths.
  • Customizable settings for progress display, description length, and frame extraction threshold.
  • Easy to integrate into Python projects for content analysis, summarization, and accessibility applications.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

framestory-2025.4.231619.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

framestory-2025.4.231619-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file framestory-2025.4.231619.tar.gz.

File metadata

  • Download URL: framestory-2025.4.231619.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.11

File hashes

Hashes for framestory-2025.4.231619.tar.gz
Algorithm Hash digest
SHA256 a86d20bf1cfe8b5a99a548a68e4a0e7a2d03b122e8d02edd86b8b0f33ac94ae4
MD5 2b5834b5e24fde17905385da2bc36a49
BLAKE2b-256 d11bbaa9370f72a129eddb680b73a79f3e99a1c6e08e2f037a64a40b7ff42454

See more details on using hashes here.

File details

Details for the file framestory-2025.4.231619-py3-none-any.whl.

File metadata

File hashes

Hashes for framestory-2025.4.231619-py3-none-any.whl
Algorithm Hash digest
SHA256 0a3218f459535ab720d5f7d2b9dc692f80b7ebd2baabf9e36d99a9dd392193e7
MD5 fbb31778d95b052852d8e1555438338b
BLAKE2b-256 16d7aefc7b9639560a5e39211cbda3d158e4755f528ffb95a0396f8e0debcdc3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page