Ytdlp Recode
ytdlp_recodeDownloads a media URL and re-encodes the video to a target format using ffmpeg, defaulting to MP4. Use for format conversion with re-encoding.
Instructions
Download a media URL and re-encode the resulting video with ffmpeg, defaulting to MP4. Use when the user asks for a target video format and accepts re-encoding.
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 |