Showing 1 - 7 of 7 items. (Page 1 of 1)
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.
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.
YouTube - Broadcast Yourself.
This is a Youtube playlist of all the recorded sessions from DjangoCon 2008.
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.
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.
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.
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.