mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 13:37:24 +01:00
fix HTML5
- delete not opened closing tag - uniform wells
This commit is contained in:
parent
18e2c17ab4
commit
55b34452f7
16
index.html
16
index.html
@ -75,8 +75,6 @@
|
||||
<!-- ends MKV to MP4 -->
|
||||
|
||||
</div>
|
||||
<!-- ends well -->
|
||||
|
||||
<div class="well">
|
||||
<h4>Change codec (transcode)</h4>
|
||||
|
||||
@ -366,8 +364,6 @@
|
||||
<!-- ends WAV to AAC/MP4 -->
|
||||
|
||||
</div>
|
||||
<!-- ends well -->
|
||||
|
||||
<div class="well">
|
||||
<h4>Change formats</h4>
|
||||
|
||||
@ -1107,7 +1103,6 @@
|
||||
<!-- ends append notice to access mp3 -->
|
||||
|
||||
</div>
|
||||
|
||||
<div class="well">
|
||||
<h4>Normalize/Equalize Audio</h4>
|
||||
|
||||
@ -1180,7 +1175,7 @@
|
||||
<dt>measured_LRA=<i>input_lra</i></dt><dd>use the 'input_lra' value (loudness range) from the first pass in place of input_lra</dd>
|
||||
<dt>measured_LRA=<i>input_thresh</i></dt><dd>use the 'input_thresh' value (threshold) from the first pass in place of input_thresh</dd>
|
||||
<dt>offset=<i>target_offset</i></dt><dd>use the 'target_offset' value (offset) from the first pass in place of target_offset</dd>
|
||||
<dt>linear=true</i></dt><dd>tells loudnorm to use linear normalization</dd>
|
||||
<dt>linear=true</dt><dd>tells loudnorm to use linear normalization</dd>
|
||||
<dt><i>output_file</i></dt><dd>path, name and extension for output file</dd>
|
||||
</dl>
|
||||
<p class="link"></p>
|
||||
@ -1211,8 +1206,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- ends RIAA equalization -->
|
||||
</div><!-- closes the well -->
|
||||
|
||||
|
||||
</div>
|
||||
<div class="well">
|
||||
<h4>Preservation</h4>
|
||||
|
||||
@ -2123,8 +2118,8 @@ e.g.: <code>ffmpeg -f concat -safe 0 -i mylist.txt -c copy <i>output_file</i></c
|
||||
</div>
|
||||
</div>
|
||||
<!-- ends Generate Video Fingerprint -->
|
||||
</div><!-- closes the well -->
|
||||
|
||||
</div>
|
||||
<div class="well">
|
||||
<h4>Repair</h4>
|
||||
|
||||
@ -2150,7 +2145,8 @@ e.g.: <code>ffmpeg -f concat -safe 0 -i mylist.txt -c copy <i>output_file</i></c
|
||||
</div>
|
||||
</div>
|
||||
<!-- ends Fix A/V async 1 -->
|
||||
</div><!-- closes the well -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- sample example -->
|
||||
|
Loading…
Reference in New Issue
Block a user