VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Dec 2012
    Location
    Malaysia
    Search PM
    Hello ,

    how can we batch remove subtitle from a mkv video? i know we can use "mkvmerge", but is there any script ? like the one that batch remove "header compression" and "change aspect ratio "16:9 to 4:3 and vice versa". Btw the subtitle is softsub
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Tried mkvcleaver? In the batch mode can you select to remove audio track 1/2 etc.


    edit: Or it maybe just extracts the tracks....then I don't know any other method than making an own script.
    Quote Quote  
  3. Member
    Join Date
    Dec 2012
    Location
    Malaysia
    Search PM
    Originally Posted by Baldrick View Post
    Tried mkvcleaver? In the batch mode can you select to remove audio track 1/2 etc.


    edit: Or it maybe just extracts the tracks....then I don't know any other method than making an own script.
    it permanently removed the subtitle from mkv video?
    Quote Quote  
  4. Member
    Join Date
    Sep 2013
    Location
    Australia
    Search PM
    I use ffmpeg to strip subs from mkv files as I prefer using external srt files which can be edited. For the batch files, I use something like the following which copies the video and audio but not the sub into a new mkv container file:

    set in_file=D:\Videos\Myhomevideo.mkv
    set outfile=D:\Videos\Myhomevideo-new.mkv
    D:
    cd "D:\Software\ffmpeg\ffmpeg_v1.1\bin"

    ffmpeg -i "%in_file%" -y -vcodec copy -acodec copy -sn "%outfile%"
    Quote Quote  



Similar Threads

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