From 5c237da336bd3b1864ba7d9edba192a73bb8e853 Mon Sep 17 00:00:00 2001 From: AiWatermark Date: Sun, 8 Mar 2026 12:49:08 -0700 Subject: [PATCH 1/2] =?UTF-8?q?Register=20VideoSeal=20soft=20binding=20alg?= =?UTF-8?q?orithm=20=E2=80=94=20AIWatermark.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- softbinding-algorithm-list.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 2cd0a91..5bf1abe 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,26 @@ "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" + ] } ] From 81a0b00ff1682e9484bf25a128050caab474079e Mon Sep 17 00:00:00 2001 From: AiWatermark Date: Sun, 8 Mar 2026 13:22:06 -0700 Subject: [PATCH 2/2] =?UTF-8?q?Add=20PixelSeal=20(image)=20and=20AudioSeal?= =?UTF-8?q?=20(audio)=20=E2=80=94=20AIWatermark.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- softbinding-algorithm-list.json | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 5bf1abe..f69b484 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -431,5 +431,50 @@ "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" + ] } ]