You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I choose check, embed and overwrite for the stream hash:
Existing access file found!
Existing stream hashes found!
New stream hashes will be generated and old hashes will be overwritten!
Generating video and audio stream hashes. This may take a moment...
FFmpeg 'streamhash' Progress: 100.00%
Video hash = 49eb22cefa474a9c630b537bd27ab836
Audio hash = 9d535218ec074d20864a59c5767c1d89
Embedding video and audio stream hashes to XML in MKV file
Running mkvpropedit:
The file is being analyzed.
The changes are written to the file.
Extracting existing video and audio stream hashes
Video stream md5 found: 49eb22cefa474a9c630b537bd27ab836
Audio stream md5 found: 9d535218ec074d20864a59c5767c1d89
Generating video and audio stream hashes. This may take a moment...
FFmpeg 'streamhash' Progress: 100.00%
Validating stream fixity
Video hashes match.
Audio hashes match.
why is it generating the stream hashes twice?
The text was updated successfully, but these errors were encountered:
It's embedding and then immediately after that it's validating. I've added a conditional that prevents stream hash validation if embed stream hash is turned on. Currently on feature branch but should be able to merge soon. This branch has your other fixity check related requests as well: https://github.com/JPC-AV/JPC_AV_videoQC/tree/feature/smarter_stream_fixity
when I choose check, embed and overwrite for the stream hash:
why is it generating the stream hashes twice?
The text was updated successfully, but these errors were encountered: