The.recruit.s01.720p.x264.hindi.english.esubs.v... π
It looks like you're referencing a file naming convention for a TV series release β specifically (the trailing "V..." likely indicates a version tag from a release group).
ffmpeg -i file.mkv -map 0:s:0 subs.srt : The.Recruit.S01.720p.x264.Hindi.English.Esubs.V...
: Use MKVToolNix GUI β add video + .srt β mux. 9. Summary Checklist β Player β VLC (desktop/mobile) β Audio β Switch to Hindi or English as needed β Subtitles β Enable English track β TV playback β Use Plex or HDMI from laptop β Problem file β Remux with MKVToolNix or re-encode with HandBrake It looks like you're referencing a file naming
If you provide the (including the V... part), I can identify the release group and tell you exactly what container, subtitle format, and audio codecs to expect. Summary Checklist β Player β VLC (desktop/mobile) β
ffmpeg -i file.mkv -map 0:v -map 0:a:1 -c copy output_english_only.mkv (Adjust a:1 to the correct audio stream index β check with ffprobe )