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!
+ Reply to Thread
Results 1 to 5 of 5
Thread
-
-
try remux it with rhe latest version of mkvtoolkit
Last edited by teodz1984; 30th Apr 2019 at 22:56.
-
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"
Code:for %a in (*.mkv) do mkvpropedit --add-track-statistics-tags "%~a"
-
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.
Similar Threads
-
How can I check the frame count of my video (without MediaInfo)?
By synnchan in forum Newbie / General discussionsReplies: 10Last Post: 26th Dec 2018, 20:13 -
How to add permanent subtitle to a video with virtualdubmod
By Baldrick in forum SubtitleReplies: 258Last Post: 28th Dec 2015, 15:57 -
How to add any Logo in Video (using Subtitle)
By Aashik Alam in forum Video ConversionReplies: 1Last Post: 26th Dec 2015, 02:34 -
VOB File Time Count Resets, Doesn't Consistently Count from the Beginning
By CellPhoneCinemaProject in forum EditingReplies: 4Last Post: 13th Jul 2015, 15:22 -
using motion graphics as add ons in premier elements 11
By snowtiger613 in forum Newbie / General discussionsReplies: 0Last Post: 18th Nov 2014, 00:01