diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 2cd0a91..f69b484 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -397,7 +397,7 @@ "informationalUrl": "https://en.markany.com/contentssecurity" } }, - { + { "identifier": 28, "alg": "com.verimatrix.watermark.1", "type": "watermark", @@ -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.", + "dateEntered": "2026-03-08T00:00:00.000Z", + "contact": "jonathan@aiwatermark.com", + "informationalUrl": "https://aiwatermark.com/algorithms/videoseal-v1" + }, + "softBindingResolutionApis": [ + "https://aiwatermark.com/api/v1/resolve" + ] + }, + { + "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.", + "dateEntered": "2026-03-08T00:00:00.000Z", + "contact": "jonathan@aiwatermark.com", + "informationalUrl": "https://aiwatermark.com/algorithms/pixelseal-v1" + }, + "softBindingResolutionApis": [ + "https://aiwatermark.com/api/v1/resolve" + ] + }, + { + "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.", + "dateEntered": "2026-03-08T00:00:00.000Z", + "contact": "jonathan@aiwatermark.com", + "informationalUrl": "https://aiwatermark.com/algorithms/audioseal-v1" + }, + "softBindingResolutionApis": [ + "https://aiwatermark.com/api/v1/resolve" + ] } ]