-threads 2 not working right now
This commit is contained in:
parent
c5a3298144
commit
71bf50806d
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def video(video, target, profile, info):
|
|||
else:
|
||||
audio_settings = ['-an']
|
||||
|
||||
cmd = ['ffmpeg', '-y', '-threads', '2', '-i', video] \
|
||||
cmd = ['ffmpeg', '-y', '-i', video] \
|
||||
+ audio_settings \
|
||||
+ video_settings \
|
||||
+ ['-f','webm', target]
|
||||
|
|
Loading…
Reference in a new issue