VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Jul 2011
    Location
    Denver, CO
    Search PM
    Many of the video files that I’ve acquired from various sources have srt/subrip subtitles included in the mkv file as a text stream.

    Most of the time MediaInfo will display a count of the number of subtitles as for example “FromStats_FrameCount: 693”.

    I now have some files with srt subtitles where MediaInfo doesn’t display the subtitle count.

    How can I add this information to the mkv file?

    Do any of the MKVToolNix tools do this?

    Thanks in advance!
    Quote Quote  
  2. try remux it with rhe latest version of mkvtoolkit
    Last edited by teodz1984; 30th Apr 2019 at 22:56.
    Quote Quote  
  3. Member
    Join Date
    Jul 2011
    Location
    Denver, CO
    Search PM
    How do I do that?
    Quote Quote  
  4. Via the muxing GUI:
    1. Open MKVToolNix GUI
    2. Drag&drop your file into it
    3. Click "Start multiplexing"
    That's it.

    MKVToolNix also includes a CLI tool that can add the statistic tags in-place. Example:
    Code:
    mkvpropedit --add-track-statistics-tags "file.mkv"
    Or for a complete folder:
    Code:
    for %a in (*.mkv) do mkvpropedit --add-track-statistics-tags "%~a"
    Quote Quote  
  5. Member
    Join Date
    Jul 2011
    Location
    Denver, CO
    Search PM
    Thanks for the help and pointing me in the right direction!

    Both methods worked: the simple remux and the mkvpropedit, with the mkvpropedit method running faster.
    Quote Quote  



Similar Threads

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