1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

[fd/ffmpeg] Accept output args from info dict (#9278)

Authored by: bashonly
This commit is contained in:
bashonly
2024-03-29 18:16:46 -05:00
committed by GitHub
parent e5d4f11104
commit 9c42b7eef5
2 changed files with 5 additions and 2 deletions

View File

@ -246,7 +246,8 @@ class InfoExtractor:
* downloader_options A dictionary of downloader options
(For internal use only)
* http_chunk_size Chunk size for HTTP downloads
* ffmpeg_args Extra arguments for ffmpeg downloader
* ffmpeg_args Extra arguments for ffmpeg downloader (input)
* ffmpeg_args_out Extra arguments for ffmpeg downloader (output)
* is_dash_periods Whether the format is a result of merging
multiple DASH periods.
RTMP formats can also have the additional fields: page_url,