<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 07/17/2013 03:27 PM, Francesco
      Damato wrote:<br>
    </div>
    <blockquote cite="mid:51E66AA2.1020109@gmail.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      Hi,<br>
      <br>
      I am an engineering student and i am writing a C program to encode
      to mpeg2 video read from file, send it to a stream and then decode
      it.<br>
      <br>
      I saw the example decoding_encoding.c that generates a video from
      dummy pictures... but how do I replace this part and read and
      encode my video? <br>
      <br>
      Can you help me, there are other examples or books available?<br>
      <br>
      <br>
      Thanks!!!
      <div>
        <div><img src="cid:part1.06030005.04000708@gmail.com"></div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
    </blockquote>
    hi Francesco Damato <br>
    <br>
    Please look avformat_open_input api <br>
    and avformat_find_stream_info<br>
    u may need to comment out auto generate video part from that code.<br>
    <br>
    Thanks<br>
    Anshul Maheshwari<br>
  </body>
</html>