From 02901c7616609890edeb54f43c4f70fa2894db8d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 22 Apr 2013 13:41:16 +0200 Subject: [PATCH] add 1080p profile --- pandora_client/extract.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pandora_client/extract.py b/pandora_client/extract.py index 8647103..03f3189 100644 --- a/pandora_client/extract.py +++ b/pandora_client/extract.py @@ -92,6 +92,14 @@ def video_cmd(video, target, profile, info): profile, format = profile.split('.') bpp = 0.17 + if profile == '1080p': + height = 1080 + + audiorate = 48000 + audioquality = 6 + audiobitrate = None + audiochannels = None + if profile == '720p': height = 720