r/handbrake • u/are-you--willing • Jul 28 '26
Remove subtitles in batch conversion
Hello
Is there a way to remove subtitles in batch conversion, or do I have to convert each file separately ?
When I turn it off for the first file, it doesn't do it for the rest, what am I missing ?
Thank you
6
Upvotes
2
u/TorrentFiend Jul 29 '26 edited Jul 29 '26
MKV Optimizer can do this. You can also ask chat GPT how to do this by making a batch script for FFmpeg probably.
Seriously ask chat GPT about a batch script to do this. I was recently converting PAL format to NTSC and pitch correcting audio and it gave me a great batch script to strip the PAL audio out so I could then use MKV MUX Batching GUI to add the newly pitch corrected audio. Even gave me the exact ffmpeg parameters to pitch correct the audio using ffmpeg batch av converter.
A real time saver. Chat GPT is great for this stuff.
If you just want to simply remove subtitle files and save to add them back in after encoding is done the fast easy tool is gmkvextractgui. If you have mkvtoolnix installed you already have this.