Skip to content

Instantly share code, notes, and snippets.

@simonw
Created May 18, 2025 19:02
Show Gist options
  • Save simonw/27af84e4e533872bfd59fcba69b4166f to your computer and use it in GitHub Desktop.
Save simonw/27af84e4e533872bfd59fcba69b4166f to your computer and use it in GitHub Desktop.

2025-05-18T18:39:38 conversation: 01jvjb3x01b0wc47awhy9t94dk id: 01jvjb3hwrbm5pfga5avkn04de

Model: o4-mini

Prompt

import fitz
doc = fitz.open("input.pdf")
for page in doc:
    pix = page.get_pixmap(matrix=fitz.Matrix(300/72, 300/72))
    jpeg_bytes = pix.tobytes(output="jpg", jpg_quality=30)

Prompt fragments

c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
2445053ba6363fde66c9f27f4403aca25624f59051825bec34bed8ff7419463b
import os
import tempfile
import subprocess
import glob
from urllib.parse import urlparse, parse_qs
import llm


@llm.hookimpl
def register_fragment_loaders(register):
    register("video-frames", video_frames_loader)


def video_frames_loader(argument: str):
    """
    Fragment loader "video-frames:<path>?fps=N&timestamps=1"
    - extracts frames at `fps` per second (default 1)
    - if `timestamps=1`, overlays "filename hh:mm:ss" at bottom-right
    """
    # parse out path and query params
    parts = urlparse(argument)
    video_path = parts.path
    params = parse_qs(parts.query)
    fps = int(params.get("fps", ["1"])[0])
    timestamps = params.get("timestamps", ["0"])[0] in ("1", "true", "True")
    if not os.path.exists(video_path):
        raise ValueError(f"Video file not found: {video_path}")

    # prepare temp dir
    out_dir = tempfile.mkdtemp(prefix="llm_video_frames_")
    # base filename for overlay
    base_name = os.path.basename(video_path)

    # build ffmpeg filter
    vf_parts = [f"fps={fps}"]
    if timestamps:
        # overlay filename and timestamp (hh:mm:ss) at bottom-right
        timestamp_expr = r"%{pts\:hms}"  # → %{pts\:hms}
        text = f"{base_name} {timestamp_expr}"  # → "items.mov %{pts\:hms}"
        draw = (
            "drawtext=fontcolor=white:fontsize=24:box=1:boxcolor=black@0.5"
            f":text='{text}':x=w-tw-10:y=h-th-10"
        )
        vf_parts.append(draw)
    vf = ",".join(vf_parts)

    # output pattern
    pattern = os.path.join(out_dir, "frame_%05d.jpg")

    # run ffmpeg
    cmd = ["ffmpeg", "-v", "error", "-i", video_path, "-vf", vf, "-q:v", "2", pattern]
    try:
        subprocess.run(cmd, check=True)
    except subprocess.CalledProcessError as e:
        raise RuntimeError(f"ffmpeg failed: {e}")

    # collect frames
    files = sorted(glob.glob(os.path.join(out_dir, "frame_*.jpg")))
    attachments = [llm.Attachment(path=f) for f in files]
    return attachments
2c6a2392e92d5240e2b8720f2ff681f9c925840590b610663cffc4ef5b24820f
[project]
name = "llm-video-frames"
version = "0.1"
description = "LLM plugin to turn a video into individual frames"
readme = "README.md"
authors = [{name = "Simon Willison"}]
license = "Apache-2.0"
classifiers = []
requires-python = ">=3.9"
dependencies = [
    "llm>=0.25"
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project.urls]
Homepage = "https://github.com/simonw/llm-video-frames"
Changelog = "https://github.com/simonw/llm-video-frames/releases"
Issues = "https://github.com/simonw/llm-video-frames/issues"
CI = "https://github.com/simonw/llm-video-frames/actions"

[project.entry-points.llm]
video_frames = "llm_video_frames"

[project.optional-dependencies]
test = ["pytest"]
46b22c9ab6a17b50c3acda54238bbe7308515fceece990642165592d6ba1adb5
# llm-video-frames

[![PyPI](https://img.shields.io/pypi/v/llm-video-frames.svg)](https://pypi.org/project/llm-video-frames/)
[![Changelog](https://img.shields.io/github/v/release/simonw/llm-video-frames?include_prereleases&label=changelog)](https://github.com/simonw/llm-video-frames/releases)
[![Tests](https://github.com/simonw/llm-video-frames/actions/workflows/test.yml/badge.svg)](https://github.com/simonw/llm-video-frames/actions/workflows/test.yml)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/llm-video-frames/blob/main/LICENSE)

LLM plugin to turn a video into individual frames

## Installation

Install this plugin in the same environment as [LLM](https://llm.datasette.io/).
```bash
llm install llm-video-frames
```
Requires `ffmpeg` installed and available on the system `PATH`. On macOS, you can install it using Homebrew:
```bash
brew install ffmpeg
```

## Usage

The `llm-video-frames` plugin provides a [fragment loader](https://llm.datasette.io/en/stable/fragments.html#using-fragments-from-plugins) that extracts individual frames from a video file using `ffmpeg`.

You can use the `video-frames:` fragment prefix to turn a video into a series of image attachments.

### Fragment syntax

```
video-frames:<path>?fps=N&timestamps=1
```

- `<path>`: Path to the video file accessible to the environment where LLM runs.
- `fps=N`: (optional) Number of frames per second to extract. Defaults to `1` if omitted.
- `timestamps=1`: (optional) If set to `1`, overlays the filename and timestamp on each extracted frame in the bottom-right corner.

### Examples

Extract 1 frame per second (default) from `video.mp4`:

```bash
llm -f video-frames:video.mp4 'describe the key scenes in this video'
```

Extract 5 frames per second:

```bash
llm -f 'video-frames:video.mp4?fps=5' 'summarize the video'
```

Extract 2 frames per second with filename and timestamps overlayed on frames:

```bash
llm -f 'video-frames:video.mp4?fps=2&timestamps=1' 'list notable events with timestamps'
```

## Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:
```bash
cd llm-video-frames
python -m venv venv
source venv/bin/activate
```
Now install the dependencies and test dependencies:
```bash
python -m pip install -e '.[test]'
```
To run the tests:
```bash
python -m pytest
```
98769434d2c6001edd8f9cd236d0a137c37732d0796873c1c759927addfdf7fd
.venv
__pycache__/
*.py[cod]
*$py.class
venv
.eggs
.pytest_cache
*.egg-info
.DS_Store
.vscode
dist
build
ac2cf940d4287308a1e426b8ae175d5a342b633596585b97c7533d4229769f92
import os
import shutil
import pytest

# adjust this import path to wherever your loader code actually lives
from llm_video_frames import video_frames_loader

# skip entire module if ffmpeg is not installed
ffmpeg_path = shutil.which("ffmpeg")
if not ffmpeg_path:
    pytest.skip(
        "ffmpeg not found on PATH, skipping video frame extraction tests",
        allow_module_level=True,
    )


@pytest.fixture
def video_file_path(tmp_path):
    """
    Ensure there's a test.mp4 available.  We expect a small 2-second mp4
    sitting next to this test file at tests/test.mp4; if not found, we skip.
    """
    here = os.path.dirname(__file__)
    candidate = os.path.join(here, "test.mp4")
    if not os.path.exists(candidate):
        pytest.skip("test.mp4 not found in tests directory, skipping")
    return candidate


def cleanup_attachments(attachments):
    """
    Remove generated files and their parent temp directory.
    """
    if not attachments:
        return
    # attachments are llm.Attachment objects with .path
    out_dir = os.path.dirname(attachments[0].path)
    shutil.rmtree(out_dir)


def test_missing_file_raises_value_error():
    fake = "/path/does/not/exist.mp4"
    with pytest.raises(ValueError) as exc:
        video_frames_loader(fake)
    assert "Video file not found" in str(exc.value)


def test_default_fps_produces_two_frames(video_file_path):
    """
    Default is fps=1 on a 2-second video -> 2 frames
    """
    arg = f"video-frames:{video_file_path}"
    attachments = video_frames_loader(arg)
    try:
        paths = [a.path for a in attachments]
        assert len(paths) == 2, f"expected 2 frames, got {len(paths)}"
        for p in paths:
            assert os.path.exists(p), f"frame file missing: {p}"
            assert p.lower().endswith(".jpg")
    finally:
        cleanup_attachments(attachments)


@pytest.mark.parametrize(
    "fps, expected_count",
    [
        (1, 2),
        (2, 5),
    ],
)
def test_fps_parameter_changes_frame_count(video_file_path, fps, expected_count):
    arg = f"video-frames:{video_file_path}?fps={fps}"
    attachments = video_frames_loader(arg)
    try:
        paths = [a.path for a in attachments]
        assert (
            len(paths) == expected_count
        ), f"fps={fps} expected {expected_count} frames, got {len(paths)}"
    finally:
        cleanup_attachments(attachments)


def test_timestamps_overlay_does_not_change_count(video_file_path):
    """
    Turning on timestamps should not change the number of frames, just overlay text.
    """
    arg = f"video-frames:{video_file_path}?timestamps=1"
    attachments = video_frames_loader(arg)
    try:
        paths = [a.path for a in attachments]
        # still 2 frames at default fps=1
        assert len(paths) == 2
        # basic sanity: files exist and are non‐empty
        for p in paths:
            assert os.path.getsize(p) > 0
    finally:
        cleanup_attachments(attachments)
0a79b6614e205017c1e53a92ede4e2b6081e1065a14ef53670704274f114a3d2
name: Publish Python Package

on:
  release:
    types: [created]

permissions:
  contents: read

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
    steps:
    - uses: actions/checkout@v4
    - name: Install ffmpeg
      run: |
        sudo apt-get update
        sudo apt-get install -y ffmpeg
    - name: Set up Python ${{ matrix.python-version }}
      uses: actions/setup-python@v5
      with:
        python-version: ${{ matrix.python-version }}
        cache: pip
        cache-dependency-path: pyproject.toml
    - name: Install dependencies
      run: |
        pip install -e '.[test]'
    - name: Run tests
      run: |
        python -m pytest
  deploy:
    runs-on: ubuntu-latest
    needs: [test]
    environment: release
    permissions:
      id-token: write
    steps:
    - uses: actions/checkout@v4
    - name: Set up Python
      uses: actions/setup-python@v5
      with:
        python-version: "3.13"
        cache: pip
        cache-dependency-path: pyproject.toml
    - name: Install dependencies
      run: |
        pip install setuptools wheel build
    - name: Build
      run: |
        python -m build
    - name: Publish
      uses: pypa/gh-action-pypi-publish@release/v1
2025683070b8ee66812d6584497b258fa3eb828087a2e22ee5ad5a8a15a658ce
name: Test

on: [push, pull_request]

permissions:
  contents: read

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
    steps:
    - uses: actions/checkout@v4
    - name: Install ffmpeg
      run: |
        sudo apt-get update
        sudo apt-get install -y ffmpeg
    - name: Set up Python ${{ matrix.python-version }}
      uses: actions/setup-python@v5
      with:
        python-version: ${{ matrix.python-version }}
        cache: pip
        cache-dependency-path: pyproject.toml
    - name: Install dependencies
      run: |
        pip install -e '.[test]'
    - name: Run tests
      run: |
        python -m pytest -vv

System

output llm_pdf_to_images.py which adds a pdf-to-images: fragment loader that converts a PDF to frames using fitz like in the example

Response

# llm_pdf_to_images.py

import os
import tempfile
import fitz
import glob
from urllib.parse import urlparse, parse_qs
import llm

@llm.hookimpl
def register_fragment_loaders(register):
    """
    Register the "pdf-to-images" fragment loader.
    Usage: pdf-to-images:/path/to/file.pdf?dpi=300&format=jpg&quality=80
    """
    register("pdf-to-images", pdf_to_images_loader)

def pdf_to_images_loader(argument: str):
    """
    Fragment loader "pdf-to-images:<path>?dpi=N&format=jpg|png&quality=Q"
      - dpi: render resolution (dots per inch), default 300
      - format: "jpg" (default) or "png"
      - quality: JPEG quality 1–100, default 80
    """
    parts = urlparse(argument)
    pdf_path = parts.path
    params = parse_qs(parts.query)

    # parse parameters
    dpi = int(params.get("dpi", ["300"])[0])
    img_format = params.get("format", ["jpg"])[0].lower()
    quality = int(params.get("quality", ["80"])[0])

    if not os.path.exists(pdf_path):
        raise ValueError(f"PDF file not found: {pdf_path}")

    # open PDF
    doc = fitz.open(pdf_path)

    # compute scale matrix
    scale = dpi / 72.0
    matrix = fitz.Matrix(scale, scale)

    # prepare output directory
    out_dir = tempfile.mkdtemp(prefix="llm_pdf_to_images_")

    attachments = []
    for page_number, page in enumerate(doc, start=1):
        pix = page.get_pixmap(matrix=matrix)

        if img_format in ("jpg", "jpeg"):
            image_bytes = pix.tobytes(output="jpg", jpg_quality=quality)
            ext = "jpg"
        elif img_format == "png":
            image_bytes = pix.tobytes(output="png")
            ext = "png"
        else:
            raise ValueError(f"Unsupported image format: {img_format}")

        out_name = f"page_{page_number:03d}.{ext}"
        out_path = os.path.join(out_dir, out_name)
        with open(out_path, "wb") as img_file:
            img_file.write(image_bytes)

        attachments.append(llm.Attachment(path=out_path))

    return attachments

Token usage:

5,056 input, 1,368 output, {"completion_tokens_details": {"reasoning_tokens": 832}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment