mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-15 17:11:33 +01: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>
|
2017-08-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added '--first-time=' and '--last-time=' switches to rdrender(1).
|
* Added '--first-time=' and '--last-time=' switches to rdrender(1).
|
||||||
* Changed the behavior of the '--last-line=' switch to be non-inclusive.
|
* 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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Use <replaceable>chans</replaceable> channels in the output file.
|
Use <replaceable>chans</replaceable> channels in the output file.
|
||||||
|
If not given, <computeroutput>2</computeroutput> channels (stereo)
|
||||||
|
will be used.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -61,8 +63,22 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Use line number <replaceable>lineno</replaceable> as the first
|
Start the rendered file with line <replaceable>lineno</replaceable>.
|
||||||
event in the rendered log.
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -73,8 +89,23 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Use line number <replaceable>lineno</replaceable> as the last
|
End the rendered file with line <replaceable>lineno</replaceable>-1.
|
||||||
event in the rendered log.
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -86,7 +117,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Render the log as if it had been started at a time of
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user