set_video_audio_track_bitrate
Adjust the audio bitrate of a video's audio track while preserving the video stream. Specify input and output paths along with the desired bitrate to optimize audio quality efficiently.
Instructions
Sets the audio bitrate of a video's audio track, attempting to copy the video stream. Args: input_video_path: Path to the source video file. output_video_path: Path to save the video with the new audio bitrate. audio_bitrate: Target audio bitrate (e.g., '128k', '192k'). Returns: A status message indicating success or failure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
audio_bitrate | Yes | ||
input_video_path | Yes | ||
output_video_path | Yes |