On 15/11/13 00:10, Michael Kannard wrote: > Hello, I am new to LibAV. > > > > I am writing an MOV file, and having problems getting time code > embedded in the file. > > I am currently using the windows binaries. > > Everything with the file comes out great, but no time code is > available in quick time. > > > > I've seen some code posted that adds a dictionary item of "timecode" > to the metadata of the video stream, so I've added it here, but with > no success.
Timecode is considered a data stream thus saved and copied accordingly. Probably could make sense to decode it and use it as metadata. lu _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
