[ffmpeg] Add --ffmpeg-location

This commit is contained in:
Philipp Hagemeister 2015-02-13 11:14:01 +01:00
parent c80b9cd280
commit 73fac4e911
5 changed files with 80 additions and 31 deletions

View file

@ -735,6 +735,10 @@ def parseOpts(overrideArguments=None):
'--prefer-ffmpeg',
action='store_true', dest='prefer_ffmpeg',
help='Prefer ffmpeg over avconv for running the postprocessors')
postproc.add_option(
'--ffmpeg-location', '--avconv-location', metavar='PATH',
dest='ffmpeg_location',
help='Location of the ffmpeg/avconv binary; either the path to the binary or its containing directory.')
postproc.add_option(
'--exec',
metavar='CMD', dest='exec_cmd',