set_video_frame_rate
Adjust the frame rate of a video while preserving the audio stream. Specify input and output paths along with the desired frame rate to process and save the modified video.
Instructions
Sets the frame rate of a video, attempting to copy the audio stream. Args: input_video_path: Path to the source video file. output_video_path: Path to save the video with the new frame rate. frame_rate: Target video frame rate (e.g., 24, 30, 60). Returns: A status message indicating success or failure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
frame_rate | Yes | ||
input_video_path | Yes | ||
output_video_path | Yes |