On Thu, Mar 31, 2016 at 11:55 AM, Przemysław Sobala
<przemyslaw.sob...@gmail.com> wrote:
> Hello
>    I've altered doc/examples/transcoding.c to encode using aac codec:
>

The transcoding example isn't all the powerful, its specifically
designed to transcode to the same format for demo purposes, which
assumes the frame size of the input is the same as the frame size of
the output.
If you use another codec, thats not guaranteed anymore, and there
would need to be a audio fifo to deliver appropriate frames to the
audio encode API.

There is another example, transcode_aac, which handles this audio fifo.

- Hendrik
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to