-threads 2 not working right now

This commit is contained in:
j 2011-02-24 11:36:00 +01:00
parent ecb23518f0
commit 01e9c28ff9

View file

@ -186,7 +186,7 @@ def stream(video, target, profile, info):
video_settings = ['-vn']
ffmpeg = FFMPEG2THEORA.replace('2theora', '')
cmd = [ffmpeg, '-y', '-threads', '2', '-i', video] \
cmd = [ffmpeg, '-y', '-i', video] \
+ audio_settings \
+ video_settings