Skip to content

Commit 100eabd

Browse files
committed
docs: commonts on mkvtoolnex dependency
1 parent 6815678 commit 100eabd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ It depends on the `ffmpeg` command line utility, which must be
4747
installed through the operating system. Version requirements of
4848
`ffmpeg` are currently unknown.
4949

50+
The mkv file properties (title, description, chapters, subtitles)
51+
require mkvtoolnix to be installed. This is used by default, but the
52+
option `--no-mkv-props` will disable this.
5053

5154

5255
## Usage

ffmpeg_editlist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def main(argv=sys.argv[1:]):
239239
parser.add_argument('--wait', action='store_true',
240240
help='Wait after each encoding (don\'t clean up the temporary directory right away')
241241
parser.add_argument('--no-mkv-props', action='store_false', default=True, dest='mkv_props',
242-
help="Don't try to encode extra properties into the mkv file. This requires mkvnixtools to be installed")
242+
help="Don't try to encode extra properties into the mkv file. This requires mkvtoolnix to be installed")
243243
parser.add_argument('--list', action='store_true',
244244
help="Don't do anything, just list all outputs that would be processed (and nothing else)")
245245

0 commit comments

Comments
 (0)