On 12/22/2010 07:53 PM, Jan Pěkník wrote:
> Hello,
> I need to implement 3GP encoding on embedded ARM based system (with
> proprietary OS), after
> some research I've decided to try it with ffmpeg. The task is only to
> create
> .3gp or .mp4 file from input of series of images (raw pixel data) and
> audio track (raw 22050hz data also),
> no decoding, playback, or any other functionality is needed. Performance
> is not an issue, as encoding
> will not be performed realtime. The problem is, I probably cannot afford
> to build whole ffmpeg and link it,
> as there would be too much overhead ( I can probably afford 1MB library
> added, but not much more).
> Could please someone give me any hints what would be the best approach?
> 
> best regards,
> jpeknik

Look what configure has to offer with regard to what features you need
to be included in the libs.

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

Reply via email to