mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2017-08-29 Fred Gleason <fredg@paravelsystems.com>
* Updated the rdrender(1) man page.
This commit is contained in:
@@ -15975,3 +15975,5 @@
|
||||
2017-08-29 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added '--first-time=' and '--last-time=' switches to rdrender(1).
|
||||
* Changed the behavior of the '--last-line=' switch to be non-inclusive.
|
||||
2017-08-29 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Updated the rdrender(1) man page.
|
||||
|
@@ -51,6 +51,8 @@
|
||||
<listitem>
|
||||
<para>
|
||||
Use <replaceable>chans</replaceable> channels in the output file.
|
||||
If not given, <computeroutput>2</computeroutput> channels (stereo)
|
||||
will be used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -61,8 +63,22 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use line number <replaceable>lineno</replaceable> as the first
|
||||
event in the rendered log.
|
||||
Start the rendered file with line <replaceable>lineno</replaceable>.
|
||||
This option is mutually exclusive with the
|
||||
<option>--first-time</option> option, below.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--first-time=</option><replaceable>HH:MM:SS</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Start the rendered file with the event having a hard-start time
|
||||
of <replaceable>HH:MM:SS</replaceable>. This option is mutually
|
||||
exclusive with the <option>--first-line</option> option, above.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -73,8 +89,23 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use line number <replaceable>lineno</replaceable> as the last
|
||||
event in the rendered log.
|
||||
End the rendered file with line <replaceable>lineno</replaceable>-1.
|
||||
This option is mutually exclusive with the
|
||||
<option>--last-time</option> option, below.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--last-time=</option><replaceable>HH:MM:SS</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
End the rendered file with the event immediately prior to the
|
||||
one having a hard-start time of <replaceable>HH:MM:SS</replaceable>.
|
||||
This option is mutually exclusive with the
|
||||
<option>--last-line</option> option, above.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -86,7 +117,9 @@
|
||||
<listitem>
|
||||
<para>
|
||||
Render the log as if it had been started at a time of
|
||||
<replaceable>HH:MM:SS</replaceable>.
|
||||
<replaceable>HH:MM:SS</replaceable>. (Useful for ensuring that
|
||||
dayparted carts play as expected). If not given, the current
|
||||
system time will be used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user