reduce video resolution a notch

This commit is contained in:
Sanj 2012-05-15 03:21:53 +05:30
parent 9dbd9d218e
commit e86eb2e096
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
'in': 0, //in point (float, in seconds) of clip
'out': 0, //out point of clip
'pandora_base': '//pad.ma/', //pandora instance from where to fetch video and image data
'resolution': '480p', //resolution of video (96p, 320p, or 480p)
'resolution': '480p', //resolution of video (96p, 240p, or 480p)
'width': '640', //display (css) width
'interval': 300, //interval (in ms) to run updatePlayer polling loop
'action': 'get', //action POST param to send to url

View File

@ -100,7 +100,7 @@
</span>
&nbsp;&nbsp; {{ talk.title }} {% if talk.presenter %} by {{ talk.presenter }} {% endif %}
{% for v in talk.videos.all %}
<div class="padmaVideo" data-pandora-id="{{ v.padmavideo.padma_id }}" data-pandora-in="{{ v.time_in }}" data-pandora-out="{{ v.time_out }}" data-pandora-layers="transcripts" data-pandora-width="480"></div>
<div class="padmaVideo" data-pandora-id="{{ v.padmavideo.padma_id }}" data-pandora-in="{{ v.time_in }}" data-pandora-out="{{ v.time_out }}" data-pandora-layers="transcripts" data-pandora-width="480" data-pandora-resolution="240p"></div>
{% endfor %}
</li>