about summary refs log tree commit diff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-06-29 01:09:14 +0700
committerSergey M․ <dstftw@gmail.com>2018-06-29 01:09:14 +0700
commitd4a24f4091a622b808ff621e78b5cfd0db3c8c11 (patch)
tree9c482539a5fc091a7ecd4f63b2171bcce06ef559 /youtube_dl/YoutubeDL.py
parentacbd0ff5df5ff9d69e6707ea4fa3e3b4f9cc6528 (diff)
downloadyoutube-dl-d4a24f4091a622b808ff621e78b5cfd0db3c8c11.tar.gz
youtube-dl-d4a24f4091a622b808ff621e78b5cfd0db3c8c11.tar.xz
youtube-dl-d4a24f4091a622b808ff621e78b5cfd0db3c8c11.zip
Prefer ffmpeg over avconv by default (closes #8622)
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 2a405c5ca..38ba43a97 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -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.