Support writing arbitrary key/value pairs to container metadata #1601
Michael-Equi
started this conversation in
2. Feature Ideas
Replies: 1 comment
-
In addition to adding metadata to the container. Let's also be able to add it to the streams.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Desired Behavior
Currently only the title is allowed to be written to a containers metadata. The behavior is tested in the following unit test:
PyAV/tests/test_encode.py
Line 74 in 86f66ac
I have confirmed ffmpeg does support this by using the following CLI command given the path to a libx264 encoded video.
Example API
Allow any arbitrary key/value pair to be written to the metadata in the same way title can be written to the metadata.
Beta Was this translation helpful? Give feedback.
All reactions