> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# vidjutsu extract

> Pull frames, audio, and metadata from any video. Server-side processing.

## Usage

```bash theme={null}
vidjutsu extract --video-url <url> [--frames auto] [--audio]
```

## Options

| Flag          | Required | Description                                                                                                         |
| ------------- | -------- | ------------------------------------------------------------------------------------------------------------------- |
| `--video-url` | Yes      | URL of the video to extract from                                                                                    |
| `--frames`    | No       | Frame extraction mode: comma-separated integers, `auto` (3 evenly spaced), or `last` (final frame). Default: `auto` |
| `--audio`     | No       | Also extract the audio track                                                                                        |

## Example

```bash theme={null}
vidjutsu extract --video-url https://cdn.vidjutsu.ai/uploads/mc_.../video.mp4 --frames auto --audio

Extracting...

Frames:    12 extracted (auto-selected keyframes)
Audio:     audio.wav (16kHz mono)
Duration:  14.2s
Resolution: 1080x1920
FPS:       30
```

## Rate limit

Counts toward the daily `extract` limit (100/day). Resets at 00:00 UTC; exceeding it returns HTTP 429.
