VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member Ygramul's Avatar
    Join Date
    Jan 2007
    Location
    Poland
    Search Comp PM
    I have six episodes of a show and they all look like this in MKVtoolnix:

    Image
    [Attachment 85387 - Click to enlarge]


    I want to remove everything except video and audio streams and ADD an external SRT file, so it looks like this before muxing:

    Image
    [Attachment 85388 - Click to enlarge]



    As far as I know, MKVtoolnix can't do that. What software can?
    Quote Quote  
  2. Member
    Join Date
    Apr 2007
    Location
    United States
    Search Comp PM
    MKV Toolnix has options to auto-not-select languages you don't want, but they have to be properly tagged so it can recognized them to ignore them. IIRC it also can do that with SDH and commentary, if properly tagged.
    Quote Quote  
  3. Member
    Join Date
    Apr 2007
    Location
    Australia
    Search Comp PM
    A small batch file using ffmpeg.exe. All videos and subs in the one folder. Output created in the New\ folder.
    newsubs01.cmd
    Code:
    @echo off
    if not exist New\ md New
    for %%a in ("*.mkv") do if exist "%%~na.srt" ffmpeg.exe -i "%%a" -sub_charenc UTF-8 -i "%%~na.srt" -map 0:0 -map 0:1 -map 1:s -disposition:s:0 forced -c copy "New\%%~na.mkv"
    Last edited by pcspeak; 28th Feb 2025 at 02:36. Reason: Clarity
    Quote Quote  



Similar Threads

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