<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/ffmpeg">
<title>Public marks with search ffmpeg</title>
<description>Public marks with search ffmpeg</description>
<link>http://blogmarks.net/marks/search/ffmpeg</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/bamthomas/mark/1058579131"/>
<rdf:li resource="http://blogmarks.net/api/user/dzc/mark/1058487355"/>
<rdf:li resource="http://blogmarks.net/api/user/jpcaruana/mark/1058450343"/>
<rdf:li resource="http://blogmarks.net/api/user/marco/mark/1058449314"/>
<rdf:li resource="http://blogmarks.net/api/user/rmaltete/mark/1058295801"/>
<rdf:li resource="http://blogmarks.net/api/user/kinwa/mark/1058075073"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058072068"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1058066955"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1058013837"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057986850"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057954720"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1057885874"/>
<rdf:li resource="http://blogmarks.net/api/user/Emaux/mark/1057877596"/>
<rdf:li resource="http://blogmarks.net/api/user/Ithil/mark/1057754721"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057741151"/>
<rdf:li resource="http://blogmarks.net/api/user/jean-gael/mark/1057691594"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057638259"/>
<rdf:li resource="http://blogmarks.net/api/user/alexnihilo/mark/1057634066"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057466810"/>
<rdf:li resource="http://blogmarks.net/api/user/kalooni/mark/1057466243"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1057421869"/>
<rdf:li resource="http://blogmarks.net/api/user/Xavier Lacot/mark/1057413735"/>
<rdf:li resource="http://blogmarks.net/api/user/lilin/mark/1057393004"/>
<rdf:li resource="http://blogmarks.net/api/user/lecyborg/mark/1057368658"/>
<rdf:li resource="http://blogmarks.net/api/user/w0arz/mark/1057350819"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/bamthomas/mark/1058579131">
<title>FFmpeg x264 encoding guide</title>
<link>http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/</link>
<description></description>
<dc:date>2009-11-11T22:29:49Z</dc:date>
<dc:author>bamthomas</dc:author>
<dc:subject>video, encodage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/11/67d9c1b895d6ffbe4786d796fe1ad682.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/">FFmpeg x264 encoding guide</a></h4>
 
by <a href="http://blogmarks.net/user/bamthomas">bamthomas</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/encodage">encodage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058579131">Copy</a> | 
<a href="http://blogmarks.net/link/3405805">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dzc/mark/1058487355">
<title>Create a video preview as animated GIF with FFmpeg and PHP SPL</title>
<link>http://www.alberton.info/video_preview_as_animated_gif_with_ffmpeg_and_spl.html</link>
<description>create the video preview, we need PHP &gt;= 5.1 with the Imagick extension and FFmpeg. FFmpeg supports most of the existing video formats, has a command line interface, and is available under the LGPL license.</description>
<dc:date>2009-08-31T23:51:11Z</dc:date>
<dc:author>dzc</dc:author>
<dc:subject>prog. Obj, lgpl, php, video, spl, gif</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.alberton.info/video_preview_as_animated_gif_with_ffmpeg_and_spl.html"><img border="0" src="http://blogmarks.net/screenshots/2009/08/31/7c6316ac59f41557bbc133f92bb19f35.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.alberton.info/video_preview_as_animated_gif_with_ffmpeg_and_spl.html">Create a video preview as animated GIF with FFmpeg and PHP SPL</a></h4>
 
by <a href="http://blogmarks.net/user/dzc">dzc</a> 
<p class="description">create the video preview, we need PHP >= 5.1 with the Imagick extension and FFmpeg. FFmpeg supports most of the existing video formats, has a command line interface, and is available under the LGPL license.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/prog.%2BObj">prog. Obj</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lgpl">lgpl</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/spl">spl</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gif">gif</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058487355">Copy</a> | 
<a href="http://blogmarks.net/link/3329451">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jpcaruana/mark/1058450343">
<title>FFMPEG pour les nuls</title>
<link>http://www.korben.info/ffmpeg-pour-les-nuls.html</link>
<description></description>
<dc:date>2009-07-31T21:31:19Z</dc:date>
<dc:author>jpcaruana</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.korben.info/ffmpeg-pour-les-nuls.html"><img border="0" src="http://blogmarks.net/screenshots/2009/07/31/8649c291aa4db73cb3028e323443aaf6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.korben.info/ffmpeg-pour-les-nuls.html">FFMPEG pour les nuls</a></h4>
 
by <a href="http://blogmarks.net/user/jpcaruana">jpcaruana</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3301771">1 other(s)</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058450343">Copy</a> | 
<a href="http://blogmarks.net/link/3301771">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/marco/mark/1058449314">
<title>FFMPEG pour les nuls</title>
<link>http://www.korben.info/ffmpeg-pour-les-nuls.html</link>
<description></description>
<dc:date>2009-07-30T18:55:15Z</dc:date>
<dc:author>marco</dc:author>
<dc:subject>ffmpeg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.korben.info/ffmpeg-pour-les-nuls.html"><img border="0" src="http://blogmarks.net/screenshots/2009/07/31/8649c291aa4db73cb3028e323443aaf6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.korben.info/ffmpeg-pour-les-nuls.html">FFMPEG pour les nuls</a></h4>
 
by <a href="http://blogmarks.net/user/marco">marco</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3301771">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ffmpeg">ffmpeg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058449314">Copy</a> | 
<a href="http://blogmarks.net/link/3301771">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rmaltete/mark/1058295801">
<title>SUPER © .</title>
<link>http://www.erightsoft.com/SUPER.html</link>
<description>SUPER © Simplified Universal Player Encoder &amp; Renderer.
    A GUI to FFmpeg, MEncoder, MPlayer, x264, mppenc,
    ffmpeg2theora &amp; the theora/vorbis RealProducer plugIn. </description>
<dc:date>2009-04-23T11:49:11Z</dc:date>
<dc:author>rmaltete</dc:author>
<dc:subject>encodage, video</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.erightsoft.com/SUPER.html"><img border="0" src="http://blogmarks.net/screenshots/2009/04/23/17114e696247e7773ad4f4f09ffa2fab.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.erightsoft.com/SUPER.html">SUPER © .</a></h4>
 
by <a href="http://blogmarks.net/user/rmaltete">rmaltete</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/561938">7 other(s)</a> 
<p class="description">SUPER © Simplified Universal Player Encoder & Renderer.
    A GUI to FFmpeg, MEncoder, MPlayer, x264, mppenc,
    ffmpeg2theora & the theora/vorbis RealProducer plugIn. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/encodage">encodage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058295801">Copy</a> | 
<a href="http://blogmarks.net/link/561938">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kinwa/mark/1058075073">
<title>Custom PHP configuration from cPanel (php.ini, .htaccess)</title>
<link>http://vexxhost.com/blog/2008/11/23/custom-php-configuration-from-cpanel-phpini-htaccess/</link>
<description>VEXXHOST is offering now Custom PHP configuration from cPanel (php.ini, .htaccess). vexxhost clients can now modify php confiruration direcly from cPanel, they also can activate programs like FFMPEG and IonCube dirctly from Cpanel</description>
<dc:date>2008-11-29T16:46:37Z</dc:date>
<dc:author>kinwa</dc:author>
<dc:subject>web hosting, php webhosting, php configuration, FFMPEG web hosting, IonCube</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://vexxhost.com/blog/2008/11/23/custom-php-configuration-from-cpanel-phpini-htaccess/"><img border="0" src="http://blogmarks.net/screenshots/2008/11/29/294dfe0a375597f2cbd09366084e2d3d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://vexxhost.com/blog/2008/11/23/custom-php-configuration-from-cpanel-phpini-htaccess/">Custom PHP configuration from cPanel (php.ini, .htaccess)</a></h4>
 
by <a href="http://blogmarks.net/user/kinwa">kinwa</a> 
<p class="description">VEXXHOST is offering now Custom PHP configuration from cPanel (php.ini, .htaccess). vexxhost clients can now modify php confiruration direcly from cPanel, they also can activate programs like FFMPEG and IonCube dirctly from Cpanel</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web%2Bhosting">web hosting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php%2Bwebhosting">php webhosting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php%2Bconfiguration">php configuration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/FFMPEG%2Bweb%2Bhosting">FFMPEG web hosting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/IonCube">IonCube</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058075073">Copy</a> | 
<a href="http://blogmarks.net/link/2983245">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058072068">
<title>HandBrake</title>
<link>http://handbrake.fr/</link>
<description>HandBrake is no longer limited to DVDs: it will now accept practically any type of video as a source. This massive enhancement was achieved by tapping into the power of libavcodec and libavformat from the FFmpeg project.</description>
<dc:date>2008-11-26T12:57:37Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>video, divx, film, tools, software</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://handbrake.fr/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/08/1d909002f7d7b53340b64ff042deed67.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://handbrake.fr/">HandBrake</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2621134">7 other(s)</a> 
<p class="description">HandBrake is no longer limited to DVDs: it will now accept practically any type of video as a source. This massive enhancement was achieved by tapping into the power of libavcodec and libavformat from the FFmpeg project.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/divx">divx</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/film">film</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058072068">Copy</a> | 
<a href="http://blogmarks.net/link/2621134">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1058066955">
<title>HOWTO: Compile the latest ffmpeg and x264 from source - Ubuntu Forums</title>
<link>http://ubuntuforums.org/showthread.php?t=786095</link>
<description>ffmpeg is a versatile video tool used to encode and convert a multitude of video and audio formats. x264 is a library used to encode H264 video and creates excellent looking video usually superior to xvid and other popular codecs. x264 is used by Avidemux, GordianKnot, VLC Player, MEncoder, and Handbrake.

Although ffmpeg and x264 are available in the Ubuntu repositories, you may need to compile from source. For example, the ffmpeg-user mailing list requires that you use the latest ffmpeg svn before asking for help. Since ffmpeg and x264 are updated frequently, you may also like to have the bleeding-edge for encoding videos. Also, ffmpeg in the Ubuntu repository may not support all of the codecs and formats that you may need</description>
<dc:date>2008-11-21T17:26:47Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>ubuntu, video, convert, list, svn, ffmpeg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ubuntuforums.org/showthread.php?t=786095"><img border="0" src="http://blogmarks.net/screenshots/2008/11/21/ffeabdb0a10f5b54196657530bd81302.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ubuntuforums.org/showthread.php?t=786095">HOWTO: Compile the latest ffmpeg and x264 from source - Ubuntu Forums</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">ffmpeg is a versatile video tool used to encode and convert a multitude of video and audio formats. x264 is a library used to encode H264 video and creates excellent looking video usually superior to xvid and other popular codecs. x264 is used by Avidemux, GordianKnot, VLC Player, MEncoder, and Handbrake.

Although ffmpeg and x264 are available in the Ubuntu repositories, you may need to compile from source. For example, the ffmpeg-user mailing list requires that you use the latest ffmpeg svn before asking for help. Since ffmpeg and x264 are updated frequently, you may also like to have the bleeding-edge for encoding videos. Also, ffmpeg in the Ubuntu repository may not support all of the codecs and formats that you may need</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ubuntu">ubuntu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/convert">convert</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/list">list</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svn">svn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ffmpeg">ffmpeg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058066955">Copy</a> | 
<a href="http://blogmarks.net/link/2975373">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1058013837">
<title>Manipulez des vidéos en Php avec ffmpeg-php - DigitalSpirit</title>
<link>http://www.digitalspirit.org/blog/index.php/post/2008/10/09/Ffmpeg-et-Php</link>
<description></description>
<dc:date>2008-10-10T12:14:40Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>php, ffmpeg, video</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.digitalspirit.org/blog/index.php/post/2008/10/09/Ffmpeg-et-Php"><img border="0" src="http://blogmarks.net/screenshots/2008/10/10/1e6929310cfb0641f9e775429a632f75.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.digitalspirit.org/blog/index.php/post/2008/10/09/Ffmpeg-et-Php">Manipulez des vidéos en Php avec ffmpeg-php - DigitalSpirit</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ffmpeg">ffmpeg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058013837">Copy</a> | 
<a href="http://blogmarks.net/link/2926391">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057986850">
<title>Panda - Open source video platform</title>
<link>http://pandastream.com/</link>
<description>Panda is an open source solution for video uploading, encoding and streaming.

Unlike other video platforms, Panda is not just a service for encoding your videos for the web; Panda handles the whole process. From the upload form to streaming, Panda takes control.

By providing an elegant REST API, Panda makes it completely painless to implement full video uploading, encoding and streaming functionality to your web application in a matter of hours.

    * Runs completely within Amazon's Web Services utilising EC2, S3 and SimpleDB.
    * Everything contained within one elegant Merb application.
    * Support for the numerous encoding profiles FFmpeg supports including FLV, h264 for Flash a iPhone formats.
    * Panda gem for painless integration with Ruby on Rails and Merb.
    * Lovely little admin dashboard for managing your videos.</description>
<dc:date>2008-09-18T12:19:56Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>web, flash, application, video, admin, upload, form, streaming</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pandastream.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/09/21/17e0cd0d04697bb7ff1381a304bb5aa5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pandastream.com/">Panda - Open source video platform</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2901361">2 other(s)</a> 
<p class="description">Panda is an open source solution for video uploading, encoding and streaming.

Unlike other video platforms, Panda is not just a service for encoding your videos for the web; Panda handles the whole process. From the upload form to streaming, Panda takes control.

By providing an elegant REST API, Panda makes it completely painless to implement full video uploading, encoding and streaming functionality to your web application in a matter of hours.

    * Runs completely within Amazon's Web Services utilising EC2, S3 and SimpleDB.
    * Everything contained within one elegant Merb application.
    * Support for the numerous encoding profiles FFmpeg supports including FLV, h264 for Flash a iPhone formats.
    * Panda gem for painless integration with Ruby on Rails and Merb.
    * Lovely little admin dashboard for managing your videos.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flash">flash</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/admin">admin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/upload">upload</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/form">form</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/streaming">streaming</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057986850">Copy</a> | 
<a href="http://blogmarks.net/link/2901361">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057954720">
<title>XBMC Media Center // Home //</title>
<link>http://xbmc.org/home/</link>
<description>XBMC [1] signifiait anciennement XBox Media Center mais depuis la sortie de ‘Atlantis’ [2], nom de code donné à sa dernière mouture actuellement en Beta, cela n'est plus vrai. En effet, XBMC devient multi-plateforme et son acronyme devient récursif (XBMC Media Center).

XBMC est pour ceux qui ne l'aurait pas encore remarqué un centre multimédia initialement conçu pour ne fonctionner que sur la console de jeux de Microsoft : la Xbox de première génération. Cependant, les utilisateurs souhaitaient pouvoir utiliser leur fabuleux centre multimédia sur d'autres plateformes et donc un gros travail de portage a été lancé. Ce travail abouti maintenant avec une première version Beta disponible d'hors et déjà sur les différentes plateformes concernées [3].

Vous trouverez donc une version &quot;live&quot; à mettre sur CD-ROM ou clé USB, une version Window XP/Vista, une version MacOS X et bien sûre une version pour GNU/Linux. XBMC est toujours disponible pour sa plateforme de prédilection et ne compte pas l'abandonner mais pour des raisons de légalité, il est impossible de fournir le binaire créé à l'aide du kit de développement de la Xbox délivré par Microsoft. Il faut alors acquérir ce kit (de manière plus ou moins légale) et compiler soit même le binaire pour la version Xbox.

Au niveau des fonctionnalités, on peut déjà dire que XBMC se base sur de nombreux projets libres pour accomplir ses tâches. Par exemple, MPlayer pour la lecture de nombreux formats audios et vidéos, FFmpeg pour la lecture des DVD, Filezilla pour l'accès FTP, Samba pour le partage de fichiers, etc... Un listing complet des fonctionnalités est disponible en [4].

Vous n'avez donc plus aucune raison pour tester et profiter de ce fabuleux logiciels ;)

[1] http://xbmc.org/
[2] http://xbmc.org/blog/2008/09/18/xbmc-atlantis-beta-1-release(...)
[3] http://xbmc.org/download/
[4] http://xbmc.org/about/features/</description>
<dc:date>2008-09-19T10:57:07Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>media center, server, media, linux, windows, mac</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://xbmc.org/home/"><img border="0" src="http://blogmarks.net/screenshots/2008/09/19/727906e2d42d2469e1fb7d4e73de0e85.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://xbmc.org/home/">XBMC Media Center // Home //</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">XBMC [1] signifiait anciennement XBox Media Center mais depuis la sortie de ‘Atlantis’ [2], nom de code donné à sa dernière mouture actuellement en Beta, cela n'est plus vrai. En effet, XBMC devient multi-plateforme et son acronyme devient récursif (XBMC Media Center).

XBMC est pour ceux qui ne l'aurait pas encore remarqué un centre multimédia initialement conçu pour ne fonctionner que sur la console de jeux de Microsoft : la Xbox de première génération. Cependant, les utilisateurs souhaitaient pouvoir utiliser leur fabuleux centre multimédia sur d'autres plateformes et donc un gros travail de portage a été lancé. Ce travail abouti maintenant avec une première version Beta disponible d'hors et déjà sur les différentes plateformes concernées [3].

Vous trouverez donc une version "live" à mettre sur CD-ROM ou clé USB, une version Window XP/Vista, une version MacOS X et bien sûre une version pour GNU/Linux. XBMC est toujours disponible pour sa plateforme de prédilection et ne compte pas l'abandonner mais pour des raisons de légalité, il est impossible de fournir le binaire créé à l'aide du kit de développement de la Xbox délivré par Microsoft. Il faut alors acquérir ce kit (de manière plus ou moins légale) et compiler soit même le binaire pour la version Xbox.

Au niveau des fonctionnalités, on peut déjà dire que XBMC se base sur de nombreux projets libres pour accomplir ses tâches. Par exemple, MPlayer pour la lecture de nombreux formats audios et vidéos, FFmpeg pour la lecture des DVD, Filezilla pour l'accès FTP, Samba pour le partage de fichiers, etc... Un listing complet des fonctionnalités est disponible en [4].

Vous n'avez donc plus aucune raison pour tester et profiter de ce fabuleux logiciels ;)

[1] http://xbmc.org/
[2] http://xbmc.org/blog/2008/09/18/xbmc-atlantis-beta-1-release(...)
[3] http://xbmc.org/download/
[4] http://xbmc.org/about/features/</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/media%2Bcenter">media center</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/media">media</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/windows">windows</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057954720">Copy</a> | 
<a href="http://blogmarks.net/link/2873994">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1057885874">
<title>Cedynamix » WinFF en version 0.41 et en Français</title>
<link>http://www.cedynamix.fr/2008/04/13/WinFF-en-version-041-et-en-Francais/</link>
<description>Ce petit logiciel grâce à une interface graphique, vous permet d’effectuer tous types de conversions de fichiers vidéo dans divers formats pré-réglés, ce qui vous évitera de taper les lignes de commandes à rallonge de ffmpeg depuis un Terminal.</description>
<dc:date>2008-06-18T11:43:28Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>ubuntu, linux, telecharger, video, open.source</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cedynamix.fr/2008/04/13/WinFF-en-version-041-et-en-Francais/"><img border="0" src="http://blogmarks.net/screenshots/2008/06/18/47fab67282f45d033602cb3fc92c2569.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cedynamix.fr/2008/04/13/WinFF-en-version-041-et-en-Francais/">Cedynamix » WinFF en version 0.41 et en Français</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
<p class="description">Ce petit logiciel grâce à une interface graphique, vous permet d’effectuer tous types de conversions de fichiers vidéo dans divers formats pré-réglés, ce qui vous évitera de taper les lignes de commandes à rallonge de ffmpeg depuis un Terminal.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ubuntu">ubuntu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/telecharger">telecharger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/open.source">open.source</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057885874">Copy</a> | 
<a href="http://blogmarks.net/link/2799373">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Emaux/mark/1057877596">
<title>FFmpeg</title>
<link>http://ffmpeg.mplayerhq.hu/</link>
<description></description>
<dc:date>2008-06-12T09:49:21Z</dc:date>
<dc:author>Emaux</dc:author>
<dc:subject>video, codec</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ffmpeg.mplayerhq.hu/"><img border="0" src="http://blogmarks.net/screenshots/2008/06/12/9151e62541f48138a65014e7d943e1c4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a></h4>
 
by <a href="http://blogmarks.net/user/Emaux">Emaux</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1484526">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/codec">codec</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057877596">Copy</a> | 
<a href="http://blogmarks.net/link/1484526">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Ithil/mark/1057754721">
<title>Antofalinux Comunidad de Usuarios Linux de Antofagasta - Convertir videos FLV</title>
<link>http://www.antofalinux.cl/index.php?option=com_content&amp;task=view&amp;id=116&amp;Itemid=51</link>
<description>para FireFox.. Si quieres acceder a su página para ver las especificaciones pulsa aquí.

Demosle entonces:

Instalaremos dos aplicaciones, ffmpeg y mencoder

sudo apt-get install ffmpeg mencoder 

Ffmpeg es una aplicación de comando que convierte vídeo y audio de un formato a otro, mientras que mencoder es más utilizado para pasar de ogg a avi.
CÓMO CONVERTIR LOS *.FLV

Una vez bajados los flv con la anterior aplicación, procedemos a abrir la consola:

Convertir FLV to AVI

ffmpeg -i archivo.flv nuevo_archivo.avi

Convertir FLV to MPG

ffmpeg -i archivo.flv nuevo_archivo.mpeg

Convertir AVI a 3GP

ffmpeg -i video.avi-s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -r 25 -ab 32 -y video.3gp

Convertir MPG a 3GP

ffmpeg -i video.mpg -s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -ab 32 -y video.3gp

Convertir 3GP a AVI

ffmpeg -i video.3gp -f avi -vcodec xvid -acodec mp3 -ar 22050 video.avi

Convertir OGG a AVI

</description>
<dc:date>2008-03-27T10:00:47Z</dc:date>
<dc:author>Ithil</dc:author>
<dc:subject>linux, ffmepeg, Video Conversion, eencoder</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.antofalinux.cl/index.php?option=com_content&amp;task=view&amp;id=116&amp;Itemid=51"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.antofalinux.cl/index.php?option=com_content&amp;task=view&amp;id=116&amp;Itemid=51">Antofalinux Comunidad de Usuarios Linux de Antofagasta - Convertir videos FLV</a></h4>
 
by <a href="http://blogmarks.net/user/Ithil">Ithil</a> 
<p class="description">para FireFox.. Si quieres acceder a su página para ver las especificaciones pulsa aquí.

Demosle entonces:

Instalaremos dos aplicaciones, ffmpeg y mencoder

sudo apt-get install ffmpeg mencoder 

Ffmpeg es una aplicación de comando que convierte vídeo y audio de un formato a otro, mientras que mencoder es más utilizado para pasar de ogg a avi.
CÓMO CONVERTIR LOS *.FLV

Una vez bajados los flv con la anterior aplicación, procedemos a abrir la consola:

Convertir FLV to AVI

ffmpeg -i archivo.flv nuevo_archivo.avi

Convertir FLV to MPG

ffmpeg -i archivo.flv nuevo_archivo.mpeg

Convertir AVI a 3GP

ffmpeg -i video.avi-s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -r 25 -ab 32 -y video.3gp

Convertir MPG a 3GP

ffmpeg -i video.mpg -s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -ab 32 -y video.3gp

Convertir 3GP a AVI

ffmpeg -i video.3gp -f avi -vcodec xvid -acodec mp3 -ar 22050 video.avi

Convertir OGG a AVI

</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ffmepeg">ffmepeg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Video%2BConversion">Video Conversion</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eencoder">eencoder</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057754721">Copy</a> | 
<a href="http://blogmarks.net/link/2718270">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057741151">
<title>Ffmpeg : améliorer la version debian/ubuntu - apt-get install blog</title>
<link>http://aptgetinstall.free.fr/index.php?2008/03/15/30-ffmpeg-ameliorer-la-version-debian</link>
<description></description>
<dc:date>2008-03-17T15:05:04Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>install, ffmpeg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://aptgetinstall.free.fr/index.php?2008/03/15/30-ffmpeg-ameliorer-la-version-debian"><img border="0" src="http://blogmarks.net/screenshots/2008/03/17/af161bf6dd7a1507460d8bccee679501.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://aptgetinstall.free.fr/index.php?2008/03/15/30-ffmpeg-ameliorer-la-version-debian">Ffmpeg : améliorer la version debian/ubuntu - apt-get install blog</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/install">install</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ffmpeg">ffmpeg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057741151">Copy</a> | 
<a href="http://blogmarks.net/link/2706337">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jean-gael/mark/1057691594">
<title>ffmpeg-php</title>
<link>http://ffmpeg-php.sourceforge.net/</link>
<description></description>
<dc:date>2008-02-08T11:35:00Z</dc:date>
<dc:author>jean-gael</dc:author>
<dc:subject>php, php_appllcation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ffmpeg-php.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/02/08/37b4a39daf2fdfac704c6b8d8d144fbc.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a></h4>
 
by <a href="http://blogmarks.net/user/jean-gael">jean-gael</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/63627">8 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php_appllcation">php_appllcation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057691594">Copy</a> | 
<a href="http://blogmarks.net/link/63627">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057638259">
<title>WinFF convertisseur vidéo efficace - Cedynamix</title>
<link>http://www.cedynamix.fr/dotclear/index.php?post/2008/01/02/WinFF-convertisseur-video-efficace</link>
<description>Pour ceux qui ne connaissent pas, WinFF est un frontend pour ffmpeg. C'est-à-dire qu'au moyen d'une interface graphique, WinFF nous permet d'effectuer tout type de conversions de fichiers vidéo rapidement et facilement d'un seul trait et cela sans avoir à appeler une ligne de commandes sans fin de ffmpeg à taper dans la console du Terminal.

WinFF convertit des fichiers multiples dans des formats multiples. Vous pouvez par exemple convertir un fichier MPEG et un flv, le tout dans le même fichier avi de destination. La liste des formats de conversion pré définis est impressionnante. Pour être précis j'en ai compté 40.</description>
<dc:date>2008-01-03T15:20:33Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>interface, conversion, ffmpeg, video</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cedynamix.fr/dotclear/index.php?post/2008/01/02/WinFF-convertisseur-video-efficace"><img border="0" src="http://blogmarks.net/screenshots/2008/01/03/9b625709e097cdc0e212c058aa618765.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cedynamix.fr/dotclear/index.php?post/2008/01/02/WinFF-convertisseur-video-efficace">WinFF convertisseur vidéo efficace - Cedynamix</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">Pour ceux qui ne connaissent pas, WinFF est un frontend pour ffmpeg. C'est-à-dire qu'au moyen d'une interface graphique, WinFF nous permet d'effectuer tout type de conversions de fichiers vidéo rapidement et facilement d'un seul trait et cela sans avoir à appeler une ligne de commandes sans fin de ffmpeg à taper dans la console du Terminal.

WinFF convertit des fichiers multiples dans des formats multiples. Vous pouvez par exemple convertir un fichier MPEG et un flv, le tout dans le même fichier avi de destination. La liste des formats de conversion pré définis est impressionnante. Pour être précis j'en ai compté 40.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interface">interface</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/conversion">conversion</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ffmpeg">ffmpeg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057638259">Copy</a> | 
<a href="http://blogmarks.net/link/2617863">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/alexnihilo/mark/1057634066">
<title>FFmpeg</title>
<link>http://ffmpeg.mplayerhq.hu/</link>
<description></description>
<dc:date>2007-12-31T18:00:49Z</dc:date>
<dc:author>alexnihilo</dc:author>
<dc:subject>geek, videos</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ffmpeg.mplayerhq.hu/"><img border="0" src="http://blogmarks.net/screenshots/2008/06/12/9151e62541f48138a65014e7d943e1c4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a></h4>
 
by <a href="http://blogmarks.net/user/alexnihilo">alexnihilo</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1484526">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geek">geek</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/videos">videos</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057634066">Copy</a> | 
<a href="http://blogmarks.net/link/1484526">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057466810">
<title>ffmpeg-php</title>
<link>http://ffmpeg-php.sourceforge.net/</link>
<description>ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)</description>
<dc:date>2007-10-02T22:07:46Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>php, video, extension, image, images, ffmpeg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ffmpeg-php.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/02/08/37b4a39daf2fdfac704c6b8d8d144fbc.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/63627">8 other(s)</a> 
<p class="description">ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/extension">extension</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/image">image</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/images">images</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ffmpeg">ffmpeg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057466810">Copy</a> | 
<a href="http://blogmarks.net/link/63627">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kalooni/mark/1057466243">
<title>ffmpeg-php</title>
<link>http://ffmpeg-php.sourceforge.net/</link>
<description>ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)</description>
<dc:date>2007-10-02T12:43:43Z</dc:date>
<dc:author>kalooni</dc:author>
<dc:subject>php, vidéo, conversion</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ffmpeg-php.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/02/08/37b4a39daf2fdfac704c6b8d8d144fbc.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a></h4>
 
by <a href="http://blogmarks.net/user/kalooni">kalooni</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/63627">8 other(s)</a> 
<p class="description">ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vid%25C3%25A9o">vidéo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/conversion">conversion</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057466243">Copy</a> | 
<a href="http://blogmarks.net/link/63627">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oseres/mark/1057421869">
<title>Tutoriel Linux : convertir des vidéos en 3gp avec ffmpeg - Le blog d'Aozeo</title>
<link>http://www.aozeo.com/blog/40-linux-convertir-videos-3gp-ffmpeg-telephone-portable</link>
<description></description>
<dc:date>2007-08-29T21:30:11Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>linux, 3gp</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.aozeo.com/blog/40-linux-convertir-videos-3gp-ffmpeg-telephone-portable"><img border="0" src="http://blogmarks.net/screenshots/2007/08/29/2784d01d82b41144329650d41ed9b56f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.aozeo.com/blog/40-linux-convertir-videos-3gp-ffmpeg-telephone-portable">Tutoriel Linux : convertir des vidéos en 3gp avec ffmpeg - Le blog d'Aozeo</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/3gp">3gp</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057421869">Copy</a> | 
<a href="http://blogmarks.net/link/2423401">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Xavier Lacot/mark/1057413735">
<title>Come realizzare un clone di Youtube in PHP » Paolo Mainardi</title>
<link>http://www.mainardipaolo.org/2007/08/23/come-realizzare-un-clone-di-youtube-in-php/</link>
<description>How to build a youtube like in PHP using ffmpeg and flvtool2.</description>
<dc:date>2007-08-24T07:31:25Z</dc:date>
<dc:author>Xavier Lacot</dc:author>
<dc:subject>php, youtube, ffmpeg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mainardipaolo.org/2007/08/23/come-realizzare-un-clone-di-youtube-in-php/"><img border="0" src="http://blogmarks.net/screenshots/2007/08/24/0bdb1505ceec0101ec10ea4eb5ce8905.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mainardipaolo.org/2007/08/23/come-realizzare-un-clone-di-youtube-in-php/">Come realizzare un clone di Youtube in PHP » Paolo Mainardi</a></h4>
 
by <a href="http://blogmarks.net/user/Xavier Lacot">Xavier Lacot</a> 
<p class="description">How to build a youtube like in PHP using ffmpeg and flvtool2.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/youtube">youtube</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ffmpeg">ffmpeg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057413735">Copy</a> | 
<a href="http://blogmarks.net/link/2416289">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/lilin/mark/1057393004">
<title>Making movies from image files using ffmpeg/mencoder</title>
<link>http://electron.mit.edu/~gsteele/ffmpeg/</link>
<description></description>
<dc:date>2007-08-09T16:39:00Z</dc:date>
<dc:author>lilin</dc:author>
<dc:subject>pdf</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://electron.mit.edu/~gsteele/ffmpeg/"><img border="0" src="http://blogmarks.net/screenshots/2007/08/09/1897e30ee1f8d73b77ed80501e49c04a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://electron.mit.edu/~gsteele/ffmpeg/">Making movies from image files using ffmpeg/mencoder</a></h4>
 
by <a href="http://blogmarks.net/user/lilin">lilin</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1334410">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pdf">pdf</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057393004">Copy</a> | 
<a href="http://blogmarks.net/link/1334410">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/lecyborg/mark/1057368658">
<title>Convert and display Flash video</title>
<link>http://javier.rodriguez.org.mx/index.php/2007/04/10/uhowto-convert-and-display-flash-video/</link>
<description>So you want to publish that nice family video in your page/blog/intranet without forcing your visitors to download, install and activate some obscure browser plugin and *then* wait for a 200MB download… Well.. That’s easy as cake!
First, let’s use ffmpeg to convert the video from avi, mpg or mov to something that we can stream to a nice Flash video player:</description>
<dc:date>2007-07-28T13:04:24Z</dc:date>
<dc:author>lecyborg</dc:author>
<dc:subject>blog, plugin, video, flash, proprio, tutorial</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://javier.rodriguez.org.mx/index.php/2007/04/10/uhowto-convert-and-display-flash-video/"><img border="0" src="http://blogmarks.net/screenshots/2007/07/28/1594f8fe032512dd0851a5ac8595ff66.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://javier.rodriguez.org.mx/index.php/2007/04/10/uhowto-convert-and-display-flash-video/">Convert and display Flash video</a></h4>
 
by <a href="http://blogmarks.net/user/lecyborg">lecyborg</a> 
<p class="description">So you want to publish that nice family video in your page/blog/intranet without forcing your visitors to download, install and activate some obscure browser plugin and *then* wait for a 200MB download… Well.. That’s easy as cake!
First, let’s use ffmpeg to convert the video from avi, mpg or mov to something that we can stream to a nice Flash video player:</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/plugin">plugin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flash">flash</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/proprio">proprio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorial">tutorial</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057368658">Copy</a> | 
<a href="http://blogmarks.net/link/2378403">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/w0arz/mark/1057350819">
<title>ffmpeg tutorial</title>
<link>http://www.dranger.com/ffmpeg/end.html</link>
<description></description>
<dc:date>2007-07-19T00:49:12Z</dc:date>
<dc:author>w0arz</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.dranger.com/ffmpeg/end.html"><img border="0" src="http://blogmarks.net/screenshots/2007/07/19/3e712636672bc1874dfc8338d28926a4.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.dranger.com/ffmpeg/end.html">ffmpeg tutorial</a></h4>
 
by <a href="http://blogmarks.net/user/w0arz">w0arz</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057350819">Copy</a> | 
<a href="http://blogmarks.net/link/2362413">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>