- Remove a somewhat redundant sentence.
- Make screen example fit on single line. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4945
This commit is contained in:
parent
95ad0f7109
commit
85439b5c27
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48032
1 changed files with 1 additions and 5 deletions
|
@ -210,9 +210,6 @@ hint.sbc.0.irq="5"
|
|||
hint.sbc.0.drq="1"
|
||||
hint.sbc.0.flags="0x15"</programlisting>
|
||||
|
||||
<para>In this case, the card uses the <literal>0x220</literal>
|
||||
I/O port and the IRQ <literal>5</literal>.</para>
|
||||
|
||||
<para>The syntax used in <filename>/boot/device.hints</filename>
|
||||
is described in &man.sound.4; and the manual page for the
|
||||
driver of the sound card.</para>
|
||||
|
@ -1133,8 +1130,7 @@ zoom=yes</programlisting>
|
|||
<para>This example demonstrates how to convert a DivX file
|
||||
into a PAL MPEG-1 file (PAL VCD):</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>transcode -i
|
||||
<replaceable>input.avi</replaceable> -V --export_prof vcd-pal -o output_vcd</userinput>
|
||||
<screen>&prompt.user; <userinput>transcode -i <replaceable>input.avi</replaceable> -V --export_prof vcd-pal -o output_vcd</userinput>
|
||||
&prompt.user; <userinput>mplex -f 1 -o <replaceable>output_vcd.mpg output_vcd.m1v output_vcd.mpa</replaceable></userinput></screen>
|
||||
|
||||
<para>The resulting <acronym>MPEG</acronym> file,
|
||||
|
|
Loading…
Reference in a new issue