[fd/ffmpeg] Accept output args from info dict (#9278)
Authored by: bashonly
This commit is contained in:
parent
e5d4f11104
commit
9c42b7eef5
2 changed files with 5 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue