convert_video_format
Convert video files to specified formats by providing input and output paths. Supports formats like MP4, MOV, and AVI, ensuring compatibility for playback or editing needs.
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 |