Edit File by line
/home/barbar84/www/wp-conte.../plugins/wp-file-.../lib/codemirr.../mode/troff
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: troff mode</title>
[2] Fix | Delete
<meta charset="utf-8"/>
[3] Fix | Delete
<link rel=stylesheet href="../../doc/docs.css">
[4] Fix | Delete
[5] Fix | Delete
<link rel=stylesheet href=../../lib/codemirror.css>
[6] Fix | Delete
<script src=../../lib/codemirror.js></script>
[7] Fix | Delete
<script src="../../addon/edit/matchbrackets.js"></script>
[8] Fix | Delete
<script src=troff.js></script>
[9] Fix | Delete
<style type=text/css>
[10] Fix | Delete
.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
[11] Fix | Delete
</style>
[12] Fix | Delete
<div id=nav>
[13] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[14] Fix | Delete
[15] Fix | Delete
<ul>
[16] Fix | Delete
<li><a href="../../index.html">Home</a>
[17] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[18] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[19] Fix | Delete
</ul>
[20] Fix | Delete
<ul>
[21] Fix | Delete
<li><a href="../index.html">Language modes</a>
[22] Fix | Delete
<li><a class=active href="#">troff</a>
[23] Fix | Delete
</ul>
[24] Fix | Delete
</div>
[25] Fix | Delete
[26] Fix | Delete
<article>
[27] Fix | Delete
<h2>troff</h2>
[28] Fix | Delete
[29] Fix | Delete
[30] Fix | Delete
<textarea id=code>
[31] Fix | Delete
'\" t
[32] Fix | Delete
.\" Title: mkvextract
[33] Fix | Delete
.TH "MKVEXTRACT" "1" "2015\-02\-28" "MKVToolNix 7\&.7\&.0" "User Commands"
[34] Fix | Delete
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[35] Fix | Delete
.ie \n(.g .ds Aq \(aq
[36] Fix | Delete
.el .ds Aq '
[37] Fix | Delete
.\" -----------------------------------------------------------------
[38] Fix | Delete
.nh
[39] Fix | Delete
.\" disable justification (adjust text to left margin only)
[40] Fix | Delete
.ad l
[41] Fix | Delete
.\" -----------------------------------------------------------------
[42] Fix | Delete
.SH "NAME"
[43] Fix | Delete
mkvextract \- extract tracks from Matroska(TM) files into other files
[44] Fix | Delete
.SH "SYNOPSIS"
[45] Fix | Delete
.HP \w'\fBmkvextract\fR\ 'u
[46] Fix | Delete
\fBmkvextract\fR {mode} {source\-filename} [options] [extraction\-spec]
[47] Fix | Delete
.SH "DESCRIPTION"
[48] Fix | Delete
.PP
[49] Fix | Delete
.B mkvextract
[50] Fix | Delete
extracts specific parts from a
[51] Fix | Delete
.I Matroska(TM)
[52] Fix | Delete
file to other useful formats\&. The first argument,
[53] Fix | Delete
\fBmode\fR, tells
[54] Fix | Delete
\fBmkvextract\fR(1)
[55] Fix | Delete
what to extract\&. Currently supported is the extraction of
[56] Fix | Delete
tracks,
[57] Fix | Delete
tags,
[58] Fix | Delete
attachments,
[59] Fix | Delete
chapters,
[60] Fix | Delete
CUE sheets,
[61] Fix | Delete
timecodes
[62] Fix | Delete
and
[63] Fix | Delete
cues\&. The second argument is the name of the source file\&. It must be a
[64] Fix | Delete
Matroska(TM)
[65] Fix | Delete
file\&. All following arguments are options and extraction specifications; both of which depend on the selected mode\&.
[66] Fix | Delete
.SS "Common options"
[67] Fix | Delete
.PP
[68] Fix | Delete
The following options are available in all modes and only described once in this section\&.
[69] Fix | Delete
.PP
[70] Fix | Delete
\fB\-f\fR, \fB\-\-parse\-fully\fR
[71] Fix | Delete
.RS 4
[72] Fix | Delete
Sets the parse mode to \*(Aqfull\*(Aq\&. The default mode does not parse the whole file but uses the meta seek elements for locating the required elements of a source file\&. In 99% of all cases this is enough\&. But for files that do not contain meta seek elements or which are damaged the user might have to use this mode\&. A full scan of a file can take a couple of minutes while a fast scan only takes seconds\&.
[73] Fix | Delete
.RE
[74] Fix | Delete
.PP
[75] Fix | Delete
\fB\-\-command\-line\-charset\fR \fIcharacter\-set\fR
[76] Fix | Delete
.RS 4
[77] Fix | Delete
Sets the character set to convert strings given on the command line from\&. It defaults to the character set given by system\*(Aqs current locale\&.
[78] Fix | Delete
.RE
[79] Fix | Delete
.PP
[80] Fix | Delete
\fB\-\-output\-charset\fR \fIcharacter\-set\fR
[81] Fix | Delete
.RS 4
[82] Fix | Delete
Sets the character set to which strings are converted that are to be output\&. It defaults to the character set given by system\*(Aqs current locale\&.
[83] Fix | Delete
.RE
[84] Fix | Delete
.PP
[85] Fix | Delete
\fB\-r\fR, \fB\-\-redirect\-output\fR \fIfile\-name\fR
[86] Fix | Delete
.RS 4
[87] Fix | Delete
Writes all messages to the file
[88] Fix | Delete
\fIfile\-name\fR
[89] Fix | Delete
instead of to the console\&. While this can be done easily with output redirection there are cases in which this option is needed: when the terminal reinterprets the output before writing it to a file\&. The character set set with
[90] Fix | Delete
\fB\-\-output\-charset\fR
[91] Fix | Delete
is honored\&.
[92] Fix | Delete
.RE
[93] Fix | Delete
.PP
[94] Fix | Delete
\fB\-\-ui\-language\fR \fIcode\fR
[95] Fix | Delete
.RS 4
[96] Fix | Delete
Forces the translations for the language
[97] Fix | Delete
\fIcode\fR
[98] Fix | Delete
to be used (e\&.g\&. \*(Aqde_DE\*(Aq for the German translations)\&. It is preferable to use the environment variables
[99] Fix | Delete
\fILANG\fR,
[100] Fix | Delete
\fILC_MESSAGES\fR
[101] Fix | Delete
and
[102] Fix | Delete
\fILC_ALL\fR
[103] Fix | Delete
though\&. Entering \*(Aqlist\*(Aq as the
[104] Fix | Delete
\fIcode\fR
[105] Fix | Delete
will cause
[106] Fix | Delete
\fBmkvextract\fR(1)
[107] Fix | Delete
to output a list of available translations\&.
[108] Fix | Delete
[109] Fix | Delete
.\" [...]
[110] Fix | Delete
[111] Fix | Delete
.SH "SEE ALSO"
[112] Fix | Delete
.PP
[113] Fix | Delete
\fBmkvmerge\fR(1),
[114] Fix | Delete
\fBmkvinfo\fR(1),
[115] Fix | Delete
\fBmkvpropedit\fR(1),
[116] Fix | Delete
\fBmmg\fR(1)
[117] Fix | Delete
.SH "WWW"
[118] Fix | Delete
.PP
[119] Fix | Delete
The latest version can always be found at
[120] Fix | Delete
\m[blue]\fBthe MKVToolNix homepage\fR\m[]\&\s-2\u[1]\d\s+2\&.
[121] Fix | Delete
.SH "AUTHOR"
[122] Fix | Delete
.PP
[123] Fix | Delete
\(co \fBMoritz Bunkus\fR <\&moritz@bunkus\&.org\&>
[124] Fix | Delete
.RS 4
[125] Fix | Delete
Developer
[126] Fix | Delete
.RE
[127] Fix | Delete
.SH "NOTES"
[128] Fix | Delete
.IP " 1." 4
[129] Fix | Delete
the MKVToolNix homepage
[130] Fix | Delete
.RS 4
[131] Fix | Delete
\%https://www.bunkus.org/videotools/mkvtoolnix/
[132] Fix | Delete
.RE
[133] Fix | Delete
</textarea>
[134] Fix | Delete
[135] Fix | Delete
<script>
[136] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById('code'), {
[137] Fix | Delete
mode: 'troff',
[138] Fix | Delete
lineNumbers: true,
[139] Fix | Delete
matchBrackets: false
[140] Fix | Delete
});
[141] Fix | Delete
</script>
[142] Fix | Delete
[143] Fix | Delete
<p><strong>MIME types defined:</strong> <code>troff</code>.</p>
[144] Fix | Delete
</article>
[145] Fix | Delete
[146] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function