popcorn_read
Read files from a video analysis bundle, using line ranges or transcript timestamps to retrieve specific content for AI-driven video analysis.
Instructions
Read a file from an analysis bundle with optional line slicing or transcript time filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to read. | |
| endSec | No | End time in seconds (transcript JSON filtering). | |
| endLine | No | 1-based line to stop reading. | |
| maxChars | No | Maximum characters to return. | |
| startSec | No | Start time in seconds (transcript JSON filtering). | |
| startLine | No | 1-based line to start reading. |