ffmpeg -nostdin is barely supported

This commit is contained in:
boyska 2014-03-02 01:17:35 +01:00
parent f7cfb3a3e5
commit 9673af1e70

View file

@ -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'
FORGE_TIMEOUT = 20
FORGE_MAX_DURATION = 3600*5
FFMPEG_OPTIONS = ['-loglevel', 'warning', '-n', '-nostdin']
FFMPEG_OPTIONS = ['-loglevel', 'warning', '-n']