I have a stream of JPEG frames and accompanying sound buffers that I want to write to a video file. If possible, I would like to allow the user to select a format from the available Windows codecs, if the library / component supports their use. If not, then if he can create something popular, such as AVI, WMV or MOV files, then that will be fine. Does anyone know of a good Delphi 6 compatible library or component that can do this? If not, the C / C ++ sample will work too.
source share