mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
fix typo
This commit is contained in:
parent
6b24940df1
commit
6a0a70d1d5
@ -733,7 +733,7 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||||
<dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd>
|
<dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd>
|
||||||
<dt>-c copy</dt><dd>Usings stream copy for all streams</dd>
|
<dt>-c copy</dt><dd>Using stream copy for all streams</dd>
|
||||||
<dt>-map 0</dt><dd>tells FFmpeg to map all streams of the input to the output.</dd>
|
<dt>-map 0</dt><dd>tells FFmpeg to map all streams of the input to the output.</dd>
|
||||||
<dt>-aspect DAR_NUM:DAR_DEN</dt><dd>Replace DAR_NUM with the display aspect ratio numerator and DAR_DEN with the display aspect ratio denominator, such as <em>-aspect 4:3</em> or <em>-aspect 16:9</em>.</dd>
|
<dt>-aspect DAR_NUM:DAR_DEN</dt><dd>Replace DAR_NUM with the display aspect ratio numerator and DAR_DEN with the display aspect ratio denominator, such as <em>-aspect 4:3</em> or <em>-aspect 16:9</em>.</dd>
|
||||||
<dt><em>output_file</em></dt><dd>path, name and extension of the output file</dd>
|
<dt><em>output_file</em></dt><dd>path, name and extension of the output file</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user