-threads 2 not working right now

This commit is contained in:
j 2011-02-24 11:36:00 +01:00
parent 70c7f92e60
commit 16c8193c69
1 changed files with 1 additions and 1 deletions

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