Hi, I am using ffmpeg to build an AVI container file on an embedded system. Basically my sequence of operations are: url_fopen and av_write_header to create the file av_write_frame for each Audio and Video frames I am adding into the file container av_write_trailer and url_fclose when I am finished with the file.
Is there any way that I can 'finalize' the avi file without closing it ? Basically, I'd like to perform this kind of operation periodically (say each 5 seconds or so), so if the device would lose power or if the user would remove the SD card, the AVI file would still be usable up to the last point of 'finalization'. Thank you in advance. ~Olivier _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
