summaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-04-02 01:29:44 +0700
committerSergey M․ <dstftw@gmail.com>2019-04-02 01:29:44 +0700
commitc0b7d11713e57b75189a38b3732aa217f149e5ef (patch)
treecc2c725cd5936c87451bdae664e12f65554eff52 /youtube_dl/YoutubeDL.py
parentefee62ac7f9f876d09a2ea9a6a3655780c165e31 (diff)
[YoutubeDL] Add ffmpeg_location to post processor options (closes #20532)
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 3b92acd97..57f52f888 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -309,6 +309,8 @@ class YoutubeDL(object):
The following options are used by the post processors:
prefer_ffmpeg: If False, use avconv instead of ffmpeg if both are available,
otherwise prefer ffmpeg.
+ ffmpeg_location: Location of the ffmpeg/avconv binary; either the path
+ to the binary or its containing directory.
postprocessor_args: A list of additional command-line arguments for the
postprocessor.