mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-10 15:32:35 -07:00
add additional options to pass into ffmpeg. #1619
This commit is contained in:
parent
8c45e76507
commit
fd1149aea1
3 changed files with 12 additions and 1 deletions
|
@ -493,6 +493,8 @@ def build_commands(file, new_dir, movie_name, bitbucket):
|
|||
|
||||
if core.OUTPUTFASTSTART:
|
||||
other_cmd.extend(['-movflags', '+faststart'])
|
||||
if core.OTHEROPTS:
|
||||
other_cmd.extend(core.OTHEROPTS)
|
||||
|
||||
command = [core.FFMPEG, '-loglevel', 'warning']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue