ffmpeg -nostdin is barely supported
This commit is contained in:
parent
f7cfb3a3e5
commit
9673af1e70
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ AUDIO_INPUT_FORMAT = '%Y-%m/%d/rec-%Y-%m-%d-%H-%M-%S.mp3'
|
||||||
AUDIO_OUTPUT_FORMAT = 'techrec-%(time)s-%(name)s.mp3'
|
AUDIO_OUTPUT_FORMAT = 'techrec-%(time)s-%(name)s.mp3'
|
||||||
FORGE_TIMEOUT = 20
|
FORGE_TIMEOUT = 20
|
||||||
FORGE_MAX_DURATION = 3600*5
|
FORGE_MAX_DURATION = 3600*5
|
||||||
FFMPEG_OPTIONS = ['-loglevel', 'warning', '-n', '-nostdin']
|
FFMPEG_OPTIONS = ['-loglevel', 'warning', '-n']
|
||||||
|
|
Loading…
Reference in a new issue