Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow it to change color and label of STEMs #13710

Open
JoergAtGithub opened this issue Sep 29, 2024 · 3 comments
Open

Allow it to change color and label of STEMs #13710

JoergAtGithub opened this issue Sep 29, 2024 · 3 comments

Comments

@JoergAtGithub
Copy link
Member

Feature Description

Currently we read the JSON with this information from the STEM file only. It would be nice to add write capabilities to the STEM file soundsource and editing capabilities to WStemLabel as for the track title.
The difficult part is here, that the size of the JSON inside the M4A container will change, if the length of the label text changes.

@acolombier
Copy link
Member

acolombier commented Oct 10, 2024

If anyone is interested in looking into this, I did publish a library reusing taglib private implementation that allows to save a STEM MP4 box.

@JoergAtGithub
Copy link
Member Author

Great! If I see it right, this library does generic MP4 editing operations and is not specific to the STEM format? Did you consider to open a PR at the taglib project to add this functionality there?

@acolombier
Copy link
Member

This is on my list of things to do, but since taglib has already these implementation as private API, I thought I would need to work hard to make my case to them (stability, consistency and testing) and I haven't find the time and motivation yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants