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

Missing basic information from the MP4 metadata #661

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

cedricopfermann
Copy link

Some of the basic file metadata from the Windows Properties window are missing in the MP4 parser.
This pull request add some of these information like :
Title, Subtitle, Rating, Keywords, Comments.

The current code allows whoever wants to add more information like Producers, Editors, Copyrights, etc.

Here is the documentation I used to code this pull request : https://mp4workshop.com/about

Mostly related to the basic information that can be fount in the Windows
Details panel, title, subtitle, etc.
…ation that can be fount in the Windows Details panel, title, subtitle, etc."

This reverts commit fb170bd.
can be fount in the Windows Details panel, title, subtitle, etc.
@cedricopfermann cedricopfermann marked this pull request as draft February 25, 2024 16:45
@cedricopfermann cedricopfermann marked this pull request as ready for review February 25, 2024 16:48
removed. It's also a security in case of a multiple null byte string, it
replaces all of these nulls by an empty character.
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

Successfully merging this pull request may close these issues.

None yet

1 participant