<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SemanticMetadata.net &#187; Multimedia</title>
	<atom:link href="http://www.semanticmetadata.net/category/multimedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticmetadata.net</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 16:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LIRe presentation and poster at ACM MM 2011</title>
		<link>http://www.semanticmetadata.net/2011/11/29/lire-presentation-and-poster-at-acm-mm-2011/</link>
		<comments>http://www.semanticmetadata.net/2011/11/29/lire-presentation-and-poster-at-acm-mm-2011/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:18:02 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[acm multimedia]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=803</guid>
		<description><![CDATA[Just finished my presentation at ACM MM&#8217;s open source competition in 2011. Many interested researchers and developers came by to discuss ideas and developments. I&#8217;m looking forward to turning many of those idea into code For those of you interested in the poster I uploaded it here. I also uploaded the presentation to slideshare.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.slideshare.net/dermotte/content-based-image-retrieval-with-lire"><img class="size-full wp-image-817 alignright" title="lire-presentation-acmmm2011" src="http://www.semanticmetadata.net/wp-content/uploads/2011/11/lire-presentation-acmmm2011.png" alt="" width="210" height="158" /></a>Just finished my presentation at ACM MM&#8217;s open source competition in 2011. Many interested researchers and developers came by to discuss ideas and developments. I&#8217;m looking forward to turning many of those idea into code <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>For those of you interested in the poster I uploaded it <a href="http://www.itec.uni-klu.ac.at/~mlux/files/poster-mlux-acm-mm-2011.pdf">here</a>.</p>
<p>I also uploaded the presentation to <a href="http://www.slideshare.net/dermotte/content-based-image-retrieval-with-lire">slideshare</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2011/11/29/lire-presentation-and-poster-at-acm-mm-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire and Lire Demo v 0.9 released</title>
		<link>http://www.semanticmetadata.net/2011/10/20/lire-and-lire-demo-v-0-9-released/</link>
		<comments>http://www.semanticmetadata.net/2011/10/20/lire-and-lire-demo-v-0-9-released/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 11:37:23 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Retrieval]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=780</guid>
		<description><![CDATA[I just released Lire and Lire Demo in version 0.9 on sourceforge.net. Basically it&#8217;s the alpha version with additional speed and stability enhancements for bag of visual words (BoVW) indexing. While this has already been possible in earlier versions I re-furbished vocabulary creation (k-means clustering) and indexing to support up to 4 CPU cores. I [...]]]></description>
			<content:encoded><![CDATA[<p>I just released Lire and Lire Demo in version 0.9 on sourceforge.net. Basically it&#8217;s the alpha version with additional speed and stability enhancements for <em>bag of visual words (BoVW)</em> indexing. While this has already been possible in earlier versions I re-furbished vocabulary creation (k-means clustering) and indexing to support up to 4 CPU cores. I also integrated a function to add documents to BoVW indexes incrementally. So a list of major changes since Lire 0.8 includes</p>
<ul>
<li>Major speed-up due to change and re-write of indexing strategies for local features</li>
<li>Auto color correlation and color histogram features improved</li>
<li>Re-ranking filter based on global features and LSA</li>
<li>Parallel <em>bag of visual words</em> indexing and search supporting SURF and SIFT including incremental index updates (see also in the <a href="http://www.semanticmetadata.net/wiki/doku.php?id=lire:bovw">wiki</a>)</li>
<li>Added functionality to Lire Demo including support for new Lire features and a new result list view</li>
</ul>
<p>Download and try:</p>
<ul>
<li><a href="http://sourceforge.net/projects/caliph-emir/files/Lire/Lire%200.9/Lire-0.9.zip/download">Source and binaries</a> (or as <a href="http://sourceforge.net/projects/caliph-emir/files/Lire/Lire%200.9/Lire-0.9.tar.bz2/download">tar.bz2</a>)</li>
<li><a href="http://sourceforge.net/projects/caliph-emir/files/Lire/Lire%200.9/LireDemo_v0.9.zip/download">Lire Demo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2011/10/20/lire-and-lire-demo-v-0-9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire Demo 0.9 alpha 2 just released</title>
		<link>http://www.semanticmetadata.net/2011/08/05/lire-demo-0-9-alpha-2-just-released/</link>
		<comments>http://www.semanticmetadata.net/2011/08/05/lire-demo-0-9-alpha-2-just-released/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 10:41:46 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=786</guid>
		<description><![CDATA[Finally I found some time to go through Lire and fix several of the &#8212; for me &#8212; most annoying bugs. While this is still work in progress I have a preview with the demo uploaded to sf.net. New features are: Auto Color Correlogram and Color Histogram features improved Re-ranking based on different features supported [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.semanticmetadata.net/wp-content/uploads/2011/08/LireDemo_v0.9_a2.png"><img class="alignright size-thumbnail wp-image-789" title="LireDemo_v0.9_a2" src="http://www.semanticmetadata.net/wp-content/uploads/2011/08/LireDemo_v0.9_a2-150x150.png" alt="" width="150" height="150" /></a>Finally I found some time to go through Lire and fix several of the &#8212; for me &#8212; most annoying bugs. While this is still work in progress I have a preview with the demo uploaded to sf.net. New features are:</p>
<ul>
<li>Auto Color Correlogram and Color Histogram features improved</li>
<li>Re-ranking based on different features supported</li>
<li>Enhanced results view</li>
<li>Much faster indexing (parallel, use -server switch for your JVM)</li>
<li>Much faster search (re-write of the searhc code in Lire)</li>
<li>New developer menu for faster switching of search features</li>
<li>Re-ranking of results based on latent semantic analysis</li>
</ul>
<p>You can find the updated Lire Demo along with a windows launcher here, Mac and Linux users please run it using &#8220;java -jar &#8230; &#8221; or double click (if your windows manager supports actions like that <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="https://sourceforge.net/projects/caliph-emir/files/Lire/Lire%200.9/LireDemo-v09a2.zip/download">Download Liredemo v0.9 alpha 2</a></li>
</ul>
<p>The source is &#8212; of course &#8212; GPL and available in the <a href="http://caliph-emir.svn.sourceforge.net/viewvc/caliph-emir/">SVN</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2011/08/05/lire-demo-0-9-alpha-2-just-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Call for Papers: Special Issue on Searching Speech</title>
		<link>http://www.semanticmetadata.net/2011/02/07/final-call-for-papers-special-issue-on-searching-speech/</link>
		<comments>http://www.semanticmetadata.net/2011/02/07/final-call-for-papers-special-issue-on-searching-speech/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 15:00:20 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CfP]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Retrieval]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[special issue]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=750</guid>
		<description><![CDATA[ACM Transactions on Information Systems is soliciting contributions to a special issue on the topic of &#8220;Searching Speech&#8221;. The special issue will be devoted to algorithms and systems that use speech recognition and other types of spoken audio processing techniques to retrieve information, and, in particular, to provide access to spoken audio content or multimedia [...]]]></description>
			<content:encoded><![CDATA[<p>ACM Transactions on Information Systems is soliciting contributions to a special issue on the topic of &#8220;Searching Speech&#8221;. The special issue will be devoted to algorithms and systems that use speech recognition and other types of spoken audio processing techniques to retrieve information, and, in particular, to provide access to spoken audio content or multimedia content with a speech track.</p>
<p>Submission Deadline: 1 March 2011</p>
<p>The field of spoken content indexing and retrieval has a long history dating back to the development of the first broadcast news retrieval systems in the 1990s. More recently, however, work on searching speech has been moving towards spoken audio that is produced spontaneously and in conversational settings. In contrast to the planned speech that is typical for the broadcast news domain, spontaneous, conversational speech is characterized by high variability and the lack of inherent structure. Domains in which researchers face such challenges include: lectures, meetings, interviews, debates, conversational broadcast (e.g., talk-shows), podcasts, call center recordings, cultural heritage archives, social video on the Web, spoken natural language queries and the Spoken Web.<br />
We invite the submission of papers that describe research in the following areas:</p>
<ul>
<li>Integration of information retrieval algorithms with speech recognition and audio analysis techniques</li>
<li>Interfaces and techniques to improve user interaction with speech collections</li>
<li>Indexing diverse, large scale collections</li>
<li>Search effectiveness and efficiency, including exploitation of additional information sources</li>
</ul>
<p>For more information see <a href="http://tois.acm.org/announcement.html">http://tois.acm.org/announcement.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2011/02/07/final-call-for-papers-special-issue-on-searching-speech/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ACM Multimedia Call for Volunteers out &#8230;</title>
		<link>http://www.semanticmetadata.net/2010/09/21/acm-multimedia-call-for-volunteers-out/</link>
		<comments>http://www.semanticmetadata.net/2010/09/21/acm-multimedia-call-for-volunteers-out/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 09:19:23 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CfP]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[students]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=735</guid>
		<description><![CDATA[ACM Multimedia &#8211; taking place in Firenze, Italy, last week of Oct. &#8211; still is in need for student volunteers. I personally think this is a great opportunity to learn about big conferences and the community. If you are interested ensure to send your bid until Oct. 7th 2010. Find the call here. Links http://www.acmmm10.org/volunteers/]]></description>
			<content:encoded><![CDATA[<p>ACM Multimedia &#8211; taking place in Firenze, Italy, last week of Oct. &#8211; still is in need for student volunteers. I personally think this is a great opportunity to learn about big conferences and the community. If you are interested ensure to send your bid until Oct. 7th 2010. Find the call <a href="http://www.acmmm10.org/volunteers/">here</a>.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://www.acmmm10.org/volunteers/">http://www.acmmm10.org/volunteers/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2010/09/21/acm-multimedia-call-for-volunteers-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting video for flash video players to H.264/AAC</title>
		<link>http://www.semanticmetadata.net/2009/07/10/converting-video-for-flash-video-players-to-h-264aac/</link>
		<comments>http://www.semanticmetadata.net/2009/07/10/converting-video-for-flash-video-players-to-h-264aac/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 13:58:14 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[Transcoding]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=534</guid>
		<description><![CDATA[Have you ever tried to put a video online? Well actually it is quite easy if you user YouTube. No matter what codec you use you have a good chance to get a decent result. If you want to host the video yourself you basically need a flash video player (assuming that flash is the [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to put a video online? Well actually it is quite easy if you user <a href="http://www.youtube.com/user/dermotte">YouTube</a>. No matter what codec you use you have a good chance to get a decent result. If you want to host the video yourself you basically need a flash video player (assuming that flash is the most widely spread tool on multiple platforms) like the <a href="http://www.longtailvideo.com/players/jw-flv-player/">JW FLVPlayer</a>. Finally you&#8217;ll need to get your video file to a format flash can play using progressive download (which means you can watch it while downloading, just like on YouTube).</p>
<p>Since Adobe Flash Player 9 Update 3Flash can play back MP4 files with H.264 video and AAC audio streams [see <a href="http://en.wikipedia.org/wiki/Adobe_Flash_Player">here</a>], so we can just focus on this one. First step is to get a ffmpeg version compiled with libx264 and libfaac. You might check this on the command line, just execute ffmpeg without parameters:</p>
<blockquote><p>FFmpeg version SVN-r16573, Copyright (c) 2000-2009 Fabrice Bellard, et al.<br />
configuration: <em>[...]</em> <strong>&#8211;enable-libfaac</strong> &#8211;enable-libgsm <strong>&#8211;enable-libx264</strong> <em>[...]</em></p></blockquote>
<p>The bold ones should be there to support the needed codecs. I used FFmpeg Revision 16537 from <a href="http://ffmpeg.arrozcru.org/builds/">this page</a>, which works fine.</p>
<p>If the libraries are there you can proceed to the next step:</p>
<blockquote><p>ffmpeg -i &lt;inputfile&gt; -b 1024k -vcodec libx264 \\<br />
-acodec libfaac -ab 160k &lt;output.mp4&gt;</p></blockquote>
<p>This converts your input file to the needed mp4 file. You can also change the size of the file with the switch &#8220;-s&#8221;, like for instance &#8220;-s 320&#215;240&#8243;. Take a close look on the switches &#8220;-b&#8221; and &#8220;-ab&#8221; which define video and audio bitrate. If the sum of both bitrates is too high for the network the user will not be able to watch the video smoothly.</p>
<p>One might think s/he&#8217;s finished, but no &#8230; unfortunately progressive download doesn&#8217;t work with too many mp4 files. The file index (an atom == &#8220;mp4 metadata unit&#8221;) containing the file index (== the description where the video and the audio stream are located in the file and how they are stored) is at the end of the MP4 file. So the flash player has to download the whole file before starting the playback, ka-ching!</p>
<p>Fortunately there is an ffmpeg tool called <em>qt-faststart</em> (linux users will find it in the tools folder of ffmpeg) moving the index from end to start. For windows user a precompiled binary can be found <a href="http://www.jameshay.net/blog/?p=4">here</a>. Use this to move the metadata:</p>
<blockquote><p>qt-faststart &lt;infile.mp4&gt; &lt;outfile.mp4&gt;</p></blockquote>
<p>Now you are done with the file. Use for instance the <a href="http://www.longtailvideo.com/support/jw-player-setup-wizard">JW FLVPlayer setup wizard</a> to create an HTML snippet. Note that in height you have to add 19 pixels to your video dimensions, as this is the height of the control bar of the player <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2009/07/10/converting-video-for-flash-video-players-to-h-264aac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music portal reduced to max: Grooveshark</title>
		<link>http://www.semanticmetadata.net/2009/06/25/music-portal-reduced-to-max-grooveshark/</link>
		<comments>http://www.semanticmetadata.net/2009/06/25/music-portal-reduced-to-max-grooveshark/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 09:00:21 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=509</guid>
		<description><![CDATA[Lately it was getting more and more challenging to hear a song you want online. YouTube sorts out based on Geo-IP, samples in online stores get shorter if even there. But I was pointed to a straightforward portal: Grooveshark. You just searcfh for the song you&#8217;d like to hear, press play and there you are. [...]]]></description>
			<content:encoded><![CDATA[<p>Lately it was getting more and more challenging to hear a song you want online. YouTube sorts out based on Geo-IP, samples in online stores get shorter if even there. But I was pointed to a straightforward portal: <a href="http://listen.grooveshark.com/">Grooveshark</a>. You just searcfh for the song you&#8217;d like to hear, press play and there you are. If you want to listen to multiple songs, there&#8217;s a queue usable without registration. Nice!</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://listen.grooveshark.com/">Grooveshark &#8212; Listen to Free Music</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2009/06/25/music-portal-reduced-to-max-grooveshark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contribution @ I-KNOW 09 accepted!</title>
		<link>http://www.semanticmetadata.net/2009/05/30/contribution-i-know-09-accepted/</link>
		<comments>http://www.semanticmetadata.net/2009/05/30/contribution-i-know-09-accepted/#comments</comments>
		<pubDate>Sat, 30 May 2009 09:00:44 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Emergent Semantics]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[paper]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=471</guid>
		<description><![CDATA[The contribution of Christoph Kofler and me with the title &#8220;An exploratory study on the explicitness of user intentions in digital photo retrieval&#8221; has been accepted for publication and presentation at the I-Know &#8217;09. Here is the abstract (the full paper will follow as soon as we have prepared the camera ready version): Search queries [...]]]></description>
			<content:encoded><![CDATA[<p>The contribution of <em>Christoph Kofle</em>r and me with the title &#8220;<em>An exploratory study on the explicitness of user intentions in digital photo retrieval</em>&#8221; has been accepted for publication and presentation at the I-Know &#8217;09. Here is the abstract (the full paper will follow as soon as we have prepared the camera ready version):</p>
<blockquote><p>Search queries are typically interpreted as specification of information need of a user. Typically the search query is either interpreted as is or based on the context of a user, being for instance a user profile, his/her previously undertaken searches or any other background information. The actual intent of the user &#8211; the goal s/he wants to achieve with information retrieval &#8211; is an important part of a user&#8217;s context. In this paper we present the results of an exploratory study on the interplay between the goals of users and their search behavior in multimedia retrieval.</p></blockquote>
<p>This work has been supported by the <a href="http://soma.lakeside-labs.com/">SOMA project</a>.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://i-know.tugraz.at/">I-KNOW 09</a></li>
<li><a href="http://soma.lakeside-labs.com/">SOMA project</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2009/05/30/contribution-i-know-09-accepted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Self Organizing Multimedia Architecture (SOMA) &#8211; The Project</title>
		<link>http://www.semanticmetadata.net/2009/05/29/self-organizing-multimedia-architecture-soma-the-project/</link>
		<comments>http://www.semanticmetadata.net/2009/05/29/self-organizing-multimedia-architecture-soma-the-project/#comments</comments>
		<pubDate>Fri, 29 May 2009 09:00:41 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=468</guid>
		<description><![CDATA[Currently we are working a lot on a research project funded by a Carinthian agency. The project goes on for 3 years (2.5 years left) and has enough funds to pay 4 PhDs and 1 post doc researcher. Here is the description and the link to the blog: The project Self-organizing Multimedia Architecture (SOMA) aims [...]]]></description>
			<content:encoded><![CDATA[<p>Currently we are working a lot on a research project funded by a Carinthian agency. The project goes on for 3 years (2.5 years left) and has enough funds to pay 4 PhDs and 1 post doc researcher. Here is the description and the link to the blog:</p>
<blockquote><p>The project Self-organizing Multimedia Architecture (SOMA) aims to capture the whole life-cycle of multimedia content in a single architecture for large distributed multimedia information systems. In SOMA we focus on scenarios where events, which we understand as “limited time periods of special importance”, are a central concept. Examples for such scenarios are sports events stretching over time, where start, finish or critical parts of a race are possible events, or traffic monitoring, where events like traffic jams or accidents have to be reported and investigated.</p></blockquote>
<p>via <a href="http://soma.lakeside-labs.com/">Project Description | Self Organizing Multimedia Architecture</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2009/05/29/self-organizing-multimedia-architecture-soma-the-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video Summaries for YouTube Videos?</title>
		<link>http://www.semanticmetadata.net/2008/11/21/video-summaries-for-youtube-videos/</link>
		<comments>http://www.semanticmetadata.net/2008/11/21/video-summaries-for-youtube-videos/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 10:37:26 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=405</guid>
		<description><![CDATA[Applying old things to new platforms has become common in recent times, here&#8217;s my contribution. I recently developed a video summary tool based on FFMPEG and Lire for a friend &#8230; just to test if common approaches are usable in a specific domain. Video summarization &#8211; especially of small videos &#8211; is a rather easy [...]]]></description>
			<content:encoded><![CDATA[<p>Applying old things to new platforms has become common in recent times, here&#8217;s my contribution. I recently developed a video summary tool based on FFMPEG and Lire for a friend &#8230; just to test if common approaches are usable in a specific domain. Video summarization &#8211; especially of small videos &#8211; is a rather easy thing. You just need to find a number of frames with maximized pairwise difference, to cover a maximized visual range of the video. I applied my tool on YouTube and got the following summaires for the &#8220;<a href="http://www.youtube.com/watch?v=AFnObzb1qJo">hippo bathing</a>&#8221; video:</p>
<p style="text-align: center;"><a href="http://www.semanticmetadata.net/wp-content/uploads/2008/11/hippo-dog-bath_summary-cedd.png"><img class="size-medium wp-image-406 aligncenter" title="hippo-dog-bath_summary-cedd" src="http://www.semanticmetadata.net/wp-content/uploads/2008/11/hippo-dog-bath_summary-cedd-300x150.png" alt="" width="300" height="150" /></a></p>
<p>Based on the CEDD descriptor the most important keyframe is really chosen well &#8211; just watch the video to know what I mean <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://www.semanticmetadata.net/wp-content/uploads/2008/11/hippo-dog-bath_summary-acc.png"><img class="size-medium wp-image-407 aligncenter" title="hippo-dog-bath_summary-acc" src="http://www.semanticmetadata.net/wp-content/uploads/2008/11/hippo-dog-bath_summary-acc-300x150.png" alt="" width="300" height="150" /></a></p>
<p>With the auto color correlogram feature the dog is not explicitely part of the picture. However the first frame chosen (the big one) gives a good impression on the &#8220;bathing&#8221; part.</p>
<p style="text-align: center;"><a href="http://www.semanticmetadata.net/wp-content/uploads/2008/11/hippo-dog-bath_summary-gabor.png"><img class="size-medium wp-image-408 aligncenter" title="hippo-dog-bath_summary-gabor" src="http://www.semanticmetadata.net/wp-content/uploads/2008/11/hippo-dog-bath_summary-gabor-300x150.png" alt="" width="300" height="150" /></a></p>
<p>With the Gabor texture feature the dog gets prominent in the first place. Noite that the result is quite the same as the result kwith the Tamura texture feature not shown here.</p>
<p style="text-align: center;"><a href="http://www.semanticmetadata.net/wp-content/uploads/2008/11/hippo-dog-bath_summary-color-histogram.png"><img class="size-medium wp-image-409 aligncenter" title="hippo-dog-bath_summary-color-histogram" src="http://www.semanticmetadata.net/wp-content/uploads/2008/11/hippo-dog-bath_summary-color-histogram-300x150.png" alt="" width="300" height="150" /></a></p>
<p>With the most simple feature (RGB color histogram with L2 distance) the summary also looks appealing. There is a frame featuring the dog, one showing the whole scene and one for the hippo.</p>
<p>All in all I think the results are quite appealing. The runtime of my implementation is a fraction of actual video play time. Perhaps I&#8217;ll find some time to present the whole thing tomorrow at the barcamp <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/11/21/video-summaries-for-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

