Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 67 additions & 1 deletion softbinding-algorithm-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"informationalUrl": "https://en.markany.com/contentssecurity"
}
},
{
{
"identifier": 28,
"alg": "com.verimatrix.watermark.1",
"type": "watermark",
Expand All @@ -410,5 +410,71 @@
"contact": "c2pa@verimatrix.com",
"informationalUrl": "https://www.verimatrix.com/c2pa/watermarking/"
}
},
{
"identifier": 29,
"alg": "com.aiwatermark.videoseal.1",
"type": "watermark",
"decodedMediaTypes": [
"video"
],
"encodedMediaTypes": [
"video/mp4",
"video/webm"
],
"entryMetadata": {
"description": "Neural video watermarking using Meta FAIR's VideoSeal model, providing perceptually invisible soft-binding watermarks in video content. Supports MP4/WebM. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Neural video watermarking using Meta FAIR's VideoSeal model, providing perceptually invisible soft-binding watermarks in video content. Supports MP4/WebM. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.",
"description": "Neural video watermarking using Meta FAIR's VideoSeal model, providing perceptually invisible soft-binding watermarks in video content. Supports MP4/WebM. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API",

Some of the C2PA linters require removing the trailing "."

"dateEntered": "2026-03-08T00:00:00.000Z",
"contact": "jonathan@aiwatermark.com",
"informationalUrl": "https://aiwatermark.com/algorithms/videoseal-v1"
},
"softBindingResolutionApis": [
"https://aiwatermark.com/api/v1"
]
},
{
"identifier": 30,
"alg": "com.aiwatermark.pixelseal.1",
"type": "watermark",
"decodedMediaTypes": [
"image"
],
"encodedMediaTypes": [
"image/png",
"image/jpeg",
"image/webp"
],
"entryMetadata": {
"description": "Neural image watermarking using Meta FAIR's PixelSeal model, providing perceptually invisible soft-binding watermarks in image content. Embeds a 256-bit payload robust to common image transformations. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Neural image watermarking using Meta FAIR's PixelSeal model, providing perceptually invisible soft-binding watermarks in image content. Embeds a 256-bit payload robust to common image transformations. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.",
"description": "Neural image watermarking using Meta FAIR's PixelSeal model, providing perceptually invisible soft-binding watermarks in image content. Embeds a 256-bit payload robust to common image transformations. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API",

"dateEntered": "2026-03-08T00:00:00.000Z",
"contact": "jonathan@aiwatermark.com",
"informationalUrl": "https://aiwatermark.com/algorithms/pixelseal-v1"
},
"softBindingResolutionApis": [
"https://aiwatermark.com/api/v1"
]
},
{
"identifier": 31,
"alg": "com.aiwatermark.audioseal.1",
"type": "watermark",
"decodedMediaTypes": [
"audio"
],
"encodedMediaTypes": [
"audio/mpeg",
"audio/wav",
"audio/flac",
"audio/mp4"
],
"entryMetadata": {
"description": "Neural audio watermarking using Meta FAIR's AudioSeal model, providing imperceptible soft-binding watermarks in audio content. Supports localized detection of watermarks within audio segments. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Neural audio watermarking using Meta FAIR's AudioSeal model, providing imperceptible soft-binding watermarks in audio content. Supports localized detection of watermarks within audio segments. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.",
"description": "Neural audio watermarking using Meta FAIR's AudioSeal model, providing imperceptible soft-binding watermarks in audio content. Supports localized detection of watermarks within audio segments. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API",

"dateEntered": "2026-03-08T00:00:00.000Z",
"contact": "jonathan@aiwatermark.com",
"informationalUrl": "https://aiwatermark.com/algorithms/audioseal-v1"
},
"softBindingResolutionApis": [
"https://aiwatermark.com/api/v1"
]
}
]
Loading