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

# Advanced Operations

> Complex video processing workflows

Advanced video processing operations for clipping and workflows.

## Endpoints

<CardGroup cols={2}>
  <Card icon="scissors" title="Clip Video" href="/api-reference/videos/advanced/create_video_clip">
    Create video clips
  </Card>

  <Card icon="play" title="Run Workflow" href="/api-reference/videos/advanced/create_video_workflow">
    Execute processing workflow
  </Card>

  <Card icon="expand" title="Reframe Video" href="/api-reference/videos/advanced/reframe_video">
    Reframe to different aspect ratio
  </Card>

  <Card icon="clock" title="Get Reframe Status" href="/api-reference/videos/advanced/get_reframe_status">
    Check reframe job progress
  </Card>
</CardGroup>
