How do I remove subtitles from 11 separatefiles using handbrake?? Using batch mode? Then resaving them somewhere else! John
![]()
+ Reply to Thread
Results 1 to 2 of 2
-
-
Handbrake can't remux, only re-encode. Use ffmpeg in a batch file:
Code:MD New For %%A in (*.mkv) do ( ffmpeg -y -fflags +genpts -i "%%~nxA" -map 0 -c copy -sn "New\%%~nxA" ) pause
Last edited by jagabo; 22nd Mar 2022 at 07:25.
Similar Threads
-
Batch remove subtitles from mkv files
By rumblylwc in forum SubtitleReplies: 19Last Post: 26th Feb 2024, 07:15 -
How to remove hard coded subtitles ? HELP PLEASE
By TIMETHIEF in forum SubtitleReplies: 28Last Post: 2nd Jul 2020, 10:24 -
Remove hdr without converting. Just remove hdr from mkv files
By fits79 in forum Video ConversionReplies: 9Last Post: 12th Jun 2020, 12:02 -
How to remove Subtitles from an MP4 file?
By qxszjj in forum Newbie / General discussionsReplies: 10Last Post: 8th Jul 2017, 10:01