Interesting pointers:

* FCP: http://documentation.apple.com/en/finalcutpro/usermanual/index.html#chapter=97%26section=3%26tasks=true
http://developer.apple.com/library/mac/#documentation/AppleApplications/Reference/FinalCutPro_XML/AboutThisDoc/AboutThisDoc.html
http://developer.apple.com/library/mac/#documentation/AppleApplications/Reference/FinalCutPro_XML/Basics/Basics.html#//apple_ref/doc/uid/TP30001154-TPXREF101
Timing: http://developer.apple.com/library/mac/#documentation/AppleApplications/Reference/FinalCutPro_XML/Topics/Topics.html#//apple_ref/doc/uid/TP30001149-CH294-SW1 
Elements: http://developer.apple.com/library/mac/#documentation/AppleApplications/Reference/FinalCutPro_XML/Elements/Elements.html

* Interface with http://www.archive.org/movies/ (XML files)

* Query MPEG7: http://www.idealliance.org/papers/extreme03/html/2001/Liu01/EML2001Liu01.html

* Qt: http://www.hoboes.com/Mimsy/hacks/media-duration-python-mac/

* SVG control: http://www.unet.univie.ac.at/~a9900479/svg4tom/svg4tom1.html#

* osxvideosink / python: http://sjoerdoptland.blogspot.com/2009/10/gstreamer-python-qt-mac-osx.html

* PyUseCase http://texttest.carmen.se/index.php?page=ui_testing

* Interval: http://code.activestate.com/recipes/457411/ (interval mapping data structure)

* gstreamer win32/mac:
http://www.gstreamer-winbuild.ylatuya.es/doku.php
http://bugzilla.songbirdnest.com/show_bug.cgi?id=8345
http://bugzilla.songbirdnest.com/show_bug.cgi?id=8011
http://blog.songbirdnest.com/2008/03/26/gstreamer-progress/

* Check http://freemix.forja.rediris.es/#
http://www.ndeschildre.net/2008/04/29/python-and-webcam-part-2/

* Display annotations over the video in flash:
   http://www.ioncannon.net/php/110/using-flash-video-metadata-to-display-annotations/

* Videotools Flash:
http://dewey.at.northwestern.edu/ppad2/documents/help/video.html
http://www.masternewmedia.org/video_internet_television/video-annotation/online-video-annotation-takes-a-giant-leap-20070405.htm
http://www.opencastproject.org/wiki/Project_Pad_Audio_and_Video_Annotation_Tools

* http://www.appscio.org/
The Appscio Media Processing Framework (MPF) is built on top of
   gstreamer and is designed to handle metadata.

* Read HIG docs: 
http://library.gnome.org/devel/hig-book/stable/
http://development.syllable.org/documentation/interface-guide.html

* MXF samples: http://gstreamer.freedesktop.org/media/incoming/mxf/

* Use http://code.activestate.com/recipes/440554/ to execute shotdetect on win32

* http://developer.imendio.com/node/300

* Biblio: Pliny: A model for digital support of scholarship 
  http://journals.tdl.org/jodi/article/view/209/198

* Use animations in GUI: http://live.gnome.org/PAF

* Investigate speech recognition:
   http://www.speech.cs.cmu.edu/cmusphinx/moinmoin/GStreamer 

* http://git.or.cz/course/svn.html
* http://git.or.cz/gitwiki/GitSvnComparsion

* SKOS?: http://www.w3.org/News/2008#item25

* extend textview with possibility to insert images + bold + italic
   and generate a subset of html. Cf
   /usr/share/doc/python-gtk2-doc/examples/demos/textview.py
http://www.gnome.org/~gjc/htmltextview.py (original version)
/usr/share/gajim/src/htmltextview.py (new version)

http://code.google.com/p/facilhtml/source/browse/trunk/htmlrender.py

* Investigate
https://develop.participatoryculture.org/trac/democracy/browser/trunk/tv/platform/osx/qt_extractor.py
https://develop.participatoryculture.org/trac/democracy/browser/trunk/tv/platform/osx/frontend/QuicktimeRenderer.py

* timeline: cf http://www.jonobacon.org/gallery/main.php?g2_view=core.ShowItem&g2_itemId=3382&g2_GALLERYSID=8f6c485df08f046ac9658e6fe0928260
http://jokosher.python-hosting.com/wiki/GnonlinNotes
http://jokosher.org/
http://jokosher.python-hosting.com/file/JonoEdit/trunk/TimeLine.py?rev=389

* app.launcher (url, mail...): http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/511443

* AJAX:  (cf
   http://ajaxpatterns.org/Main_Page and http://pyjamas.pyworks.org/
   (GWT in python) http://mail.zope.org/pipermail/zpt/2006-April/006262.html
http://pyworks.org/pipermail/py-gwt/2006-December/000283.html
http://pyworks.org/pipermail/py-gwt/2006-December/000284.html
http://www.zkoss.org/zkdemo/userguide/

* REST vs WS*: http://bitworking.org/news/125/REST-and-WS

* SOAP interface: cf soaplib http://trac.optio.webfactional.com/

* Investigate http://freevo.sourceforge.net/cgi-bin/freevo-2.0/SourceDoc/KaaMetadata

* javascript timelines: http://simile.mit.edu/timeline/docs/create-timelines.html
http://simile.mit.edu/timeline/

* package http://filmlibre.org/ and http://media.april.org/

* check http://chardet.feedparser.org/

* DnD to/from common apps: cf http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq23.018.htp and http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq23.031.htp

* schema editor: cf tools http://www.rexx.com/~dkuhlman/

* Demo movie maker : http://en.wikipedia.org/wiki/Screencast
http://www.debugmode.com/wink/
vlc --screen-fps=2 screen:// --no-sout-audio --sout '#transcode{vcodec=mp4v,venc=ffmpeg,scale=0.2}:standard{access=file,mux=avi,url=/tmp/foo.avi}'

* Read http://www.ling.uni-potsdam.de/~stede/Downloads/xbrac04.pdf
(survey of annotation tools)

* SMIL examples: http://webmonkey.wired.com/webmonkey/00/41/index4a_page3.html?tw=authoring

* Sound recording in python: http://www.johnnypops.demon.co.uk/python/ See also http://divmod.org/projects/shtoom/

* Sound assistant: use cont_fileseg from sphinx2-bin to segment audio, or http://www.cmis.csiro.au/maaate/ or http://aubio.piem.org/news/

* assistant: speech decomposition (only extracts timestamps). Use speech-tools ? http://www.cstr.ed.ac.uk/projects/speech_tools/manual-1.2.0/x737.htm

* Implement zeroconf support: http://www.amk.ca/python/zeroconf

* A creuser: http://veejay.sourceforge.net/

