/mergesubs

Given a matching name of a video and subtitles file, creates an MKV with the same name containing both.

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

NAME
  mergesubs - combine video and subtitles

SYNOPSIS
  ./mergesubs <name>

DESCRIPTION
  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/donate

OPTIONS
  <name>
    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 Ahmed

  This 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 <https://www.gnu.org/licenses/>.