removes or moves dots in dv test

This commit is contained in:
Ashley Blewer 2017-03-27 16:25:46 -04:00
parent dcb74e8da6
commit 1371b380c9

View File

@ -1420,9 +1420,9 @@ foreach ($file in $inputfiles) {
<dl>
<dt>ffmpeg</dt><dd>starts the command</dd>
<dt>-i <i>input_file</i>.dv</dt><dd>takes in a normal DV file</dd>
<dt>-bsf noise</dt><dd>sets bitstream filters for all to 'noise.' The <a href="https://www.ffmpeg.org/ffmpeg-bitstream-filters.html#noise">noise filter</a> intentionally damages the contents of packets without damaging the container.</dd>
<dt>-bsf noise</dt><dd>sets bitstream filters for all to 'noise'. The <a href="https://www.ffmpeg.org/ffmpeg-bitstream-filters.html#noise">noise filter</a> intentionally damages the contents of packets without damaging the container</dd>
<dt>-c copy</dt><dd>use stream copy mode to re-mux instead of re-encode</dd>
<dt><i>output_file</i>.dv</dt><dd>path, name and extension of the output DV file.</dd>
<dt><i>output_file</i>.dv</dt><dd>path, name and extension of the output DV file</dd>
</dl>
<p class="link"></p>
</div>