Showing 1 - 7 of 7 items. (Page 1 of 1)


Link2010 Feb 14

HTML5 video markup, compatibility and playback

Excellent description of the browser workflow and how to use HTML5 video while falling back to Flash for unsupported browsers/codecs.

Link2009 Oct 21

Ajaxian » Apple goes live with HTML5 video

Apple is using the HTML5 video tag for their videos on Safari, falling back to Quicktime where the video tag isn't yet supported.

Link2008 Sep 16

YouTube - Broadcast Yourself.

This is a Youtube playlist of all the recorded sessions from DjangoCon 2008.

Link2008 Jun 24

Django code_swarm on Vimeo

Visualization of Django commit history. I especially liked the near end when the queryset refactor branch landed on trunk and results in a firework like display, then just moments later a couple more fireworks as the other branches merge with trunk.

Link2008 Jan 03

Better Web App Development

An interesting video (.mov file) covering a number of ways to produce web applications, including JSEE/JSP, Ruby on Rails, Plone, TurboGears, and Django. I really liked that the author showed the coding process for each one giving the viewer insight into each toolset. In the end it looks like Plone won out with Django coming in a close 2nd.

Link2007 Sep 06

Video Blogging using Django and Flash(tm) Video (FLV) » DRM - Daniel’s Random Mutterings

Nice article describing how to use Django to upload video files, process them with ffmpeg, and display them on your blog. There are some good ffmpeg tips on how to encode and take a sample image from the resulting flv.

Link2007 Apr 04

Amazon Web Services Developer Connection : Monster Muck Mashup - Mass Video Conversion Using AWS

Using Python and Amazon Web Services to script a render farm for video. Impressive and creative use of technology.