Skip to content

Instantly share code, notes, and snippets.

@fevangelou
fevangelou / extract_subtitles_from_MKV_files.sh
Last active March 7, 2026 12:45
Extract Subtitles From MKV Files
#!/bin/bash
# /**
# * @version 1.0
# * @name Extract Subtitles From MKV Files
# * @author Fotis Evangelou
# * @date March 2023
# * @license WTFPL (http://www.wtfpl.net)
# */