Hi,

On Thu, Jan 27, 2011 at 10:31 AM, mdv <[email protected]> wrote:
> I am new to this list (new to ffmpeg) and would appreciate some direction.  I
> want to write a conversion utility as follows.
>
> Input 1: A stored file with RTP headers and H.264 elementary video data
> Input 2: A stored file with RTP headers and PCM audio samples
> (Note: These are saved files from a video conference on a video unit that we
> have developed.  The RTP headers include timestamps that sync the audio and
> video)
>
> Output: an .mp4 file with the H.264 video and AAC audio so it can be played
> back on any standard player, i.e. Youtube.  My assumption was that AAC is
> the most standard audio codec in most players, so the conversion would have
> to include an encode from PCM to AAC.
>
> I am hoping to use the libavcodec and libavformat libraries as these are
> available on our video unit.
>
> Any direction, thoughts, sample code, tutorials, etc.  would be very
> helpful.

Look at output_example.c.

Ronald
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to