I can compile output_example.c for android but when I try to use it then 
av_guess_format never finds a format. Is it possible that this is an issue of 
my particular ffmpeg build? In my configure script I see the option to 
disable-muxers. What muxers do I need to create mpeg4 videos?
What else could cause av_guess_format to fail?

I'm using the unchanged code of output_example.c

best regards,
berliner

Am 19.07.2010 um 08:29 schrieb Steffen Ebersbach:

> Hi
> 
> 
> For encoding picture to video, the output_example.c at the source of
> ffmpeg is a good start. FFmpeg also have a jpeg decoder , but I haven't
> ever work with it. To use the pictures they had to have a pixel format
> like YUV or RGB.
> 
> Steffen
> 
> 
>> Hi,
>> 
>> I just started with ffmpeg, using it on the android platform.
>> 
>> I need a way to transform a whole bunch of jpg encoded images into a video
>> (mp4, h263 or something like this). Are there any tutorials that you could
>> recommend to get started?
>> Any suggestions or hints in the right direction would be very appreciated.
>> 
>> best regards,
>> berliner
>> _______________________________________________
>> libav-user mailing list
>> [email protected]
>> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>> 
> 
> 
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user

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

Reply via email to