diff options
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
| -rw-r--r-- | youtube_dl/YoutubeDL.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 6b1962850..d40314ee5 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -156,6 +156,10 @@ class YoutubeDL(object):      the FileDownloader:      nopart, updatetime, buffersize, ratelimit, min_filesize, max_filesize, test,      noresizebuffer, retries, continuedl, noprogress, consoletitle + +    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.      """      params = None | 
