Dr. Neal Krawetz
Dr. Neal Krawetz
Very easy to replicate. You are correct that it fails to validate.
Hi superm1, I have 4 servers, but they are all in use right now. (I usually have 3 servers running in production and one spare for testing, but the spare...
I found this: https://github.com/contentauth/c2patool/issues/114 As noted by [Leszko](https://github.com/leszko), the source code is written to explicitly forbid self-signed certs. (https://github.com/contentauth/c2pa-rs/blob/d9b077c8790e172d5bc9f23dc17f13df343160f1/sdk/src/cose_validator.rs#L350) This contradicts the C2PA specification, which repeatedly mentions the use of...
Oh! That's the magic command. Thank you. (This really needs to be documented somewhere.)
c2patool fails to recognize .m4v, .3gp, and other common mp4/mov compatible files. Renaming the files to .mp4 or .mov allows them to be processed. If the code used 'magic' to...
$ sudo apt install libjpeg-dev Reading package lists... Done Building dependency tree Reading state information... Done libjpeg-dev is already the newest version (8c-2ubuntu8).
Has anyone been able to replicate this problem? Does it happen with 2.8.4?
Same failure happens with `cargo run --release -p trustmark-cli -- -m ./models decode -i signed.jpg`
Same error happens with `cargo run --release -p trustmark-cli -- -m ./models encode -i ../images/ghost.png -o ../images/encoded.png` Keep in mind, `cargo xtask fetch-models` works properly.
Attached is the full log file. [log.txt](https://github.com/user-attachments/files/22518334/log.txt)