apparently the -n option is available only in ffmpeg

This commit is contained in:
Barbu Paul - Gheorghe 2012-12-23 20:20:19 +02:00
parent 0c0074328b
commit 3e6c3f52a9
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class FFmpegExtractAudioPP(PostProcessor):
acodec_opts = []
else:
acodec_opts = ['-acodec', codec]
if self._nopostoverwrites:
if self._nopostoverwrites and self._exes['ffmpeg']:
overwrite_opts = '-n'
else:
overwrite_opts = '-y'