This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # download_photos_pycones2014.py | |
| import urllib2, shutil | |
| from BeautifulSoup import BeautifulSoup | |
| def main(): | |
| host = 'http://2014.es.pycon.org/static/fotos/' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i input.avi -ab 128k -ac 2 -ar 48000 -vcodec mpeg4 -vtag xvid -qscale 1 output.avi |