1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-01 19:42:52 -05:00

Prefer ffmpeg over avconv by default (closes #8622)

This commit is contained in:
Sergey M․
2018-06-29 01:09:14 +07:00
parent acbd0ff5df
commit d4a24f4091
3 changed files with 12 additions and 12 deletions

View File

@ -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.