avcpp icon indicating copy to clipboard operation
avcpp copied to clipboard

"Transmux" metadata

Open h4tr3d opened this issue 9 years ago • 0 comments

Add ability to copy metadata from input sources to the output one.

Metadata aware objects:

  1. AVFormatContext (FormatContext)
  2. AVChapter (#15)
  3. AVProgram (#16)
  4. AVStream (Stream2)
  5. AVFrame (VideoFrame2, AudioSamples2, av_frame_get_metadata(), av_frame_copy_props())

Note, that metadata of the FormatContext and Stream2 can be changed during playback. Refer to the FormatContext::eventFlags() and Stream2::eventFlags() family methods.

h4tr3d avatar Mar 14 '16 12:03 h4tr3d