Skip to content

Draft: JVET-AI0127: Digitally Signed Content SEI messages

Implements functionality to sign bitstreams to the encoder and verify bitstreams at the decoder.

If Digitally Signed Content SEI messages are present in the bitstream, the decoder prints the verification status.

Requires OpenSSL Version 3 for functionality beyond parsing (auto-detected).

Example command lines (assuming start from a subfolder eg. "run" in the main directory):

../bin/EncoderApp -c ../cfg/encoder_randomaccess_vtm.cfg -c ../cfg/per-sequence/RaceHorses.cfg  -c ../cfg/sei_vui/digitally_signed_content.cfg -ipp <sequence_directory> -f 33 --SEIDecodedPictureHash=1

../bin/DecoderApp -b str.bin --TrustStoreDir=../keystore/ca --KeyStoreDir=../keystore/pub/

Merge request reports

Loading