mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-03-04 22:17:35 +08:00
feat(encoder): copy input streams' metadata to output streams (#1284)
* feat(encoder): copy language tag for audio and subtitle streams Containers with audio streams for different languages use a tag to signal which track contains which language. This information is saved in the metadata object of a stream and needs to be copied in addition to the codec properties. * feat(encoder): copy input streams' metadata to output streams --------- Signed-off-by: k4yt3x <i@k4yt3x.com> Co-authored-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
- Multi-versioning to critical functions to enhance performance in generic architecture builds.
|
||||
- The feature to copy input streams' metadata to the output streams (#1282).
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user