get_video_metadata
Extract video metadata including format, duration, resolution, and codec information from video files for analysis and processing.
Instructions
Function to extract metadata of the given input video.
Params: input_video_path (str): Path to the input video.
Returns: JSON of the video metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_video_path | Yes |