There is matroska container. Some data from the file is missing (a few megabytes). Container has many streams. Is it possible to detect (for example in ffmpeg) which streams has a missing data?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Most likely all of them. Each stream is multiplexed with the others, and each few bytes the stream changes. I don't know the exact number of bytes until it changes, but much too low for a few megabytes.
-
Code:
ffmpeg -v error -i "filename.mkv" -f null - >error.txt 2>&1
Similar Threads
-
File integrity / detecting corruption during deep storage
By swiego in forum Capturing and VCRReplies: 5Last Post: 16th Sep 2021, 05:20 -
How to check file integrity of data burned to optical discs
By lingyi in forum Newbie / General discussionsReplies: 45Last Post: 6th Dec 2020, 17:45 -
Using FFMPEG to check integrity of video files
By gmc9960 in forum Video ConversionReplies: 5Last Post: 2nd May 2020, 07:27 -
Checking for Damaged, Corrupt or the Integrity of MKV files.
By galaxyluv in forum Video ConversionReplies: 3Last Post: 29th Sep 2019, 18:35 -
@sysanin please check
By AngelofDarkness in forum Video Streaming DownloadingReplies: 4Last Post: 3rd Oct 2018, 12:54