summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMineralwater Xu <[email protected]>2022-05-07 22:27:26 +0800
committerMineralwater Xu <[email protected]>2022-05-07 22:27:26 +0800
commitee825c8fd72760a1e4ebf5de7c846f0e55f84ff3 (patch)
treea49d692bd14ef0fc3b846cf56f4699e77eeac095
parent799de5a7291a89a41d4c56d53f203e2f6f9630f0 (diff)
update mkvtool: flag man page out-of-date
-rw-r--r--mkvtool/mkvtool.158
1 files changed, 4 insertions, 54 deletions
diff --git a/mkvtool/mkvtool.1 b/mkvtool/mkvtool.1
index ef8bc3d..4bf5232 100644
--- a/mkvtool/mkvtool.1
+++ b/mkvtool/mkvtool.1
@@ -1,6 +1,9 @@
.TH MKVTOOL 1
.SH NAME
mkvtool \- Automatic fonts subset tool.
+.SH
+This man page is out-of-date. Please check README.md file from https://github.com/MkvAutoSubset/MkvAutoSubset .
+.SH
.SH SYNOPSIS
.B mkvtool
.RB [ input_options ]
@@ -10,60 +13,7 @@ mkvtool \- Automatic fonts subset tool.
.SH DESCRIPTION
mkvtool is an automatic fonts subset tool. It can help you extract certain character(letter) fonts in special effect subtitles(.ass or .ssa format) from videos, and re-package mkv files in order to decrease file size.
.SH OPTIONS
-.TP
-.B \-a [value]
-ASS files. (multiple & join ass mode)
-.TP
-.B \-af [string]
-ASS fonts folder. (ass mode only)
-.TP
-.B \-ans
-ASS output not to the new "subsetted" folder. (ass mode only)
-.TP
-.B \-ao [string]
-ASS output folder. (ass mode only)
-.TP
-.B \-c
-Create mode.
-.TP
-.B \-clean
-Clean original file subtitles and fonts. (create mode only)
-.TP
-.B \-d
-Dump mode.
-.TP
-.B \-data [string]
-Subtitles & Fonts folder (dump & make mode only) (default "data")
-.TP
-.B \-dist [string]
-Results output folder (make mode only) (default "dist")
-.TP
-.B \-f [string]
-MKV file. (join single mode)
-.TP
-.B \-log [string]
-Log file path
-.TP
-.B \-m
-Make mode.
-.TP
-.B \-n
-Not do ass font subset. (dump mode only)
-.TP
-.B \-q
-Query mode.
-.TP
-.B \-s [string]
-Source folder.
-.TP
-.B \-sl [string]
-Subtitle language. (create & make mode only) (default "chi")
-.TP
-.B \-st [string]
-Subtitle title. (create & make mode only)
-.TP
-.B \-v
-Show app info.
+( out-of-date )
.SH EXAMPLES
You can find examples in README.md.
.SH BUGS