Operations
Remove audio
Remove the audio track from a video.
POST /remove-audio
Content-Type: application/json
{
"fileId": "string",
"outputFormat": "mp4" | "mkv" | "webm" | "mov" | "avi",
"mode": "replace" | "append"
}Technical Details:
- Mode defaults to
replace - Uses FFmpeg's
-anflag to strip audio - Preserves video quality
- Fast operation as it only removes audio stream