> I am just looking for a way to open a new avi file, setting the fourCC, > frame size, frame and then adding the frames one after an other. > The byte arrays containing the frame data are already packed, specified by > the fourCC. > > Does someone know an available source code example? > Or would support me with a few lines of code or some hints which methods I > should use?
Take a look at api-example.c in ffmpeg/libavcodec. In particular, at video_encode_example(). _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
