https://github.com/chillsmeit/extractmkvsub-gui
Bash script with zenity GUI that allows you to extract subtiles from MKV media files in Linux.
https://github.com/chillsmeit/extractmkvsub-gui
bash-script extract-subtitles extract-subtitles-video-mkv gui gui-application linux linux-app mkv mkvextract mkvextract-subs mkvextract-subtitles mkvtoolnix subtitles subtitles-extracted zenity zenity-gui
Last synced: 2 months ago
JSON representation
Bash script with zenity GUI that allows you to extract subtiles from MKV media files in Linux.
- Host: GitHub
- URL: https://github.com/chillsmeit/extractmkvsub-gui
- Owner: Chillsmeit
- Created: 2023-06-27T16:38:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T23:42:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T15:28:24.470Z (4 months ago)
- Topics: bash-script, extract-subtitles, extract-subtitles-video-mkv, gui, gui-application, linux, linux-app, mkv, mkvextract, mkvextract-subs, mkvextract-subtitles, mkvtoolnix, subtitles, subtitles-extracted, zenity, zenity-gui
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This bash script allows you to extract subtiles from MKV media files in Linux.
It uses zenity for a GUI, mkvextract for file extraction and jq to read the tracks info in JSON## Dependencies:
```
sudo apt-get update && sudo apt-get install zenity mkvtoolnix mkvtoolnix-gui jq
```## Instructions:
Download the script in terminal with:
```
wget https://raw.githubusercontent.com/Chillsmeit/extractmkvsub-gui/main/extractmkvsub-gui.sh
```
Make the script executable:
```
chmod +x extractmkvsub-gui.sh
```
Run the script **without** sudo privileges:
```
./extractmkvsub-gui.sh
```