comparison DOCS/xml/en/video.xml @ 11362:cd167d51a619

Spot the typo, part 2.
author diego
date Sun, 02 Nov 2003 21:00:28 +0000
parents 853ef483a4c0
children 462b97f8746f
comparison
equal deleted inserted replaced
11361:853ef483a4c0 11362:cd167d51a619
1776 If you want to record it in a different format (re-encoding it) instead 1776 If you want to record it in a different format (re-encoding it) instead
1777 you can run a command such as 1777 you can run a command such as
1778 </para> 1778 </para>
1779 1779
1780 <screen> 1780 <screen>
1781 mencoder -o r1.avi -ovc xvid -xvidenctopts bitrate=800 -oac mp3lame -lameopts cbr:br=128 -pp=ci dvb://R1 1781 mencoder -o r1.avi -ovc xvid -xvidencopts bitrate=800 -oac mp3lame -lameopts cbr:br=128 -pp=ci dvb://R1
1782 </screen> 1782 </screen>
1783 1783
1784 <para> 1784 <para>
1785 Read the man page for a list of options that you can pass to the 1785 Read the man page for a list of options that you can pass to the
1786 DVB input module. 1786 DVB input module.