2010/1/8 Makc <[email protected]>: > 2010/1/9 Gustavo González <[email protected]>: >> 2010/1/8 Makc <[email protected]>: >>> hello, >>> >>> can you point me to sample code (or suggest proper search terms) that >>> would record video in any format from bitmap in memory using ffmpeg? >> >> Do you mean sample code showing how to take an array of bitmaps and >> translate it into a video file? >> > > basically I want to re-create bitmap in memory and add as a frame. > meanwhile I have found output_example.c, is it what I want?
output_example.c is a good starting point to understand the ffmpeg API. Now, about your specific question, I recommend you to follow these threads: http://lists.mplayerhq.hu/pipermail/libav-user/2009-November/003941.html http://lists.mplayerhq.hu/pipermail/libav-user/2009-November/004019.html I hope you find some hints around :) -- ============================ Gustavo Gonzalez [email protected] ============================ _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
