convert_video_format
Convert a video file to a desired format by specifying input and output paths. Use this tool for efficient video format transformation across formats like MP4, MOV, or AVI. Works with FFmpeg for reliable processing.
Instructions
Converts a video file to the specified target format, attempting to copy codecs first. Args: input_video_path: Path to the source video file. output_video_path: Path to save the converted video file. target_format: Desired output video format (e.g., 'mp4', 'mov', 'avi'). Returns: A status message indicating success or failure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_video_path | Yes | ||
output_video_path | Yes | ||
target_format | Yes |