-threads 2 not working right now

This commit is contained in:
j 2011-02-24 11:35:25 +01:00
parent c5a3298144
commit 71bf50806d
1 changed files with 1 additions and 1 deletions

View File

@ -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]