add Transcoder generalOptions. Fixes #550

This commit is contained in:
clinton-hall 2014-09-01 12:50:46 +09:30
parent c9d0a00789
commit 56d75e6eb3
3 changed files with 11 additions and 3 deletions

View file

@ -382,6 +382,8 @@ def buildCommands(file, newDir):
map_cmd.extend(['-map', n])
n += 1
if nzbtomedia.GENERALOPTS:
command.extend(nzbtomedia.GENERALOPTS)
command.extend(map_cmd)
command.extend(video_cmd)
command.extend(audio_cmd)