remux_video
Merge a WAV audio file with a registered video to create an MP4. Provide the video ID, audio path, and output path.
Instructions
Mux a WAV file onto a previously registered video.
Args:
video_id: Id from register_video or transcribe_audio.
audio_path: Local WAV (or other) file to encode as base64.
output_path: Where to write the MP4.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ||
| audio_path | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |