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

Can you edit the metadata on an MP4 file without writing to a different output file? #889

Open
John-Dean opened this issue Aug 21, 2023 · 1 comment

Comments

@John-Dean
Copy link

Hello,

I've been trying to get the C++ interface for this program working, and I sucessfully have it reading the metadata from an MP4 file and logging it out.

When I try to remove this metadata, using entry.RemoveFromFile() I then need to save the changes, by doing something like AP4_FileCopier::Write(*input_file, *output);

Is there a way to do this without making a new file? I've already tried feeding in the AP4_ByteStream used to generate input_file in this case, but that doesn't seem to work.

Thank you.

@John-Dean
Copy link
Author

Seems to be related to #104

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

No branches or pull requests

1 participant