VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Feb 2021
    Location
    127.0.0.1
    Search Comp PM
    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?
    Quote Quote  
  2. 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.
    Quote Quote  
  3. Member
    Join Date
    Feb 2021
    Location
    127.0.0.1
    Search Comp PM
    Oh, that's bad Thanks anyway
    Quote Quote  
  4. Code:
    ffmpeg -v error -i "filename.mkv" -f null - >error.txt 2>&1
    See error.txt when it's done.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!