forked from 0x2620/pandora
-threads 2 not working right now
This commit is contained in:
parent
70c7f92e60
commit
16c8193c69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue