20
MetaVidWiki: when you need a web video solution Silvia Pfeiffer and John Ferlito Vquence OSDC, 4th Dec 2008

OSDC 2009, Metavidwiki: when you need a web video solution

Embed Size (px)

DESCRIPTION

Presentation of Metavidwiki, a video wiki with temporal URI fragment addressing, video embedding etc on Ogg files

Citation preview

Page 1: OSDC 2009, Metavidwiki: when you need a web video solution

MetaVidWiki: when you need a web video solution

Silvia Pfeiffer and John Ferlito

Vquence

OSDC, 4th Dec 2008

Page 2: OSDC 2009, Metavidwiki: when you need a web video solution

Overview

• Open Codecs

• Mv_embed

• MetaVidWiki– Search– Video Stream View– Sequencer

• When to use MetaVidWiki

Page 3: OSDC 2009, Metavidwiki: when you need a web video solution

Open Codecs

Page 4: OSDC 2009, Metavidwiki: when you need a web video solution

Alternatives to Flash

Page 5: OSDC 2009, Metavidwiki: when you need a web video solution

HTML5 baseline codec?

Page 6: OSDC 2009, Metavidwiki: when you need a web video solution

What about CMS support?

Page 7: OSDC 2009, Metavidwiki: when you need a web video solution

Preparing content

• FFMpeg2theora: transcoding from other formats to Ogg Theora/Vorbis

ffmpeg2theora --sync $inputfile -p preview -o $file.ogv

Page 8: OSDC 2009, Metavidwiki: when you need a web video solution

Preparing content

• Mplayer: create thumbnails

mplayer -ss 120 -frames 1 -vo jpeg $file.ogv

Page 9: OSDC 2009, Metavidwiki: when you need a web video solution

Preparing your server

Aim: time offset serving of content

• Apache with mod_annodex

• oggzchop cgi

Require Xiph and Annodex libraries.

Debian packages available.

Page 10: OSDC 2009, Metavidwiki: when you need a web video solution

mv_embed

• Javascript library for in-browser Ogg Theora/Vorbis support

• Embed video into web page

<video src="$file.ogv">

• Also supports playlists

<playlist src="$file.xsfp">

Page 11: OSDC 2009, Metavidwiki: when you need a web video solution

What mv_embed does

• Native Browser support for video tag• Native Browser support for Ogg

Theora/Vorbis• application/ogg browser plugin

– Vlc– Mplayer– Totem– XiphQT

• cortado

Page 12: OSDC 2009, Metavidwiki: when you need a web video solution

http://metavid.org/w/index.php/Mv_embed

Page 13: OSDC 2009, Metavidwiki: when you need a web video solution

MetaVidWiki

Debian package available.

Page 14: OSDC 2009, Metavidwiki: when you need a web video solution

Demo

http://www.metavid.org/

Page 15: OSDC 2009, Metavidwiki: when you need a web video solution

Search

QuickTime™ and a decompressor

are needed to see this picture.

Page 16: OSDC 2009, Metavidwiki: when you need a web video solution

Video Stream View

QuickTime™ and a decompressor

are needed to see this picture.

Page 17: OSDC 2009, Metavidwiki: when you need a web video solution

Sequencer

QuickTime™ and a decompressor

are needed to see this picture.

Page 18: OSDC 2009, Metavidwiki: when you need a web video solution

Upload

QuickTime™ and a decompressor

are needed to see this picture.

Page 19: OSDC 2009, Metavidwiki: when you need a web video solution

When to use Metavid

If your needs are as follows:

• Long-form video• Annotation needs• Structured Search• Online video editor

Metavid is your solution.

Page 20: OSDC 2009, Metavidwiki: when you need a web video solution

Questions?

http://www.metavid.org/