From 913b5b4c32c38f6482333382e9c6a8ca58530bac Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 27 Nov 2010 13:15:11 +0100 Subject: [PATCH] show ffmpeg output --- pandora_client/extract.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_client/extract.py b/pandora_client/extract.py index 5d158c8..f848856 100644 --- a/pandora_client/extract.py +++ b/pandora_client/extract.py @@ -133,8 +133,9 @@ def video(video, target, profile, info): print cmd #r = run_command(cmd, -1) - p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE) ''' + p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE) line = p.stderr.readline() while line: if line.startswith('frame='):