---
title: "Get Video Info"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/video/getvideoinfo
markdown: https://docs.nodetool.ai/nodes/nodetool/video/getvideoinfo.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/video/getvideoinfo.md
---

# Get Video Info

**Type:** `nodetool.video.GetVideoInfo`

**Namespace:** `nodetool.video`

## Description

Get metadata about a video file including duration, resolution, frame rate, and codec.
    video, info, metadata, duration, resolution, fps, codec, analysis

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to analyze. | `{"type":"video","uri":"","asset_id":null,"data"...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| duration | `float` |  |
| width | `int` |  |
| height | `int` |  |
| fps | `float` |  |
| frame_count | `int` |  |
| codec | `str` |  |
| has_audio | `bool` |  |

## Related Nodes

Browse other nodes in the [nodetool.video](./) namespace.
