<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Il 20/06/2012 19:22, Krzysztof ha scritto:
    <blockquote
cite="mid:CACLODVBSwUXqhtRAdq3Wm9hgg3zjQKgcMAuu9ZQ6-wwgnDo9iA@mail.gmail.com"
      type="cite">
      <pre wrap="">Ffmpeg looks similar like Mencoder project. So I have some solutions
for output encoding, but there is a problem how to send frames to this
encoders. Mencoder can encode video from series of PNG files, but
can't find similar option in ffmpeg.</pre>
    </blockquote>
    <code class="example"><br>
    </code><font face="Times New Roman, Times, serif"><code
        class="example"><br>
        That's the command line to convert a png file image to a mpeg2
        video format, using ffmpeg:</code><br>
      <code class="example"></code><br>
      <code class="example">ffmpeg -f image2 -vcodec png -i menu.png
        -target pal-dvd -vcodec mpeg2video -an menu.mpeg</code><br>
      <code class="example"></code><br>
      <code class="example">this makes me believe that the ffmpeg
        libraries should provide all what's required.</code><br>
      <code class="example"></code><br>
      <code class="example">Giuliano</code></font>
    <p><code class="example"></code></p>
    <code class="example"><br>
    </code><br>
  </body>
</html>