Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jahed/mergesubs
Given a matching name of a video and subtitles file, creates an MKV with the same name containing both.
https://github.com/jahed/mergesubs
bash ffmpeg mkv subtitles video
Last synced: 4 days ago
JSON representation
Given a matching name of a video and subtitles file, creates an MKV with the same name containing both.
- Host: GitHub
- URL: https://github.com/jahed/mergesubs
- Owner: jahed
- License: agpl-3.0
- Created: 2020-12-15T20:34:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T12:04:29.000Z (almost 4 years ago)
- Last Synced: 2024-12-18T07:09:38.751Z (about 2 months ago)
- Topics: bash, ffmpeg, mkv, subtitles, video
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
NAME
mergesubs - combine video and subtitlesSYNOPSIS
./mergesubsDESCRIPTION
Given a matching name of a video and subtitles file, creates an MKV with the
same name containing both.Version: v1.0.1
Homepage: https://github.com/jahed/mergesubs
Donate: https://jahed.dev/donateOPTIONS
The name of the video and subtitles file.-h, --help
Prints this help message.--version
Prints the version.DEPENDENCIES
Required
ffmpeg https://ffmpeg.org/COPYRIGHT
Copyright (C) 2020 Jahed AhmedThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .