Code style: remove trailing whitespace

This commit is contained in:
kfrn 2019-12-17 22:36:47 +13:00
parent 089725a753
commit d184ed2fe9

View File

@ -728,7 +728,7 @@
<p class="link"></p> <p class="link"></p>
</div> </div>
<!-- ends Modify speed --> <!-- ends Modify speed -->
<!-- Synchronize video and audio streams --> <!-- Synchronize video and audio streams -->
<label class="recipe" for="sync_streams">Synchronize video and audio streams</label> <label class="recipe" for="sync_streams">Synchronize video and audio streams</label>
<input type="checkbox" id="sync_streams"> <input type="checkbox" id="sync_streams">
@ -844,7 +844,7 @@
<p class="link"></p> <p class="link"></p>
</div> </div>
<!-- ends Change video color to black and white --> <!-- ends Change video color to black and white -->
</div> </div>
<div class="well"> <div class="well">
<h2 id="audio-files">Change or view audio properties</h2> <h2 id="audio-files">Change or view audio properties</h2>
@ -2801,7 +2801,7 @@
<input type="checkbox" id="flac-tool"> <input type="checkbox" id="flac-tool">
<div class="hiding"> <div class="hiding">
<h5>About flac tool</h5> <h5>About flac tool</h5>
<p>The flac tool is the tool created by the FLAC project to transcode to/from FLAC and to manipulate metadata in FLAC files. One advantage it has over other tools used to transcode into FLAC is the capability of embedding foreign metadata (such as BWF metadata). This means that it is possible to compress a BWF file into FLAC and maintain the ability to transcode back into an identical BWF, metadata and all. For a more detailed explanation, see <a href="http://dericed.com/2013/flac-in-the-archives/" target="_blank">Dave Rice's article</a> on the topic, from which the following commands are adapted.</p> <p>The flac tool is the tool created by the FLAC project to transcode to/from FLAC and to manipulate metadata in FLAC files. One advantage it has over other tools used to transcode into FLAC is the capability of embedding foreign metadata (such as BWF metadata). This means that it is possible to compress a BWF file into FLAC and maintain the ability to transcode back into an identical BWF, metadata and all. For a more detailed explanation, see <a href="http://dericed.com/2013/flac-in-the-archives/" target="_blank">Dave Rice's article</a> on the topic, from which the following commands are adapted.</p>
<h3>Transcode to FLAC</h3> <h3>Transcode to FLAC</h3>
<p>Use this command to transcode from WAV to FLAC while maintaining BWF metadata</p> <p>Use this command to transcode from WAV to FLAC while maintaining BWF metadata</p>
<p><code>flac --best --keep-foreign-metadata --preserve-modtime --verify <em>input.wav</em></code></p> <p><code>flac --best --keep-foreign-metadata --preserve-modtime --verify <em>input.wav</em></code></p>