mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
add Transcoder generalOptions. Fixes #550
This commit is contained in:
parent
c9d0a00789
commit
56d75e6eb3
3 changed files with 11 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue