Prefer ffmpeg over avconv by default (closes #8622)
This commit is contained in:
parent
acbd0ff5df
commit
d4a24f4091
3 changed files with 12 additions and 12 deletions
|
@ -305,8 +305,8 @@ class YoutubeDL(object):
|
|||
http_chunk_size.
|
||||
|
||||
The following options are used by the post processors:
|
||||
prefer_ffmpeg: If True, use ffmpeg instead of avconv if both are available,
|
||||
otherwise prefer avconv.
|
||||
prefer_ffmpeg: If False, use avconv instead of ffmpeg if both are available,
|
||||
otherwise prefer ffmpeg.
|
||||
postprocessor_args: A list of additional command-line arguments for the
|
||||
postprocessor.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue