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

Add support for new Content Credentials C2PA standard #355

Open
n8fr8 opened this issue Nov 28, 2023 · 3 comments
Open

Add support for new Content Credentials C2PA standard #355

n8fr8 opened this issue Nov 28, 2023 · 3 comments
Labels
enhancement New feature or functionality

Comments

@n8fr8
Copy link

n8fr8 commented Nov 28, 2023

C2PA Support

Similar to EXIF, the new C2PA standard is going to become more and more common. Leica and Sony now support in their camera hardware, and open-source mobile camera apps like ProofMode.org do as well.

There are nice open-source libraries and tools for checking for and extracting C2PA info from images and videos here:
https://github.com/contentauth/c2patool

I may be open to implementing this, but just getting the conversation started here.

Love thumbsup, such a useful tool!

@n8fr8 n8fr8 added the enhancement New feature or functionality label Nov 28, 2023
@n8fr8
Copy link
Author

n8fr8 commented Nov 28, 2023

Oh, see https://contentauthenticity.org/ and c2pa.org as well.

@rprieto
Copy link
Member

rprieto commented Nov 28, 2023

Hi, thanks for sharing this!

Thumbsup uses exiftool to read all metadata - which includes EXIF but also XMP, IPTC, QuickTime, etc.
I see the newest version of Exiftool released this month mentions C2PA:

Added ability to read/delete C2PA CAI JUMBF metadata from TIFF-based images (eg. DNG), QuickTime-based files (eg. MP4) and WebP images, and read JUMBF from other RIFF-based files (eg. WAV, AVI), GIF images and ID3v2 metadata

Do you have any sample content you can submit to see what type of data we can retrieve?

@n8fr8
Copy link
Author

n8fr8 commented Nov 30, 2023

That is great news about exiftool!

There is a repository of public test files here: https://github.com/c2pa-org/public-testfiles

There are some nice tools that can be integrated within the c2pa-js framework for display metadata as well:
https://github.com/contentauth/c2pa-js

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

No branches or pull requests

2 participants