From: Sergey M․ Date: Mon, 1 Apr 2019 18:29:44 +0000 (+0700) Subject: [YoutubeDL] Add ffmpeg_location to post processor options (closes #20532) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=c0b7d11713e57b75189a38b3732aa217f149e5ef;p=youtube-dl [YoutubeDL] Add ffmpeg_location to post processor options (closes #20532) --- 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.