restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
|
@ -31,7 +31,7 @@ yt-dlp is a website media downloader. It can be used with [MPV](MPV.md).
|
|||
| -N, --concurrent-fragments N | Number of fragments of a dash/hlsnative video that should be downloaded concurrently |
|
||||
| -r, --limit-rate RATE | Maximum download rate in bytes per second, e.g. 50K or 4.2M |
|
||||
| -R, --retries RETRIES | Number of retries (default is 10) |
|
||||
| --downloader \[PROTO:]NAME | Name or path of the external downloader to use (optionally) prefixed by the protocols ([http](../../internet/HTTP.md), ftp, m3u8, dash, rstp, rtmp, mms) to use it for.<br>Currently supports native, aria2c, avconv, axel, [curl](../cli/curl.md), [ffmpeg](../../media/ffmpeg.md), [httpie](../development/HTTPie.md), wget. You can use this option multiple times to set different downloaders for different protocols.<br>E.g. --downloader aria2c --downloader "dash,m3u8:native" will use aria2c for [http](../../internet/HTTP.md)/ftp downloads, and the native downloader for dash/m3u8 downloads |
|
||||
| --downloader \[PROTO:]NAME | Name or path of the external downloader to use (optionally) prefixed by the protocols ([http](../../internet/HTTP.md), ftp, m3u8, dash, rstp, rtmp, mms) to use it for.<br>Currently supports native, aria2c, avconv, axel, [curl](../cli/network/curl.md), [ffmpeg](ffmpeg.md), [httpie](../development/HTTPie.md), wget. You can use this option multiple times to set different downloaders for different protocols.<br>E.g. --downloader aria2c --downloader "dash,m3u8:native" will use aria2c for [http](../../internet/HTTP.md)/ftp downloads, and the native downloader for dash/m3u8 downloads |
|
||||
|
||||
### Filesystem Options
|
||||
| Option | Description |
|
||||
|
@ -56,7 +56,7 @@ yt-dlp is a website media downloader. It can be used with [MPV](MPV.md).
|
|||
| ---------------------------- | --------------------------------------------------------------------------- |
|
||||
| -f, --format FORMAT | Video format code, see "FORMAT SELECTION" for more details |
|
||||
| -F, --list-formats | List available formats of each video. Simulate unless --no-simulate is used |
|
||||
| --merge-output-format FORMAT | Containers that may be used when merging formats, separated by "/", e.g. "mp4/[mkv](../../media/Matroska.md)". Ignored if no merge is required. (currently supported: avi, flv, [mkv](../../media/Matroska.md), mov, mp4, webm) |
|
||||
| --merge-output-format FORMAT | Containers that may be used when merging formats, separated by "/", e.g. "mp4/[mkv](../../files/media/Matroska.md)". Ignored if no merge is required. (currently supported: avi, flv, [mkv](../../files/media/Matroska.md), mov, mp4, webm) |
|
||||
|
||||
### Subtitle Options
|
||||
| Option | Description |
|
||||
|
@ -69,16 +69,16 @@ yt-dlp is a website media downloader. It can be used with [MPV](MPV.md).
|
|||
### Post-Processing Options
|
||||
| Option | Description |
|
||||
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| -x, --extract-audio | Convert video files to audio-only files (requires [ffmpeg](../../media/ffmpeg.md) and ffprobe) |
|
||||
| --audio-format FORMAT | Format to convert the audio to when -x is used. (currently supported: best (default), aac, alac, [flac](../../media/audio/FLAC.md), m4a, mp3, [opus](../../media/audio/Opus.md), vorbis, [wav](../../media/audio/WAV.md)) |
|
||||
| --remux-video FORMAT | Remux the video into another container if necessary (currently supported: avi, flv, [mkv](../../media/Matroska.md), mov, mp4, webm, aac, aiff, alac, [flac](../../media/audio/FLAC.md), m4a, mka, mp3, ogg, [opus](../../media/audio/Opus.md), vorbis, [wav](../../media/audio/WAV.md)) |
|
||||
| --embed-subs | Embed subtitles in the video (only for mp4, webm and [mkv](../../media/Matroska.md) videos) |
|
||||
| -x, --extract-audio | Convert video files to audio-only files (requires [ffmpeg](ffmpeg.md) and ffprobe) |
|
||||
| --audio-format FORMAT | Format to convert the audio to when -x is used. (currently supported: best (default), aac, alac, [flac](../../files/media/audio/FLAC.md), m4a, mp3, [opus](../../files/media/audio/Opus.md), vorbis, [wav](../../files/media/audio/WAV.md)) |
|
||||
| --remux-video FORMAT | Remux the video into another container if necessary (currently supported: avi, flv, [mkv](../../files/media/Matroska.md), mov, mp4, webm, aac, aiff, alac, [flac](../../files/media/audio/FLAC.md), m4a, mka, mp3, ogg, [opus](../../files/media/audio/Opus.md), vorbis, [wav](../../files/media/audio/WAV.md)) |
|
||||
| --embed-subs | Embed subtitles in the video (only for mp4, webm and [mkv](../../files/media/Matroska.md) videos) |
|
||||
| --embed-thumbnail | Embed thumbnail in the video as cover art |
|
||||
| --embed-metadata | Embed metadata to the video file. Also embeds chapters/infojson if present unless --no-embed-chapters/--no-embed-info-json are used |
|
||||
| --embed-chapters | Add chapter markers to the video file |
|
||||
| --embed-info-json | Embed the infojson as an attachment to [mkv](../../media/Matroska.md)/mka video files |
|
||||
| --embed-info-json | Embed the infojson as an attachment to [mkv](../../files/media/Matroska.md)/mka video files |
|
||||
| --convert-subs FORMAT | Convert the subtitles to another format (currently supported: ass, lrc, srt, vtt) |
|
||||
| --convert-thumbnails FORMAT | Convert the thumbnails to another format (currently supported: jpg, [png](../../media/image/PNG.md), webp) |
|
||||
| --convert-thumbnails FORMAT | Convert the thumbnails to another format (currently supported: jpg, [png](../../files/media/image/PNG.md), webp) |
|
||||
| --split-chapters | Split video into multiple files based on internal chapters. |
|
||||
|
||||
## OUTPUT TEMPLATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue