<div>Nicolas, thanks for answer. Currently I implement this solution but I have a warning message:<br></div><div>Que input is backward in time</div><div><br></div><div>but I think I will resolve it :-)</div><br><div class="gmail_quote">
2012/11/15 Nicolas George <span dir="ltr"><<a href="mailto:nicolas.george@normalesup.org" target="_blank">nicolas.george@normalesup.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le quintidi 25 brumaire, an CCXXI, hatred a écrit :<br>
<div class="im">> I think that I must split one AVFrame into two or more and encode this<br>
> resulting frames. Is it valid way? Do I must do it manualy with<br>
> av_samples_copy?<br>
<br>
</div>Yes. This is clumsy but currently unavoidable. A simpler API was suggested<br>
at some point, but no one did anything for it.<br>
<br>
You could use a filter to do the work, but it would probably be overkill.<br>
<div class="im"><br>
>                  How I can recalculate PTS for resulting frames?<br>
<br>
</div>A simple extrapolation based on the sample rate versus time base, using<br>
av_rescale_q. If the time base is the same as the sample rate, it is even<br>
easier.<br>
</blockquote></div><br>