<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged screencast video ubuntu</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/screencast+video+ubuntu/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/screencast+video+ubuntu/order_by/date</id>
  <updated>2006-11-04T11:44:23Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Faire un screencast sous Ubuntu Edgy</title>
  <link href="http://snippets.prendreuncafe.com/snippet/9"></link>
  <updated>2006-11-04T11:44:23Z</updated>
  <id>9</id>
  <summary type="html">Pas facile vu que ffmpeg nécessite un patch. Heureusement, y'a un .deb de la version patchée :

[code]
$ wget -c http://erunar.co.uk/debs/ubuntu_dapper/ffmpeg-0.4.9-p20051216_i386.deb
$ dpkg -i ffmpeg-0.4.9-p20051216_i386.deb
[/code]

Pour lancer une capture :

[code]
$ ffmpeg -vcodec mpeg4 -b 1000 -r 10 -g 300 -vd x11:0,0 -s 1400x1050 ~/Desktop/test.avi
[/code]

Il faut adapter 1400x1050 à la résolution de l'écran, oeuf corse.</summary>
</entry>
</feed>