<?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, 07 Jul 2010 07:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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>
		<item>
		<title>Report from the Open Source Track @ ACM MM</title>
		<link>http://www.semanticmetadata.net/2008/11/15/report-from-the-open-source-track-acm-mm/</link>
		<comments>http://www.semanticmetadata.net/2008/11/15/report-from-the-open-source-track-acm-mm/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 09:16:08 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=399</guid>
		<description><![CDATA[Within the open source track of the ACM Multimedia conference the SIGMM  (Special Interest Group on Multimedia of the ACM) wants to provide a platform on discussing tools and code free to use in research as well as industry project. As I already blogged I had a presentation on Lire there. However all other contributors [...]]]></description>
			<content:encoded><![CDATA[<p>Within the open source track of the ACM Multimedia conference the SIGMM  (Special Interest Group on Multimedia of the ACM) wants to provide a platform on discussing tools and code free to use in research as well as industry project. As I already blogged I had a presentation on Lire there. However all other contributors were nearly as interesting, if not even more <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Marco Lohse presented a Network-Integrated Multimedia Middleware (NMM), which was developed at Saarland University and is now available with dual licensing. He is also CEO of the company selling the non GPL license. The software is impressive and his demo was great. No surprise he won the prize of 700 $. (<a href="http://www.motama.com/nmm.html">http://www.motama.com/nmm.html</a>)</p>
<p>Yannick Alluse presented GpuCV, an extension of OpenCV towards CUDA and shader based computing. Important thing is that the library decides whether CPU, Shader or the GPU will be used for processing. (<a href="https://picoforge.int-evry.fr/cgi-bin/twiki/view/Gpucv/Web/">https://picoforge.int-evry.fr/cgi-bin/twiki/view/Gpucv/Web/</a>)</p>
<p>Andreas Berger showed a framework for DVB-* transmission. It allows for inexpensive setup of for instance a DVB-T or DVB-H broadcasting service in labs or research projects. As its very generic one can compose the DVB stream fully free, so MHP, IP Data, EPG and so on are possible. (h<a href="ttp://sourceforge.net/projects/fatcaps/">ttp://sourceforge.net/projects/fatcaps/</a>)</p>
<p>Jose San Pedro Wandelmer from the University of Sheffield presented his project FOBS, which is actually a wrapper for ffmpeg for C++ and JMF. I already knew FOBS as I have used it several times, but meeting Jose and talking to him was great. (<a href="http://fobs.sourceforge.net/">http://fobs.sourceforge.net/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/11/15/report-from-the-open-source-track-acm-mm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire accepted for the Open Source Contest @ ACM MM</title>
		<link>http://www.semanticmetadata.net/2008/07/15/lire-accepted-for-the-open-source-contest-acm-mm/</link>
		<comments>http://www.semanticmetadata.net/2008/07/15/lire-accepted-for-the-open-source-contest-acm-mm/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 13:14:27 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[acm]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=372</guid>
		<description><![CDATA[Although its quite some time ago that I got the acceptance mail I forgot to blog the good news: Lire (Lucene Image Retrieval) has been acccepted to be presented at the ACM Multimedia within the Open Source Contest track. As it is a contest I assume we have chances to win something?]]></description>
			<content:encoded><![CDATA[<p>Although its quite some time ago that I got the acceptance mail I forgot to blog the good news: Lire (Lucene Image Retrieval) has been acccepted to be presented at the ACM Multimedia within the Open Source Contest track. As it is a contest I assume we have chances to win something? <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/07/15/lire-accepted-for-the-open-source-contest-acm-mm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire development: a big next step ..</title>
		<link>http://www.semanticmetadata.net/2008/05/29/lire-development-a-big-next-step/</link>
		<comments>http://www.semanticmetadata.net/2008/05/29/lire-development-a-big-next-step/#comments</comments>
		<pubDate>Thu, 29 May 2008 08:12:09 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[cbir]]></category>
		<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/05/29/lire-development-a-big-next-step/</guid>
		<description><![CDATA[While it has been quiet for some time around Lire, recently development has been pushed forward. I switched to SVN for development and integrated simple RGB color histograms as a feature for comparison with the MPEG-7 features. Savvas Chatzichristofis (or on facebook, his image search engine) contributed the CEDD feature, which works great! Marko Keuschnig [...]]]></description>
			<content:encoded><![CDATA[<p>While it has been quiet for some time around Lire, recently development has been pushed forward. I switched to SVN for development and integrated simple RGB color histograms as a feature for comparison with the MPEG-7 features. <a href="http://savvash.blogspot.com/">Savvas Chatzichristofis</a> (or <a href="http://www.facebook.com/profile.php?id=656951763">on facebook</a>, his <a href="http://orpheus.ee.duth.gr/anaktisi/">image search engine</a>) contributed the CEDD feature, which works great! Marko Keuschnig and Christian Penz contributed implementations for the Gabor texture feature and the Tamura texture features, where the latter is already in the <a href="http://caliph-emir.svn.sourceforge.net/viewvc/caliph-emir/">SVN</a>. I also integrated the new features in LireDemo. A new version &#8211; already compiled &#8211; can be downloaded here: <a href="http://www.semanticmetadata.net/wp-content/uploads/2008/05/liredemo-svn-2008-05-29-jdk16tar.bz2" title="liredemo-svn-2008-05-29-jdk16tar.bz2">liredemo-svn-2008-05-29-jdk16.tar.bz2</a> Note that Java 1.6 is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/05/29/lire-development-a-big-next-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WIAMIS 2008 starts today &#8230;</title>
		<link>http://www.semanticmetadata.net/2008/05/06/wiamis-2008-starts-today/</link>
		<comments>http://www.semanticmetadata.net/2008/05/06/wiamis-2008-starts-today/#comments</comments>
		<pubDate>Tue, 06 May 2008 22:14:20 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Workshop]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Scientific]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/05/06/wiamis-2008-starts-today/</guid>
		<description><![CDATA[The 9th International Workshop on Image Analysis for Multimedia Interactive Services (WIAMIS) takes place for the next three days in Klagenfurt, Austria. As we (the Multimedia Metadata Community) organized a special session there we will gather on Thursday latest and discuss current and upcoming research topics. While I still have some things to prepare for [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.wiamis2008.org">9th International Workshop       on Image Analysis for       Multimedia Interactive Services</a> (WIAMIS) takes place for the next three days in Klagenfurt, Austria. As we (the <a href="http://www.multimedia-metadata.info">Multimedia Metadata Community</a>) organized a special session there we will gather on Thursday latest and discuss current and upcoming research topics.</p>
<p>While I still have some things to prepare for tomorrow I will visit Horst Bischof&#8217;s keynote talk on &#8220;Robust Person Detection for Surveillance using                    Online Learning&#8221; and I hope I will find some time to blog about the conference.</p>
<p><strong>Related Links</strong></p>
<ul>
<li><a href="http://www.wiamis2008.org/program.html">WIAMIS Program</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/05/06/wiamis-2008-starts-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deadline Extension: I-Media Special Session on Multimedia Metadata</title>
		<link>http://www.semanticmetadata.net/2008/04/18/deadline-extension-i-media-special-session-on-multimedia-metadata/</link>
		<comments>http://www.semanticmetadata.net/2008/04/18/deadline-extension-i-media-special-session-on-multimedia-metadata/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 12:44:20 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CfP]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Workshop]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/04/18/deadline-extension-i-media-special-session-on-multimedia-metadata/</guid>
		<description><![CDATA[The paper submission deadline has been extended to April 28, 2008. Original CfP:  Studies show that sales of digital capture devices like video camera, digital photo cameras, or mobile phones with digital cameras are still rising. Therefore it can be expected that the number of created digital multimedia content will rise dramatically in future. Multimedia [...]]]></description>
			<content:encoded><![CDATA[<p>The paper submission deadline has been extended to April 28, 2008.</p>
<p><strong>Original CfP: </strong></p>
<p>Studies show that sales of digital capture devices like video camera, digital photo cameras, or mobile phones with digital cameras are still rising. Therefore it can be expected that the number of created digital multimedia content will rise dramatically in future. Multimedia metadata is currently the only way to cope with problems like semantics based retrieval or organization of content and provides means to specify adaptation and delivery constraints and rules. Within this special session the importance of metadata for media technologies is discussed. We encourage the submission of high quality scientific work as well as application papers. Topics include but are not limited to:</p>
<ul>
<li>Multimedia technologies and metadata in the social web</li>
<li>Multimedia semantics</li>
<li>Annotation of multimedia content</li>
<li>Metadata in pervasive multimedia computing</li>
<li>Metadata for new media</li>
<li>Studies and surveys in context of multimedia metadata and new media</li>
</ul>
<p>We encourage the submission of high quality scientific work as well as application papers.</p>
<p><a href="http://www.multimedia-metadata.info/Events/i-media-special-session-on-multimedia-metadata/callforpapers.2008-03-20.0926000680/">More Information &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/04/18/deadline-extension-i-media-special-session-on-multimedia-metadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
