-
Notifications
You must be signed in to change notification settings - Fork 72
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
mp4 file with extra tags results in incorrect output from AtomicParsley #65
Comments
Thanks for filing an issue! Please note that this project is only passively maintained, so your best bet for getting an issue resolved is through a pull request that is easy to verify! Please read this for more information. |
This is a known incompatibility. As an alternative, you can use AtomicParsley to added custom tags using |
The issue is a 3rd party program (Topaz Video AI) adding these tags via ffmpeg, and then making the file incompatible for AtomicParsley. Currently, I make a "best guess" at what the tags are from parsing ffprobe and re-add the compatible ones with "AtomicParsley --metaEnema --artwork REMOVE_ALL" but I was hoping there was a workaround in AtomicParsley to parse them correct. I'll look at the PR you mentioned to preserve the extra tags when I write them in a more compatible format. Currently, I just write them as extended attributes to the file itself, just so I can preserve them. |
The use of |
Looks like if a non standard tag is added by, for example, ffmpeg, AtomicParsley reports on all of the tokes, but called them the empty string. If the example below I've removed the extraneous ffprobe output:
Now add an extra tag to the file and re-run AtomicParsley and ffprobe again
The text was updated successfully, but these errors were encountered: