You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note, that metadata of the FormatContext and Stream2 can be changed during playback. Refer to the FormatContext::eventFlags() and Stream2::eventFlags() family methods.
The text was updated successfully, but these errors were encountered:
Add ability to copy metadata from input sources to the output one.
Metadata aware objects:
AVFormatContext
(FormatContext
)AVChapter
(Chapters support #15)AVProgram
(Programs support #16)AVStream
(Stream2
)AVFrame
(VideoFrame2
,AudioSamples2
,av_frame_get_metadata()
,av_frame_copy_props()
)Note, that metadata of the
FormatContext
andStream2
can be changed during playback. Refer to theFormatContext::eventFlags()
andStream2::eventFlags()
family methods.The text was updated successfully, but these errors were encountered: