The Open Photobooth project
21 Mar 2010 by célineThis is an idea I’ve had for a while now, decided to draw it using photoshop, while here in Montreal it’s the first day of spring and it’ snowing outside!
The concept is easy: online photobooth, where you can share your photobooth photos with people, no need to log in. You can log in with Flickr tho, and sync in your photos, and view your friends, and why not, make new friends!

html5 video!
19 Mar 2010 by célinesxsw rétrospective, as I wrote on our Lab @Phermone
Mon Ghetto interview avec Michael. (^_+)
De retour de la folie de sxsw. C’était l’occasion de se laisser impregner jusqu’à en perdre control de toutes sortes d’informations, de gens, de la culture même du web et de créer des contacts intéressant avec des personnes inspirantes. Pour l’occasion, j’ai eu la chance interviewer Michael Dale, wikimedia, à propos de la vidéo utilisant le codec html5. Lors de l’atelier “Wow, That’s Cool… Fun With HTML5 Video” présenté par Michael Dale – Kaltura Wikimedia et Christopher Blizzard – Mozilla Corporation

L’interview est en anglais, si vous êtes fluant en anglais français, s’il-vous-plaît traduisez!
CELINE: Hello, Hello, Alright
MICHAEL: It’s working?
CELINE: Hello Michael, can you tell us more about yourself… While you’re texting
MICHAEL: Ahah, Okay, I’m Michael Dale I work with Kaltura and Wikipedia on Open video project. So, let’s see, what do you want to know about the project?
CELINE: I want to know about the project as if you are explaining it to your Mom.
MICHAEL: Okay, so it’s basically that Wikipedia is all about text right now, and we are thinking about the idea of, what would video on Wikipedia look like? How would it work? How is it going to integrate with how people interact with text? You know they have this versions of things (edits). So somebody can change one word, and another person can come along and change another word. What’s the analogy with video? The idea is sorta like… Open…
CELINE: Open video!
MICHAEL: Open video! Yes,
hahah More like a shared sequence format, shared edit decision list, that’s what it’s called in film… speak. So, you have a shared edition list so you can imagine a film where every cut is something that people can change. You can actually decide, “well these people captured only part of that concept, they really need to slice in another picture, other words of this interview, to make sure they capture the whole concept”. Or maybe there’s a background image, and you think there’s a better image they can use in this case, to better communicate this documentary or something. So you can swap up that image. So in this process, of those decisions, and those changes are run like a wiki, between those different edit decisions.
CELINE: That’s cool! Today you presented something with Mozilla about a codec for video that is running with html5, right?
MICHAEL: Correct. So html5 is a standard, that’s emerging to sort of make video with a tag associated to make video more like other web elements. Just like we have an image tag, we have div tag, so this is a video tag. So it’s right in the web page and works the same way as the rest of the web works.
CELINE: Also, there was something super cool you showed today, which was the customized player…
MICHAEL: Yes! So that means, you use this video tag, so your player is done in html so you can style it with CSS. So you don’t have to know Flash, or be a Flash developer in order to customize your interface.
CELINE: What are the advantages if we compare this with the Flash technology in terms of performance, accessibility and all that stuff?
MICHAEL: Let’s see… On performance in theory it will be much faster because you will not have to load a separate process or load another separate application every time you want to embed video on a web page. And since all the player and the control of the player are done in JavaScript and CSS it can be very small, not like Flash that compiles into this large blob that you have to put on your page. In terms of accessibility, it’s inherently just by the fact that you point at the video URL, it’s gonna be easier for search engines, and screen readers to understand what’s going on. Because there is semantic value, and semantic information to the page that’s been communicated, otherwise would be a big Flash blob. You know, so you won’t be able to know what this Flash element is, and what it is doing. With video tag you have, the element right in the page, so that the screen reader, the search engine, and the web author, everybody can know what that means and interact with it, and make it more accessible.
CELINE: That’s so cool! When we talk about mash-ups and take the video and embed it on another website, and in terms of sharing the video. Would that be easier since we are using HTML5 instead of Flash, to be embeding video on other sites? Mash it up, edit it, and re-edit it?
MICHAEL: Yeah, it’s going to make all those processes a lot easier, you won’t need anything special. It’s comparable to an image tag, like it’s very easy to right click on image, and save it to disk, edit it with Photoshop and re-post it to your website. That’s the idea of the video tag is that it makes it just as easy to just view source, or right click on video copy it to your computer, do what you want to do, re-post it or re-edit it, or cut it down. So it’s make video more like other web technologies.
CELINE: That’s so cool! Makes me so excited because I love remixing! Ok so would that be scary then for people coming from the older media like Television to be having their videos easily re-edited, like right click save on desktop put it into Final Cut, do a little bit of tweaking to it, and re-post it on my blog. We can totally anticipate how the older media people are gonna be afraid. Can you give a wise quote or a message of hope to these people to help them not be so afraid.
MICHAEL: I think it provides more visibility, they need to transition into new business models. For a long time they pretended the internet didn’t exist, in some sense, they said “we are not going to put video up there”. Then all of a sudden they are putting videos out there without having a good concept of monetization tru the stack. If we go thru the workflow you just described where you download a video, you do some editing and you post it to your blog, if you had Google Adsense on your blog, it would make sense that Google would be able to read the page, see that it’s a video tag, do the finger printing on the media asset and then compensate the original producer of the video content. They have to be thinking of solutions in that sense. If that workflow does not exist they should be working towards it. If it’s not a possibility now they should be able to work on making that a possibility rather then get you to take down that video. Or getting you to not want to communicate with the visual medium. They shouldn’t try to control that in that sense, they should be trying to innovate and make it worth while for everyone.
CELINE: So times have changed. Doesn’t mean time stopped changing, it just means we keep on changing. Sometimes it’s more of an obvious change. Yesterday we attended Joi Ito’s conference when he said that Creative Commons are able to assign credits, like the finger prints of the medium, just like you described. Can you explain to me more about that. I know I have an empirical understanding of it, but can you make it clearer, that you can just with a click have all the credits?
MICHAEL: I’m not too familiar with the Creative Commons system, but the basic idea is that you create a finger print of a media asset that you are able to associate meta-data of it, whether that is content ownership, or subtitles, or some other meta-data that you want to associate with that asset. It’s like it looks at the picture and can say, it has this particular shape, these colors, it creates a perceptual hash (#), so it’s called, and that finger print can be used to look it up. Even if you say, you re-encode, or you cut different pieces of the video, snip it out, or shorten it, it doesn’t matter because the perceptual hash works with the content not by the digital bits sort of speak. I don’t know how technical you want to go here..
CELINE: Go technical!! Go all the way!
MICHAEL: ahaha Ok, so, with normal files you have these things call “sha1” and “md5” that generate a hashof the binary file and that hash is specific to that file. With something like a perceptual hash or media finger printing you are not trying to identify that file, you are trying to identify content. And that’s what it’s all about. So it creates a way to identify content.
CELINE: That’s so cool! Thank you so much Michael. Can you give me all the links to the codes behind the videos so we can share them.
MICHAEL: Sure you can go to: http://commons.wikimedia.org/wiki/Commons:Timed_Text_Demo_Page?withJS=MediaWiki:MwEmbed.js, Should up soon:
http://html5video.org/.
CELINE: Oups I have no more battery on my recorder… That’s crazy. OK… Thank You!
Interview with Michael Dale by celinecelines
wireframes for remix tv tool
13 Mar 2010 by célineI was told several times by @karlpro, @joiito, @zefrank to get my ideas out there as fast as possible and set them free kinda thing. Ok these wireframes/drawings were made circa2008 when I presented them to BBC as part of their new iptv concept category at miptv Millia in Cannes. ok, here we go…
This is an interface to remix (i)TV content streamed in. People can record, mix, remix, add sound, draw on topof TV content, etc…

You can search for TV content, and use the pen tool to draw on top of the video stream
You can Split screen, and play two video streams together


You can play reporter, and have your face in a mini square on left like this, and report from your living room!





sxsw schedule
11 Mar 2010 by célineUsing Sitby.us I finally found an awesome easy fun way to make my schedule for sxsw. (The sxsw site is very hard to use, and confusing, specially for the hotels, terrible ux (o_O))
Here is my schedule for next week (^_^)


