Prefer ffmpeg over avconv by default (closes #8622)
[youtube-dl] / youtube_dl / YoutubeDL.py
index 2a405c5cac386d67b11dc0489dccf4ee68951c53..38ba43a977c1627f4d1f7a181c093477108ab959 100755 (executable)
@@ -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.