Hello ,
        I have checked out the latest copy of FFmpeg and using the 
gas-preprocessor, I have been able to generate the FFmpeg libraries for iPhone. 
I basically want to provide a record feature for my iPhone app. i.e I want to 
extract a series of images and then convert them back into a movie

>From the terminal, I have been able to do so using the commands

ffmpeg -i video.mpg image%d.jpg //Video to image
ffmpeg -f image2 -i image%d.jpg video.mpg //Image to video

This is what i want to do actually, the only difference being on a iPhone.
What i wanted to know was, which method/class/api should i use for doing that? 
I add the libraries into an iPhone app, but not sure which method to call. Any 
suggestions,tips,tricks? Thanks in advance

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

Reply via email to