From 16c8193c6965eee2c4d89db88fa31ee53c5faaf8 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 24 Feb 2011 11:36:00 +0100 Subject: [PATCH] -threads 2 not working right now --- pandora/archive/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index 7a8ff755..5b4e3223 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -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