MediaArea / RAWcooked

Encodes RAW audio-visual data into the Matroska container (MKV), using the video codec FFV1 for the image and audio codec FLAC for the sound.
https://mediaarea.net/RAWcooked
BSD 2-Clause "Simplified" License
41 stars 9 forks source link

Question re. --info #433

Open Lawrence58 opened 4 months ago

Lawrence58 commented 4 months ago

I want to know if a particular rawcooked MKV file was created with the --hash flag or not. The man page says --info will,

Provide extra information about the compresssed file, for example the presence of hash of the raw data.

I executed --info on a file I know was created with --hash but all rawcooked said was,

Info:` Reversibility data created by RAWcooked 23.09.

Is it possible to know if the reversibility data contains the hash values or to view the reversibility attachment directly to know?

Thank you

JeromeMartinez commented 4 months ago

Is it possible to know if the reversibility data contains the hash values or to view the reversibility attachment directly to know?

It was expected to be the case :(.

Workaround while waiting for a fix: --check --info Result is like

Info: Reversibility data created by RAWcooked 23.12.
Info: Uncompressed file hashes (used by reversibility check) present.

(but slow as the check, so decoding, is done)