scale_video
Upscale video resolution to 1080p, 2K, or 4K while maintaining aspect ratio and color accuracy using FFmpeg processing.
Instructions
Upscales a video to 1080p, 2K, or 4K using FFmpeg while preserving aspect ratio and color accuracy.
Args: input_video_path (str): Path to the input video file. resolution (str, optional): Target resolution for upscaling. Acceptable values are '1080p', '2k', or '4k'. Defaults to '1080p'.
Returns: str: Path to the upscaled video if successful.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_video_path | Yes | ||
| resolution | No | 1080p |