Ytdlp Remux
ytdlp_remuxDownload media from a URL and remux the container to MP4 using ffmpeg without re-encoding. Ideal for converting MKV or WebM files to MP4.
Instructions
Download a media URL and remux the resulting video container with ffmpeg, defaulting to MP4 without re-encoding. Use when the user asks to convert containers such as MKV/WebM to MP4.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| auth | No | ||
| dryRun | No | ||
| format | No | ||
| output | No | ||
| network | No | ||
| download | No | ||
| extractor | No | ||
| selection | No | ||
| subtitles | No | ||
| thumbnails | No | ||
| postprocess | No | ||
| sponsorblock | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No |