convert_video_format
Convert video files to a specified format (e.g., MP4, MOV, AVI) by providing source and output paths. Attempts to copy codecs for faster 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 |
|---|---|---|---|
| target_format | Yes | ||
| input_video_path | Yes | ||
| output_video_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |